Value Change Within a .xml file not Resulting in a Change within Civ 5 Game
-
I changed the value of the research speed in the Civ5GameSpeeds.xml file on mac, but when I run the game, researching costs are still at the default values. I tried restarting the game and my computer but nothing happens. I know I have permission to read & write the file too. Also I changed the values within the CIV5GameOptions.xml file to see more options successfully, but I don't know why it's not working for the CIV5GameSpeeds.xml
Here is a snippet of code
GAMESPEED_QUICK TXT_KEY_GAMESPEED_QUICK TXT_KEY_GAMESPEED_QUICK_HELP 25 67 67 67 67 200 67 125 67 67 67 67 67 67 67 67 67 80 100 45 -60 67 GAMESPEED_ATLAS 3
-
You might be changing the wrong file.
As far as I can understand, when civ loads its data it first loads all the data in the "Sid Meier's Civilization V\Assets" folder apart from the "DLC" folder. It then goes into the "DLC" folder and loads those in a specific order (Brave New World after Gods and Kings) overwriting the old data each time it finds a duplicate file. It then does the same for the "MODS" folder in your documents folder.
To change game data you therefore need to change it in the last place the game loads, which for game speeds means the latest major DLC you play with or any mods that change it.