Results 1 to 5 of 5

Thread: How do I add the Default Pezoi?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default How do I add the Default Pezoi?

    How do I add these guys, you know the generic Pezoi that you can recruit as mercenaries.

  2. #2

    Default Re: How do I add the Default Pezoi?

    Add them where? You know, in what mod, for what faction etc... The general purpose of the move.
    Plus, what makes the aor/merc pezoi unit to be "default"?

  3. #3

    Default Re: How do I add the Default Pezoi?

    Sorry, I was up a bit late and a bit groggy.

    I have RTPE.

    What I want to do is add the "AOR macedon phalanx" so that I can recruit them, mainly for the Diadochi factions.

    I'm sorry for the obviously bad post. I hope that answers your questions.

    Thanks florin.

    Happy new years guys.

  4. #4

    Default Re: How do I add the Default Pezoi?

    The recruiting is set in export_descr_buildings (EDB) from Rome - Total War/data
    The unit is already recruitable by the following hellenistic factions:
    Seleucids
    Pontus
    Bactria (thrace in EDB)
    Ptolemaics (egypt in EDB)

    Since it is an aor unit it is only recruitable based on the aor_mace hidden resource(this is to say it is only available in the macedonian regions). If you want to make it recruitable as a faction unit with no restrictions in terms of area of recruitment you need to add a line like this:

    Code:
                    recruit "aor macedon phalanx"  0  requires factions { seleucid, }
    under each of the barracks you want it recruitable from. The barracks are faction specific so you need to add it for each faction. The red name in the brakets is the faction which will recruit it and you need to change that for each faction under its own barracks. Take another unit from that faction as example.
    And be careful so you add the line for the superior levels of the barracks too or otherwise the unit will disappear from the recruitment panel once you upgrade the barracks. Also, if you add it for one of the factions that already recruit it as an aor you should just remove that
    Code:
     and hidden_resource aor_mace
    part it has at the end so as to make it recruitable from anywhere. The unit name in the text file is aor macedon phalanx. You could, for example, make/leave the unit recruitable only from the aor_mace area for the lower levels of the barracks(like the second and third auxilia levels) and make it generally recuitable from the higher ones.

    Another thing to know is that the internal name you`ll see in the text files for some factions is different from what you see in game. For example:
    Romans - romans_julii
    Ptolemaics - egypt
    Illyrians - britons
    Bactria - thrace
    Thracians - dacia
    Sarmatians - scythia

    Also, try to use the space bar for spaces in EDB and not the tab. The file is apparently sensitive to these and if too many tabs are used it might ctd.


    Happy New Year!
    Last edited by florin80; December 31, 2007 at 03:16 PM. Reason: several typos

  5. #5

    Default Re: How do I add the Default Pezoi?

    Thanks Florin, that did the trick, Happy new year!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •