
Originally Posted by
XXXXX
I am sorry konny but I am not familiar with it at all, I´ve only ever messed around with a few of the descr files and I have never taken the time to even learn the basics of how the EB scripts are written ( but it seems more and more inevitable that I do one of these days ), so please bear with me - which file is the EDB anyway ?
export_descr_buildings.txt in the data folder. It has all the lines for the recruitement in the entry of the respective barracks. So, if you want to change anything in recruitement you need to go there.
Modding it is comparable easy once you know how to do so...
When I´ve found it and the line with "roman infantry triarii early" I should go the \EB\Data\World\maps\base\DESCR_REGIONS.TXT and find the hidden ressources for Latium2, but are the hidden ressources also those which are listed under the normal ressources, for example the line from Latium2: bigport, tradeport, italy, rome, variantro, SW, B, y1, y2, y4, n8 ? And should I copy the whole line ?
"SW, B, y1, y2, y4, n8" are the ressoruces you'll have to look for:
Code:
recruit "roman infantry triarii early" 0 requires factions { seleucid, } and hidden_resource SW and hidden_resource B and hidden_resource y1 and hidden_resource y2 and hidden_resource y4 and hidden_resource n8
It says the faction with the internal name "seleucid", what are our Romans, can recruite the named unit with ecperince 0 in a province with the sayed hidden resources, what is Latium2 (Roma).
When you duplicate this line and replace in the copied line "roman infantry triarii early" with "roman cavalry eqvites consvlares", it will enable recruiting Equites Consulares in the same town. But this only applies to this barracks (level 3 Camillan). So, you have copy the result to the other two levels of Camillan barracks (the next following buildings). Otherwise you'll lose the ability to recruite the Consulares when upgrading the barracks.
You also need to copy this line to the barracks for the Polybian, and if you like, Marian and Augustan barracks. These are the next buildings. Always make sure you have your new line above the line that has the "}" at the end of the list and everything should be fine (you should backup your files before of course).
greetings,
konny
Bookmarks