给你说个简单的方法吧
假如说你选的是红罗,想用迦太基的圣团步兵,在皇宫里产的话,那么就先在
export_descr_buildings
中按ctrl+f查找
imperial_palace
如下
imperial_palace
}
}
imperial_palace requires factions { carthaginian, eastern, parthia, egyptian, greek, roman, }
{
capability
{
recruit "carthaginian peasant" 0 requires factions { spain, }
recruit "barb peasant briton" 0 requires factions { britons, }
以下省略
添加 recruit "carthaginian sacred band infantry" 0 requires factions { romans_julii, }
就像这样
capability
{
recruit "carthaginian peasant" 0 requires factions { spain, }
recruit "barb peasant briton" 0 requires factions { britons, }
recruit "carthaginian sacred band infantry" 0 requires factions { romans_julii, }
这样配合上修改export_descr_unit文件就可以在皇宫时期用红罗造出来迦太基的圣团了!
照葫芦画瓢,你可以在你想要造此兵种的建筑下面添加一条
recruit "xxxxx" 0 requires factions { xxxxx, }
兵种名称 你的派系(记着这个逗号是在后面!别忘了,改错了会跳出的)
(在export_descr_unit你修改的兵种的第一行那个)
或者更简单的一种方法
直接在export_descr_buildings
中按ctrl+f查找
你已在export_descr_unit文件中修改过的那个兵种的名称xxxxx
,如carthaginian sacred band infantry
然后在每一条recruit "carthaginian sacred band infantry" 0 requires factions { carthage, }
后空一格添加你的派系名称 xxxx
如 recruit "carthaginian sacred band infantry" 0 requires factions { carthage, romans_julii(xxxx), }记着一定是逗号隔开并在后面再加一个逗号并空一格!改错了会跳出的。
这样该有个缺陷就是有些建筑你没有,所以有些特色兵种,如狂战只有在大力神圣域中才能造。这时候你还是造不了。所以说优先选取第一种,虽然有些麻烦。
选我哦。玩的愉快!
我也想问