GildedDuke
Chieftain
- Joined
- Jul 3, 2012
- Messages
- 26
I've been following Kael's modding guide, and I'm trying to add .dds files to my mod for the icon atlas, the map, and the Dawn of Man image. I have all the dds files copied into an art folder in the modding file structure. All of the dds files seem to be formatted correctly.
When I try to do something like
<Update>
<Set MapImage="Nuke2.dds"/>
<Where Type ="CIVILIZATION_IROQUOIS"/>
</Update>
It says that it cannot load Nuke2.dds
However if I include the full file path like this:
<Update>
<Set MapImage="C:\Users\kevib\Documents\Firaxis ModBuddy\TheEternalWar\TheEternalWar\Art\Nuke2.dds"/>
<Where Type ="CIVILIZATION_AMERICA"/>
</Update>
It loads up just fine. My worry is that the links will all break when I upload the map, as not everybody is going to have the same directory structure. Am I missing something about adding the image files? Should I worry about the file structure breaking upon upload?
When I try to do something like
<Update>
<Set MapImage="Nuke2.dds"/>
<Where Type ="CIVILIZATION_IROQUOIS"/>
</Update>
It says that it cannot load Nuke2.dds
However if I include the full file path like this:
<Update>
<Set MapImage="C:\Users\kevib\Documents\Firaxis ModBuddy\TheEternalWar\TheEternalWar\Art\Nuke2.dds"/>
<Where Type ="CIVILIZATION_AMERICA"/>
</Update>
It loads up just fine. My worry is that the links will all break when I upload the map, as not everybody is going to have the same directory structure. Am I missing something about adding the image files? Should I worry about the file structure breaking upon upload?