Someone asked me to combine a couple posts on game settings so it could be made into a sticky if it's useful.
Since CiV isn't remembering your game settings from the last game you played, I modify the config file with my favorite settings.
The config.ini file is located in "\My Documents\My Games\Sid Meier's Civilization 5\"
The basic settings are:
[UserSettings]
; Last Civilization Played - Washington would be 0, next on list would be 1, etc...
; As a newbie, I've been playing France which is the 7th on the list (but 6th starting with 0
LastCiv = 6
; The rest of these are self-explanatory. Just remember that the lowest setting starts with 0 not 1.
; -----------------------------------------------------------------------------------
; Last Game Speed Played
LastSpeed = 2
; Last Map Type Played
LastMapScript = Assets\Maps\Pangaea.lua
; Last Map Script Was Random
LastMapScriptRandom = 0
; Last Map Size Played
LastMapSize = 0
; Last Map Size Was Random
LastMapSizeRandom = 0
; Last Map Type Was Earth
LastMapWasEarth = 0
; Last Game Difficulty Played
LastDifficulty = 0
For advanced options, find the GameOptions line. Set the corresponding digit to either a 1 or a 0 depending on whether you want it on or off.
GameOptions = 0100000100001101
; Digits are as follows
; 1 Unknown
; 2 No Barbarians
; 3 Raging Barbarians
; 4 Always War
; 5 Always Peace
; 6 One city challenge
; 7 Unknown
; 8 New Random Seed on Reload
; 9 Unknown
; 10 Require Complete Kills
; 11 No Ruins
; 12 Random Personalities
; 13 Allow Policy Saving
; 14 Allow Promotion Saving
; 15 Enable Turn Timer
; 16 Quick Combat
There's no point in copying these comment lines to your config.ini file as they'll be deleted the next time you run CiV.
Since CiV isn't remembering your game settings from the last game you played, I modify the config file with my favorite settings.
The config.ini file is located in "\My Documents\My Games\Sid Meier's Civilization 5\"
Spoiler :
The basic settings are:
[UserSettings]
; Last Civilization Played - Washington would be 0, next on list would be 1, etc...
; As a newbie, I've been playing France which is the 7th on the list (but 6th starting with 0
LastCiv = 6
; The rest of these are self-explanatory. Just remember that the lowest setting starts with 0 not 1.
; -----------------------------------------------------------------------------------
; Last Game Speed Played
LastSpeed = 2
; Last Map Type Played
LastMapScript = Assets\Maps\Pangaea.lua
; Last Map Script Was Random
LastMapScriptRandom = 0
; Last Map Size Played
LastMapSize = 0
; Last Map Size Was Random
LastMapSizeRandom = 0
; Last Map Type Was Earth
LastMapWasEarth = 0
; Last Game Difficulty Played
LastDifficulty = 0
For advanced options, find the GameOptions line. Set the corresponding digit to either a 1 or a 0 depending on whether you want it on or off.
GameOptions = 0100000100001101
Spoiler :
; Digits are as follows
; 1 Unknown
; 2 No Barbarians
; 3 Raging Barbarians
; 4 Always War
; 5 Always Peace
; 6 One city challenge
; 7 Unknown
; 8 New Random Seed on Reload
; 9 Unknown
; 10 Require Complete Kills
; 11 No Ruins
; 12 Random Personalities
; 13 Allow Policy Saving
; 14 Allow Promotion Saving
; 15 Enable Turn Timer
; 16 Quick Combat
There's no point in copying these comment lines to your config.ini file as they'll be deleted the next time you run CiV.