This is my first post but I've been lurking and reading a while. I'm trying to put in a simple mod of my own, but it never shows up. I'm probably making a simple stupid mistake.
As a test I'm trying to change the Barb Exp Cap. I can do it by directly modifing the game xml file in the xml root dir, so I know I have the right field. But when I try to mod it with ModBuddy and:
<GameData>
<!-- no limit on barb exp.-->
<Defines>
<Update>
<Set Value="2000"/>
<Where Name="BARBARIAN_MAX_XP_VALUE"/>
</Update>
</Defines>
<!-- honor 2x exp mod -->
<Policies>
-<Update>
<Set ExpModifier="100"/>
<Where Type="POLICY_MILITARY_TRADITION"/>
</Update>
</Policies>
</GameData>
Neither mod shows up. I can see the mod listed, and I check the box to the right and play single player from the mods men, and no changes.
I've clicked "build solution" and "build 'my project name'". Am I missing a local publishing step? Or do I have bad code that is getting rejected? Civ seems to see my mod, since I can select it (if I'm selecting it right). But my mod does nothing.
If anyone can shed some light on this I would appreciate it. I'm so close (I think). Hopefully a mouse click or two away. I've read enough xml files the last 2 days - I didn't look in the root of xml (for GlobalDefines.xml) until I had read about 100 posts. Most of this makes sense, it just doesn't work yet as a mod.
Cheers,
Lews
As a test I'm trying to change the Barb Exp Cap. I can do it by directly modifing the game xml file in the xml root dir, so I know I have the right field. But when I try to mod it with ModBuddy and:
<GameData>
<!-- no limit on barb exp.-->
<Defines>
<Update>
<Set Value="2000"/>
<Where Name="BARBARIAN_MAX_XP_VALUE"/>
</Update>
</Defines>
<!-- honor 2x exp mod -->
<Policies>
-<Update>
<Set ExpModifier="100"/>
<Where Type="POLICY_MILITARY_TRADITION"/>
</Update>
</Policies>
</GameData>
Neither mod shows up. I can see the mod listed, and I check the box to the right and play single player from the mods men, and no changes.
I've clicked "build solution" and "build 'my project name'". Am I missing a local publishing step? Or do I have bad code that is getting rejected? Civ seems to see my mod, since I can select it (if I'm selecting it right). But my mod does nothing.
If anyone can shed some light on this I would appreciate it. I'm so close (I think). Hopefully a mouse click or two away. I've read enough xml files the last 2 days - I didn't look in the root of xml (for GlobalDefines.xml) until I had read about 100 posts. Most of this makes sense, it just doesn't work yet as a mod.
Cheers,
Lews