I want to create "limes" on the campaign map so I want to know how to add forts(and units inside them) that they will be there at the start of the game?! :stupido2:
I need to change descr_strat.txt file, right?
Printable View
I want to create "limes" on the campaign map so I want to know how to add forts(and units inside them) that they will be there at the start of the game?! :stupido2:
I need to change descr_strat.txt file, right?
Yep, you have to add those at the end of the DS file. Here's an exmaple:
And of course the relevant army entry...Code:region North_Ithilien
road_level 0
farming_level 0
famine_threat 0
fort 110 71
not sure, but does that work with forts??
anyway for watchtowers you dont even need all the other stuff just;
Code:region Sicilia_Graecus
watchtower 213 118
watchtower 228 121
G
Yep, it works. Actually, you don't need any of the region stuff for forts either (I was too bored to delete the lines :P), all you have to give is the region name and the coordinates, just like watchtowers.
Thanks .. :2thumbsup:
I'll try that ..