World rankings "?" issue. (Fixed)

Cthuko

Chieftain
Joined
Apr 2, 2017
Messages
5
So, I uploaded my mod a couple days ago, done some changes and updates but there is one issue I have and I can't for the life of me figure out where I went wrong. I have downloaded a couple modded civs that I see with the same issue.

https://i.gyazo.com/8bffd96da56cdd4a5f00b673eb88835a.jpg

https://i.gyazo.com/15998800a398dba4aed8774cacdbbc14.jpg

I have a working icon, just on the "world rankings" menu, it just becomes a question mark, and turns into whatver civ I hovered over last.

My mod for reference:

http://steamcommunity.com/sharedfiles/filedetails/?id=897609727

If someone knows what may be causing this, help would be much appreciated.
 
The ? Means your custom icon hasn't been assigned. It could be that the icon has not been defined, or the texture that the icon references simply doesn't exist in the game.

Make sure your texture file is Imported in the modinfo (proper spelling and no typos in the tags) and listed in the Files at the bottom of the modinfo.

Same for your Icons.xml. It is added using UpdateIcons, not UpdateDatabase. Also make sure the filename in iconatlastextures is correct.
 
Thank you, managed to fix it. Was a small thing that went unnoticed by me, each number for icon size was different than what I had for whatever reason.
 
Top Bottom