Here is the first entry in the unmodified descr_strat.txt for RTW 1.5 that creates a rebel army:
Code:
character sub_faction britons, Brigomaglos, general, age 20, , x 36, y 142
army
unit barb infantry slave exp 2 armour 0 weapon_lvl 0
unit barb infantry slave exp 2 armour 0 weapon_lvl 0
unit barb infantry slave exp 2 armour 0 weapon_lvl 0
unit barb druids slave exp 2 armour 0 weapon_lvl 0
In order to create additional rebel armies, you need to be careful about one thing in particular: the name of the general must be a legal name for the faction which follows "sub_faction" in the first line.
In the case above, the faction is "britons" and the general's name is "Brigomaglos". If you look in the file Data\descr_names.txt, you find the name "Brigomaglos" listed for the britons faction, so this name is OK. If you were to use "Akbar" instead (which is OK for numidia and carthage, but not for the britons) the game would crash when loading the campaign map.
Bookmarks