Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.
For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms:
Discord,
Twitter/X,
Facebook.
Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!
Hello everyone,
I'm creating a mod to include new slots for the player, I would like to know if you have a list of icons that are inside the dayz_inventory imageSets. Does anyone have the complete list?
Example:
class Slot_CarKey
{
name="CarKey";
displayName="CarKey/LockPick";
ghostIcon="set:dayz_inventory image:missing";
};
class Slot_KeyPouch
{
name="KeyPouch";
displayName="Key Pouch";
ghostIcon="set:dayz_inventory image:back";
};
class Slot_Bandagem
{
name="Bandage";
displayName="Bandage";
ghostIcon="set:dayz_inventory image:missing";
};
Instead of using image:missing, I wanted to use images from dayz
Thanks in advance