Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.