[Vanilla] Issue with icons not showing up

Zobtzler

Chieftain
Joined
Oct 21, 2017
Messages
95
Location
Sweden
I've been experimenting with adding new eras and technologies to the tech tree (right now just copying some names and icons from CivBE) and I cannot get the icons to work properly. I've tried different methods from different tutorials on creating the xlp file and proper linking etc on the forum, but the icons that the game has chosen to show are the vanilla tech tree icons.
At this point I'm too tired to find the error (it's 3:30 am and I'm pulling my hair out) after already failing for hours.

Link to both the modbuddy project and the built mod here
 
Your .tex files are pointing to an out-of-scope folder location.

So for example edit "Zob_Tech_30.tex" and change line 35, remove the entire path Except the "filename.dds" part.
i.e. "C:\Users\...etc..\Zob_Tech_30.dds" → "Zob_Tech_30.dds".
 
That did not fix the issue unfortunately. I've been making a few other mods that has had the same kind of source path but had it working
 
Back
Top Bottom