If you open up Export_descr_unit.txt (or somethign similar) search for a unit you like and add to the ownership line the faction you want. For the correct spelling look around in the file. For example:
Code:
type barb berserker german
dictionary barb_berserker_german ; Berserkers
category infantry
class light
voice_type Heavy_1
soldier barb_berserker, 10, 0, 1.5
attributes sea_faring, hide_forest, frighten_foot, very_hardy
formation 1.2, 1.2, 2.4, 2.4, 2, horde
stat_health 3, 0
stat_pri 19, 8, no, 0, 0, melee, blade, slashing, axe, 0 ,0.1
stat_pri_attr ap
stat_sec 0, 0, no, 0, 0, no, no, no, none, 0 ,0.1
stat_sec_attr no
stat_pri_armour 0, 14, 0, flesh
stat_sec_armour 0, 0, flesh
stat_heat 2
stat_ground 2, -2, 3, 2
stat_mental 16, berserker, untrained
stat_charge_dist 40
stat_fire_delay 0
stat_food 60, 300
stat_cost 2, 840, 120, 90, 130, 840
ownership slave
to
Code:
type barb berserker german
dictionary barb_berserker_german ; Berserkers
category infantry
class light
voice_type Heavy_1
soldier barb_berserker, 10, 0, 1.5
attributes sea_faring, hide_forest, frighten_foot, very_hardy
formation 1.2, 1.2, 2.4, 2.4, 2, horde
stat_health 3, 0
stat_pri 19, 8, no, 0, 0, melee, blade, slashing, axe, 0 ,0.1
stat_pri_attr ap
stat_sec 0, 0, no, 0, 0, no, no, no, none, 0 ,0.1
stat_sec_attr no
stat_pri_armour 0, 14, 0, flesh
stat_sec_armour 0, 0, flesh
stat_heat 2
stat_ground 2, -2, 3, 2
stat_mental 16, berserker, untrained
stat_charge_dist 40
stat_fire_delay 0
stat_food 60, 300
stat_cost 2, 840, 120, 90, 130, 840
ownership slave, romans
This however will only make them avaible for custom battle. If you want to have them builable you have to add them to a building. Open export_descr_buildings.txt and search for every line that contains the unit name.
For example:
Code:
recruit "barb berserker german" 0 requires factions { germans, }
to
Code:
recruit "barb berserker german" 0 requires factions { germans, romans, }
Note the "," at the end.
Bookmarks