Project Zomboid

Project Zomboid

Not enough ratings
starterZ
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
10.996 KB
3 Sep, 2023 @ 3:41pm
5 Sep, 2023 @ 2:40pm
2 Change Notes ( view )

Subscribe to download
starterZ

Description
Are you tired of adding items using ItemList while testing your mod, i got you.
This mod lets you add upto 10 items for your productive modding sessions.

OR

Don't care about modding and wanna add custom items to your each start of save? i got you.
Note: Leave all the other values as "None", incase you just wanna add a single item or so.


How to Use
It adds Sandbox Options, for each item add complete item type (moduleName.itemName).
To add items from vanilla, Base.itemName
Ex: Needle -> Base.Needle , Thread->Base.Thread etc

To add custom items from other mods
Ex: moduleName.itemName -> Pillz.PillsDeath(one of the items in my mods)



How to look up names?
List of vanilla items

Complete List of items category wise, used a script to extract these values so don't be surprised if you find items like Base.Barehands in there. No i don't think it can be spawned. List contains roughly 1960+ items.

https://github.com/ankitsmt211/PZ-items/blob/main/itemMapping.txt

ctrl+f to open up search tool, and find items that you remember.




Other Way
  • Debug mode-> ItemList option
  • Search for any item
  • Read "Type", not "Name"
  • Type contains the complete name of any item i.e. "moduleName.itemName"


Workshop ID: 3030571779
Mod ID: STARTERZ
Popular Discussions View All (2)
0
5 Sep, 2023 @ 2:49pm
PINNED: Suggestions
alphaBEE
0
5 Sep, 2023 @ 2:48pm
PINNED: Bugs
alphaBEE
3 Comments
alphaBEE  [author] 5 Sep, 2023 @ 4:14am 
@Ryuu, added a couple of ways. Just realized pz wiki is always an option for vanilla items if you do not wanna look at local files.
alphaBEE  [author] 5 Sep, 2023 @ 3:32am 
@Ryuu, "E:\steam\steamapps\common\ProjectZomboid\media\scripts" if you follow this path in your PZ installation drive. You will see a couple of "item....txt" files. Most of these are text files with item names. I'll update in description how to look at vanilla or any mod item name. Other way around is to go debug mode and when you add item in your inv using "itemList" it has two properties "Type" and "Name". You want the Type, which is usually "moduleName.ItemName".
Nobody 5 Sep, 2023 @ 1:12am 
Is there a webpage I can goto to look up the items?