• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Icons not working

I made a motorcycle mod that added a new motorcycle, and used all of the in game files so that I could have it as server side only. However, when I loaded the game up and went into the creative menu, there was no icon for it, I could still place it and model would show up, but no icon. Can anyone help me fix it?

Photo of the issue:https://drive.google.com/file/d/1feZnxlAy1bl08xAZjuUzf9bpJCOx59wX/view?usp=sharing

Log:https://drive.google.com/file/d/1rzqXgbTtda186qNOi_xaT2zKTBATnHT9/view?usp=sharing

 
In your mod, are you setting the icon in the xml files by using the custom icon property?

    <property name="CustomIcon" value="challengeQuestMaster"/>




also make sure the value matches the name of the icon

 
Last edited by a moderator:
Back
Top