ThunderMohawk
Chieftain
- Joined
- Sep 16, 2012
- Messages
- 19
So I'm new to modding but I codded this mod and the debugger for mod buddy says it's successful as well as civ v in game mod loading thingy.
The guide says this will change the colosseum to 4 happiness. The debugger says there's no flaws. Yet even after I successfully load it in Civ v, the effect doesn't show up in the game.
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 9/16/2012 12:28:34 PM -->
<GameData>
<Buildings>
<Update>
<Set Happiness="4"/>
<Where Type="Building_Colosseum"/>
</Update>
</Buildings>
</GameData>
So then I went to the "Modders Guide for Civilization." I tried that building edit coding where you change the granary and add the help section thing.
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 9/16/2012 12:28:34 PM -->
<GameData>
<Buildings>
<Update>
<Set FoodKept="30"/>
<Where Type="BUILDING_GRANARY"/>
</Update>
<Update>
<Set Help="TXT_KEY_BUILDING_GRANARY_HELP"/>
<Where Type="BUILDING_GRANARY"/>
</Update>
</Buildings>
</GameData>
Again, it says it's successful. Also it loads in civ. But the effect doesn't show up in the game. I tried disabling gods and kings, I tried using direct x 9, I tried switching folders. Nothing works. It didn't even show up in the Modbuddy folder so I moved it to the Civilization V MODS folder.
Obviously I'm a noob but I'm confused with how everything says it's valid and works but it doesn't have any effect in the game. What am I doing wrong? Thanks for any help.
The guide says this will change the colosseum to 4 happiness. The debugger says there's no flaws. Yet even after I successfully load it in Civ v, the effect doesn't show up in the game.
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 9/16/2012 12:28:34 PM -->
<GameData>
<Buildings>
<Update>
<Set Happiness="4"/>
<Where Type="Building_Colosseum"/>
</Update>
</Buildings>
</GameData>
So then I went to the "Modders Guide for Civilization." I tried that building edit coding where you change the granary and add the help section thing.
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 9/16/2012 12:28:34 PM -->
<GameData>
<Buildings>
<Update>
<Set FoodKept="30"/>
<Where Type="BUILDING_GRANARY"/>
</Update>
<Update>
<Set Help="TXT_KEY_BUILDING_GRANARY_HELP"/>
<Where Type="BUILDING_GRANARY"/>
</Update>
</Buildings>
</GameData>
Again, it says it's successful. Also it loads in civ. But the effect doesn't show up in the game. I tried disabling gods and kings, I tried using direct x 9, I tried switching folders. Nothing works. It didn't even show up in the Modbuddy folder so I moved it to the Civilization V MODS folder.
Obviously I'm a noob but I'm confused with how everything says it's valid and works but it doesn't have any effect in the game. What am I doing wrong? Thanks for any help.