在视频设置里的部队规模这一栏里,超大规模的话农民是240人,其余的比如罗马步兵,就是161人,是160人+1个百夫长。另外可以修改源代码,不过修改前切记要备份!!!在游戏根目录下DATA目录下的export_descr_unit这个文件里修改的时候,以成年步兵为例,其源码是这样的:type roman princeps
dictionary roman_principes ; Principes
category infantry
class heavy
voice_type Heavy_1
soldier roman_principes, 40, 0, 1.3
officer roman_early_standard
attributes sea_faring, hide_forest, can_sap
formation 1, 2, 2, 3, 4, square
stat_health 1, 0
stat_pri 11, 2, pilum, 35, 2, thrown, blade, piercing, spear, 25 ,1
stat_pri_attr prec, thrown ap
stat_sec 7, 2, no, 0, 0, melee, simple, piercing, sword, 25 ,1
stat_sec_attr no
stat_pri_armour 7, 4, 5, metal
stat_sec_armour 0, 1, flesh
stat_heat 4
stat_ground 2, 0, 0, 0
stat_mental 6, disciplined, highly_trained
stat_charge_dist 30
stat_fire_delay 0
stat_food 60, 300
stat_cost 0, 490, 170, 50, 80, 490
ownership romans_julii,romans_brutii,romans_scipii,romans_senate其中soldier roman_principes, 40, 0, 1.3这一行里的40就是在普通规模下时,这个单位人数。当选择大规模时,就是80人,超大规模就是160人。修改的时候注意,这个数字是有上限的。超大规模时,人数最多是240人,这是部队上限,所有部队修改后在超大规模下都不可能超过这个数,也就是说这里的40最多只能修改成60,这样大规模下是120人,超大规模是240人,正好。另外还有一点要补充的,就是修改比如弩炮的门数与人数的时候,这时候是有一个对应关系的。你看源码:type roman onager
dictionary roman_onager ; Onagers
category siege
class missile
voice_type Light_1
soldier roman_crew, 16, 2, 0.8这种对应关系是8个士兵对应一门炮,不管你要怎么改,如果你要修改弩炮的数量,你必须对应的修改这个部队的总人数,使他能够满足8个士兵对应一门炮的要求,否则就会修改失败,进不了游戏了。
在游戏设置“视频设置——高级——部队规模——大规模或者超大规模”,但是最多240人,且战斗时同时指挥不能超过20支部队。修改文件:export_descr_unit中的soldier carthaginian_big_elephant_crew, 18, 6, 1(举例),其中的18就是数量,好像不能超过60。
在罗马全面战争中,如果要修改部队数量,可以通过以下步骤进行:
1. 打开游戏,进入游戏内部,在游戏设置中,找到部队规模的选项。
2. 在部队规模选项中,选择合适的部队规模,如超大规模等。
3. 找到要修改的特定兵种,在相应兵种的人数上进行修改。
4. 修改时要注意,确保人数不要超过规定上限。
5. 修改后,保存修改结果并退出游戏,重新进入游戏即可体验修改后的效果。
需要注意的是,修改部队数量可能会影响游戏平衡性,建议在修改前备份相关文件,以防意外情况发生。