Project Zomboid

Project Zomboid

评价数不足
starterZ
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
10.996 KB
2023 年 9 月 3 日 下午 3:41
2023 年 9 月 5 日 下午 2:40
2 项改动说明 ( 查看 )

订阅以下载
starterZ

描述
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
热门讨论 查看全部(2)
0
2023 年 9 月 5 日 下午 2:49
置顶: Suggestions
alphaBEE
0
2023 年 9 月 5 日 下午 2:48
置顶: Bugs
alphaBEE
3 条留言
alphaBEE  [作者] 2023 年 9 月 5 日 上午 4:14 
@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  [作者] 2023 年 9 月 5 日 上午 3:32 
@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 2023 年 9 月 5 日 上午 1:12 
Is there a webpage I can goto to look up the items?