你是要求给游戏里添加新兵种 还是游戏里已有的但你玩的那个派系没有
如果是给游戏里添加新兵种那你自己去网上搜罗马全面战争修改器
如果是游戏里已有的但你玩的那个派系没有,那么。。。。。。。。
以下是在下找的别人把亚马逊女战士加入色雷斯的方法,同样也可以用于把克里特弓箭手和罗德斯投石兵加给希腊、马其顿和塞琉古
type rebel amazon chariots
dictionary amazon_chariots ; Amazon Chariots
category cavalry
class missile
voice_type Female_1
soldier greek_amazons, 27, 9, 1
mount heavy chariot
mount_effect elephant -8, camel -4
attributes sea_faring, hide_forest, frighten_foot, cantabrian_circle
formation 8.5, 9, 15, 15, 2, square
stat_health 1, 2
stat_pri 14, 5, arrow, 120, 60, missile, archery, piercing, none, 25 ,1
stat_pri_attr no
stat_sec 10, 7, no, 0, 0, melee, blade, slashing, none, 25 ,1
stat_sec_attr launching, ap
stat_pri_armour 11, 1, 0, metal
stat_sec_armour 0, 1, flesh
stat_heat 2
stat_ground 0, 0, -6, 0
stat_mental 12, normal, untrained
stat_charge_dist 40
stat_fire_delay 0
stat_food 60, 300
stat_cost 1, 680, 140, 70, 110, 680
ownership slave
以上参数在data/export_descr_unit.txt 这个文件中找 (ownership slave 是说可招募国家是斯拉夫 改成你用的国家 比如macedon, thrace, spain什么的 建议改成一个国家即你所选国家)
然后再修改dataexport_descr_buildings.txt 这个文件
我是这样改的:打开export_descr_buildings.txt 搜索到
recruit carthaginian city militia 0 requires factions { spain, }
这样一行命令 如果我要添加亚马孙女战士进去就在这行下面加上
recruit rebel amazon chariots 0 requires factions { thrace, }
双引号里面的是兵种的名称 括号里面是招募的国家 招募的国家要和在dataexport_descr_unit.txt 中修改的国家名字一致
比如在dataexport_descr_unit.txt 中的素ownership thrace ,那么在dataexport_descr_buildings.txt 中 括号里要也是 thrace 。
(最好在搜索到的每一条recruit carthaginian city militia 0 requires factions { spain, } 下面都加上recruit rebel amazon chariots 0 requires factions { thrace, })如果不愿意添加在这里 可找到相应的兵种属性建筑里添加进去即可
升级军营就行了