Hey I am pretty new at modding Civ games. (did a few fixs for pandura)
I used one of WakeUpMrBubbles sponsor mods as templates, to better understand.
But I seems to have run into a few problems?
first of my faction ingame are suppose to be purple and blue, but are yellow and white?
And the .dds files fails to load in the game? so I get a lot of box's to click on
But then I look through the code there doesn't seems to be a problem.
the error is called: texture load error, and says: unable to load texture[nameOfFile]
I could really use some help as I am clueless right now :3
I used one of WakeUpMrBubbles sponsor mods as templates, to better understand.
But I seems to have run into a few problems?
first of my faction ingame are suppose to be purple and blue, but are yellow and white?
Spoiler :
<GameData>
<Colors>
<Row>
<Type>COLOR_PLAYER_NLR_PRIMARY</Type>
<Red>64</Red>
<Green>70</Green>
<Blue>128</Blue>
<Alpha>1</Alpha>
</Row>
<Row>
<Type>COLOR_PLAYER_NLR_SECONDARY</Type>
<Red>47</Red>
<Green>85</Green>
<Blue>195</Blue>
<Alpha>1</Alpha>
</Row>
</Colors>
</GameData>
<Colors>
<Row>
<Type>COLOR_PLAYER_NLR_PRIMARY</Type>
<Red>64</Red>
<Green>70</Green>
<Blue>128</Blue>
<Alpha>1</Alpha>
</Row>
<Row>
<Type>COLOR_PLAYER_NLR_SECONDARY</Type>
<Red>47</Red>
<Green>85</Green>
<Blue>195</Blue>
<Alpha>1</Alpha>
</Row>
</Colors>
</GameData>
And the .dds files fails to load in the game? so I get a lot of box's to click on

But then I look through the code there doesn't seems to be a problem.
the error is called: texture load error, and says: unable to load texture[nameOfFile]
I could really use some help as I am clueless right now :3