游侠会员:beep88 原创
《帝国全面战争》 目前可以支持 1200 以上的单个小队士兵人数 但是游戏里只给出了160人。
所以在没办法解包的情况下只能用以下的方法了。
首先要找到 preferences.empire_script.txt
Windows XP:
C:\Documents and Settings\xxxx\Application Data\The Creative Assembly\Empire\scripts\
Windows Vista:
C:\Users>xxxx>Appdata>Roaming>The Creative Assembly>Empire>Scripts
xxxx 为你的用户名
这一行为Ultra人数设置,要保持与之一样
gfx_unit_scale 3; # gfx_unit_scale <int>, Set unit scale. 0 - lowest, 3 - ultra #
这一行决定数量
campaign_unit_multiplier 1; # campaign_unit_multiplier <float>, Set default unit multiplier for campaign #
基本上是这样算的: 在Ultra下 为160。 campaign_unit_multiplier 1 就代表了 160 / 160 =1
campaign_unit_multiplier 1.5 的话为 240 / 160 = 1.5 除数为游戏中的数量
所以 * 1.5 = 240
* 2.5 = 400
* 3.5 = 560
* 4 = 640
* 5 = 800
* 7.5 = 1200
但是要注意以下数值无法使用
* 1.1
* 1.3
* 1.4
* 2
还有就是每次设置游戏选项后会被重置,所以得重复来过。