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

Item icons quesiton

Iceburg71

Refugee
When and where are the item icons stored in previous versions of 7 days?  I am trying to find an older icon for an item.  just the .png file.

I have found them in alpha 19 in data\itemicons.  I thought that is where they always were, but upon installing a couple of older versions, that folder is not there.  even after creating a new game and launching that game.

Any info on this would be helpful.

Thanks

 
Well, I can get it to work for 15, 16, and 17.  but I get a launch error for version 14.  

Still no luck finding the icon that is referenced in the xmls....

 
anyone know where the icons are stored?  Or how to export them?  I have tried the asset bundle extractor and export item icons...  I just can't find this stupid icon I am looking for.  It may not exist and it is in the xmls by mistake, though.

I don't know how I got the ItemIcons folder on my 19.1 version, though.  it was just there.  maybe from 19.0 and it is no longer in 19.1???

 
the coffins, if they exist.  but not sure where to find the item icons.  I am creating a halloween decorating mod and really want the coffins icons.  It is the only thing I am missing.

All of the other pieces I got working.

 
thanks.  I will check them out.  When I go into creative mode, I can see all the icons I want.  I just don't know where they are located.  I have tried extracting from unity files, etc...  but I keep coming up with nothing.

My biggest problem is I don't want this to be used an an exploit.  So people can craft their own coffin out of just wood, break them down and get diamonds.  So I am creating a custom item that will ONLY return wood when you break it down.  

Oh well.  the search continues.....

 
Not sure if you found an answer for the in game icons, but they are available in the install folder of the game.  \7 Days To Die\Data\ItemIcons\  Use the file name without the extension to leverage the icon, right now there are over 2800 icons that can be used.

            <property name="CustomIcon" value="cntCoffin"/>
            <property name="CustomIconTint" value="ffa0a0"/>

to use this icon, with a red tint

image.png

Unless I am misunderstanding the question.

 
Thanks for the reply.  But I am looking for icons that are present in the game that are NOT in the item icons folder.  I can see them when in creative mode and pick them out to place.  But I can't find them to use in a custom item.

Basically, I am looking for all of the different coffins.  I can see them in creative, I can select them in creative.  The icons exist somewhere, but I can't find them.  Tinting the one that is in that folder is an option, but when dealing with so many different items, it would be hard to tell what is what.

 
Back
Top