安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题










In your XML folder (for those with BNW, it's located here: C:\Program Files (x86)\Steam\steamapps\common\sid meier's civilization v\Assets\DLC\Expansion2\Gameplay\XML\GameInfo) open up the CIV5Eras XML file.
Under "ERA_ANCIENT", which should be the first era settings entry, find this line:
<StartingWorkerUnits>0</StartingWorkerUnits>
Change it to
<StartingWorkerUnits>1</StartingWorkerUnits>
Save and exit the file, and your game should now give you a starting worker by default when you start in the Ancient era. Keep in mind that this will break multiplayer compatibility.
FYI - if you want to change any of your "starting loadout", you can modify each of these lines:
<StartingDefenseUnits>1</StartingDefenseUnits>...this is your starting warrior
<StartingWorkerUnits>0</StartingWorkerUnits>...self explanatory
<StartingExploreUnits>0</StartingExploreUnits>...this would be your scout
<StartingGold>0</StartingGold>...you can start with gold!
<StartingCulture>0</StartingCulture>...you can start with culture!
Hope it helps! One last piece of advice... if you ever do modify the game's base files, make a copy of the original before you do so just in case you need to revert back quickly.