步骤/方法
首先要找到 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 , 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
我个人建议不要超过 2.5 400人 不然机子烧了可别怪我 **不好意思,我忘了说了,因为每次设置游戏选项后会被重置,所以别忘了重复一遍。**