罗马全面战争修改士兵数量方法
的有关信息介绍如下:首先,打开data/export_descr_unit.txt,其实里面说明很详细,不过不懂英文的话,还是听我解说。里面每一段都是一个兵种的设置内容:比如下面type greek cavalrydictionary greek_cavalry ; Militia Cavalrycategory cavalryclass missilevoice_type Medium_1soldier greek_javelin_cavalry, 27, 0, 1mount light horsemount_effect elephant -8, camel -4attributes sea_faring, hide_forest, cantabrian_circleformation 3, 4, 6, 6, 4, squarestat_health 1, 0stat_pri 6, 2, javelin, 50, 6, thrown, archery, piercing, spear, 25 ,1stat_pri_attr thrownstat_sec 6, 2, no, 0, 0, melee, simple, piercing, sword,25 ,1stat_sec_attr nostat_pri_armour 0, 2, 4, fleshstat_sec_armour 0, 1, fleshstat_heat 1stat_ground 0, 0, -6, 0stat_mental 4, normal, trainedstat_charge_dist 40stat_fire_delay 0stat_food 60, 300stat_cost 1, 340, 110, 40, 60, 340ownership greek_cities, seleucid, thrace, slave 这是希腊投枪骑兵的设置。我们关心的是第六行的这个:soldier greek_javelin_cavalry, 27, 0, 1 27代表人数为normal模式下的骑兵人数,在huge模式下要乘以4,也就是108人~~~那么,下面的工作就很简单了,把27改成60(不要太贪心,超过60进不去游戏的 ),保存,进入游戏,做个custom battle,选希腊看看~~嘿嘿,人数很多吧~~~