Hi, just getting back into modding after a long hiatus and I'm curious if the format for custom icons has changed in A18.3?
I have my items, icons and folders as they are supposed to be. I have also used the proper format for the folders names for the icons. UIAtlases/ItemIconAtlas.
My custom Icons are 160x160 png with transparent background with the exact same name as the item (copied and pasted to be sure). Still no luck, even with copying an existing icon and renamed to the custom item name.
I've tried with adding <property name="CustomIcon" value="customItemNameHere" /> and not using it (which is still supposed to work if the Icon name is the same, which it is).
Also, I have my ModInfo.xml correct as all my items are in game and loading from the Mods folder as intended, just the Icons are not showing up unless I use an existing items icon with the CustomIcon property.
For example, a crossbow. If I use <property name="CustomIcon" value="gunCrossbowCompound" /> it shows the Compound Crossbow icon no problem. But if I specify my custom icon, <property name="CustomIcon" value="gunAdvancedCrossbow" /> it shows nothing.
This is all on a dedicated server, and a "rental" live server, not a single player game.
Any help/advice would be appreciated.