Rules txt template

Did you check my Scenario Creation Excel Sheet thread post #2 here. There’s a rules_TOTPP_0184.txt file that should meet your requirements in the bottom part of the post.

Hope this is helpful.
 
Hi Tech,

Just a couple of notes:

You'll notice that I accidently repeated the 'Tech with ID 100' line twice in the @Civilize section. You just need to delete one of them and it will be fine:

Code:
@CIVILIZE
....
Extra Advance 7,    3, 0,  no,  no,  0, 0    ; X7  99
Tech With ID 100,   3, 0,  no,  no,  0, 0    ; X64 100
Tech With ID 100,   3, 0,  no,  no,  0, 0    ; X64 100
Tech With ID 101,   3, 0,  no,  no,  0, 0    ; X65 101
....

If you plan on using more than the standard 100 techs in your scenario, you need to add the 'NumberOfTechs' param in the @COSMIC2 section with the total number of advances used (just like you do for units), and remember that the very first tech in the advance tree starts at the number 0 (not 1) . So in the example below 119 really means 120 techs.

Code:
@COSMIC2
...
NumberOfUnitTypes, 189
NumberOfTechs, 119
...
 
Back
Top Bottom