Greetings everyone, im interested to know how can i edit the xml values, for example, i added more culture per turn on the wonder palace, and changed the color of a civilization from his default color to black and white, i eddited everything from the Assets/Gameplay/XML folder but when i start the game it doesnt show any changes.
What im doing wrong?
Thanks and have a nice weekend.
Modding in Civilization V is done a bit differently than in Civilization IV.
Have you downloaded the Civilization V SDK from Steam? If not, then do that.
Next, have you read Kael's guide to modding?
Link here:
http://forums.civfanatics.com/showthread.php?t=385009
Also, reported to be moved to the main C&C forums. This forum is for tutorials and references.
You'll essentially want to:
1) Use ModBuddy to create a mod
2) When modifying existing XML files, you have to use Update if you're changing an existing file, or Row when creating a new row. Read Kael's guide for more information on how this is done.
3) When you're finished, you'll want to Build your mod, then go into Civilization V, go to the Mods, go to Browse Mods, find your mod on the menu, activate, then go into Play Game and test it there.
It's going to take a while to understand, but good luck!
Kael's guide is very slightly out of date: There's no mention of VFS, for instance. You shouldn't have to worry about this, though, if you're only doing a simple XML update!