Total War Barbarian Invasion Unit Id List: Rome:

Search for faction entries like:

ownership romans_west To add a unit to another faction, copy the entire unit block, change its type ID, and modify ownership . Here are the most useful IDs – exactly as typed in vanilla BI: rome: total war barbarian invasion unit id list

create_unit Aethelwulf "saxon_huscarls" 2 5 0 0 In export_descr_unit.txt , you can copy, edit, or create new units – the ID must be unique. Search for faction entries like: ownership romans_west To

The master list is inside the game’s data files . You need to unpack them (if you have the vanilla game) or use the export_descr_unit.txt file. Typical path (after unpacking): Rome - Total War/bi/data/export_descr_unit.txt Each unit has a type line, e.g.: You need to unpack them (if you have

grep "^type" export_descr_unit.txt | awk 'print $2' | sort > bi_unit_ids.txt That gives you a clean list of every single unit ID used in your version of Barbarian Invasion. If you need a (including all rebels, mercenaries, and hidden units), let me know and I can generate it based on the vanilla export_descr_unit.txt .