DayZ
Not enough ratings
ALL DAYZ CLASSNAMES
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
File Size
Posted
Updated
104.494 KB
Aug 12, 2024 @ 10:17pm
Aug 12, 2024 @ 10:21pm
2 Change Notes ( view )

Subscribe to download
ALL DAYZ CLASSNAMES

Description
Mod Information

I looked everywhere for something like this when I first started modding/building servers. I feel like it might be useful to others as well so I wanted to share it. I'll do my best to keep it updated.

THE PBO IS EMPTY
- There is a .txt file in the mod folder named ALLDAYZCLASSNAMES.txt
- This file contains literally every DayZ classname currently known and working (to my knowledge, which is usually limited)
- Classname list is.... a bit unorganized and I apologize

Future Changes
- Organizing the list (any help is greatly appreciated and recognition will be given)
- All classnames in future updates will be added until my passion ends
- Maybe turn it into a spreadsheet.. prolly a better option..
- More directory trolls

If you would like to help organize this list, have suggestions, or want to add something to it, join the discord and let us know!

This file is only gonna stay up to date if I remember that it's been uploaded, so reminders and additions are a good thing, haha.

Discord ID: xKrak3n
My Modding Discord: xKrak3n's Mods[discord.gg]

My Other Mods

Need Ammo Stacks?

I have these other mods available.

Baby Dinos - MoreDinos
Stack Ammo to 100 - Krak3nsAmmoStacks100
Stack Ammo to 250 - Krak3nsAmmoStacks250
Stack Ammo to 500 - Krak3nsAmmoStacks500
Stack Ammo to 1000 - Krak3nsAmmoStacks1000
Health Override for Z_Alien - Z_AlienHealthOverride
Health Override for Z_Predator - Z_PredatorHealthOverride
An updated list of all the DayZ Classnames - ALLDAYZCLASSNAMES
10 Comments
Gebirgsjäger Jan 6 @ 7:00pm 
Yeah I just got back into hosting and Im tempted to do it the hard way and just scroll down the admin spawn menu list since from my recollection it organizes the items and add each one at a time to the loot tables and traders starting from scratch lol

That way you can test the items if you wanna gauge their potential and a reasonable cost without ruining the joy of finding it in the world

The prefix for mod classnames is EXTREMELY convenient. Really nice when they do that.

I was looking for a way to organize them all too but yeah thats pretty rough.
Violt Jan 6 @ 11:20am 
If the items classname has a prefix for example TF_

https://pastebin.com/p0rnRA6F

Index of has been used:
https://dayz-scripts.yadz.app/d5/da2/group___strings
xKrak3n  [author] Jan 6 @ 10:32am 
@Gebirgsjäger - I got it working last year but I couldn't find a way to limit the extraction to only the classnames of the Mod I was trying to pull from. The list was also far too large and unorganized for ChatGPT or a Python script to categorize. I'm guessing since the AI model doesn't "understand" what it's looking at without classnames containing prefixes/suffixes that stand out as "types" of objects (vehicle parts, clothing pieces, etc.)

Honestly if I could figure that out I'd be in good shape. Maybe after extraction, we could find a way to write a script that references a txt file with all vanilla classnames. The script would look at the larger file and reference the vanilla classnames file to remove all vanilla classnames FROM the larger file. Not sure if thats possible but maybe a good idea?
Gebirgsjäger Jan 5 @ 11:48pm 
Buttheads

You're supposed to add

ExportItemsList();

Before the closing bracket of

void main()

so it's like

GetGame().GetWorld().SetDate(year, reset_month, reset_day, hour, minute);
}
}
}
ExportItemsList();
}

and I placed the script at the end of my init
Violt Sep 1, 2024 @ 2:49pm 
Hey dude, where are u running it?
It should be run after the main function
Add me on discord if you can't figure it out: violt
xKrak3n  [author] Sep 1, 2024 @ 9:12am 
@Violt - I just tried this script and it didn't work. Attempted changing the profiles parameter, but maybe it doesn't work because I'm testing on offline? Server boots but no file generation happens
xKrak3n  [author] Aug 14, 2024 @ 10:33pm 
Ohhhh neat. I'll definitely use this, is this how people get ahold of the classnames every update? lol
Violt Aug 14, 2024 @ 3:03pm 
The script collects item class names (types) and their display names, then saves this information as a JSON file in the profiles folder. Called: items.export.json
xKrak3n  [author] Aug 14, 2024 @ 8:50am 
What does the script do? There's no function for this, it's not a mod. Just a collected txt file of all the classnames that can be used by server devs and modders, just a more efficient way of doing things for some of us.
Violt Aug 14, 2024 @ 5:13am 
Or in ur init.c u could run this script. It will also include modded weapons.

https://pastebin.com/032NYFH2