Hi,
I am trying to create a simple mod that removes Flood Barriers from the game, but somehow I don't really understand why it doesn't work (completely new to civ mods).
Currently my latest try looks like this:
It's probably just a problem that I somehow doing a wrong XML hierarchy or something, not sure.
Thematically:
- Why?
- Just want to add this to a mod that removes flooded tiles, so creating this building would be useless (both for the player and AI).
I am trying to create a simple mod that removes Flood Barriers from the game, but somehow I don't really understand why it doesn't work (completely new to civ mods).
Currently my latest try looks like this:
Code:
<GameInfo>
<!-- Delete base game data that is irrelevant to the scenario.-->
<Buildings>
<!-- Buildings -->
<Delete Type="BUILDING_FLOOD_BARRIER"/>
</Buildings>
<DeleteMissingReferences table="Buildings" column="Type"/>
</GameData>
It's probably just a problem that I somehow doing a wrong XML hierarchy or something, not sure.
Thematically:
- Why?
- Just want to add this to a mod that removes flooded tiles, so creating this building would be useless (both for the player and AI).