两个步骤
1:export_descr_unit.txt中使战象可选
搜索
greek elephant small 小象
greek elephant african 战象
greek elephant cataphract 披甲战象
下面的ownership里在最后加上romans_julii
例如
ownership seleucid, romans_julii(半角逗号+空格,或者直接复制一个)
如果只是要在自定义战斗中使用,这就够了。但因为没有相关的兵牌,战象的兵牌会显示为叛军农民,但不影响使用。修改兵牌涉及到PAK文件的解包,很麻烦而且需要相关软件,就不说了
2:export_descr_buildings.txt中使战象可造
搜索elephant
例如
recruit "greek elephant small" 0 requires factions { seleucid, } and resource elephants
这里的 { seleucid, } 就是可以造大象的国家,改成{ seleucid, romans_julii, } 就可以了。
但这样的话,大象只能在有大象资源的地方造,如果想到处都造,可以复制这行改成
recruit "carthaginian elephant forest" 0 requires factions { romans_julii, }(后面那段删除掉,那段就是表明需要大象资源)
三种大象的代码
recruit "greek elephant small" 0 requires factions { seleucid, } and resource elephants
recruit "greek elephant african" 0 requires factions { seleucid, } and resource elephants
recruit "greek elephant cataphract" 0 requires factions { seleucid, } and resource elephants