Project Zomboid

Project Zomboid

80 个评价
[B41 / B42] Chunk list tool
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
63.736 KB
2022 年 6 月 10 日 下午 12:38
1 月 7 日 上午 11:22
10 项改动说明 ( 查看 )

订阅以下载
[B41 / B42] Chunk list tool

在 bikinihorst 的 7 个合集中
Project Apocalypse S06.5
127 件物品
Project Apocalypse S07
124 件物品
Project Apocalypse S08
138 件物品
Project Apocalypse S09
131 件物品
Project Apocalypse S10
156 件物品
Project Apocalypse S11
174 件物品
Project Apocalypse S12
173 件物品
描述
What is this?

A simple mod that allows you to create chunk lists in the game and dump the lists on the server side. These lists can then be used for processing - a good usage for example is periodic chunk deletions (map resets for specific areas) or backups.


How do I use this?

Just install it, then load in. Admin ranked people have a context menu entry to begin and dump lists. You begin a list, you name it (will be file name on server) and then you walk around. It highlights the chunks. If you are done, just dump it via context menu. The file will be created on the server. For larger areas it is advised to split them into multiple chunk lists. The lists are saved in Zomboid/Lua/chunk_lists/


Scripts

I bundled 4 scripts with this mod, made for Linux bash. You can find them in the folder "common". They can back lists up and remove them (note: the ones to be deleted need to be in Zomboid/Lua/chunk_lists/removal/). Only the "_start" ones are to be executed. You also need to set the path properly in the code files, and adjust it to your server. No guarantees on that. It's the stuff I use myself.


Is it safe to add / remove?

Yes, absolutely. The created lists will stay.


Other stuff

If you like the mod and want to help me, please don't forget to rate it. Also please consider donating a coffee[ko-fi.com]. It would mean a lot to me.

[ko-fi.com]

引用自 author
Do not copy, modify, redistribute, or repackage this mod without explicit permission from the creator. This includes on or off of steam, within another mod or modpack, or a different modified version. This item can be published on Steam only through an account with the name bikinihorst.

If no permission is received you may not alter the mod, and it must be treated as a mod that is 'On Lockdown'.

© 2022+ bikinihorst

-------------------------------------------

Workshop ID: 2819367991
Mod ID: ChunkList
热门讨论 查看全部(1)
0
1
2024 年 11 月 20 日 下午 6:44
Error when creating chunk lists.
Space Donuts
29 条留言
Cat 2024 年 10 月 8 日 下午 2:49 
@Maks

This mod does not typically delete files, you might have a corrupted Zomboid.

Go ahead and uninstall your zomboid, unsubscribe from all workshop items - go to your workshop folder and clean it.
AVR 2024 年 10 月 8 日 下午 1:26 
Hello! An error popped up about some file being incompatible. I didn't have time to see what happened. Now the mod doesn't work at all. The context menu with the item does not appear. I tried deleting and re-downloading the mod several times. Checked the integrity of the game. Everything is ok. I created a new world - it doesn't work. I'm an admin. It worked before this error. Maybe the mod deleted some file?
Cat 2023 年 12 月 19 日 上午 6:59 
@Smurf∞¸.•'¯)

Basically how it would be normally, an RV Interior is just a empty spot on the map far away from the normal map.
Smurf∞¸.•'¯) 2023 年 12 月 18 日 下午 9:27 
how do you record chunk inside rv interior
pynoTTV 2023 年 7 月 20 日 上午 4:29 
yes, it should put also the loot @dubkito
Dubkito 2023 年 6 月 11 日 下午 1:25 
you rule bikinihorst i love your mods from the beggining, now i have a server on nitrado with some mod maps. and the loot its NOT respawning in my modded maps and its in the vanila ones.
can i use this tool to force respawn in those maps?
pynoTTV 2023 年 6 月 7 日 上午 5:24 
thanks for this great mod, thanks to this mod i can save a list of numbers that refer to the various chunks of the map, after i ask chatgpt to create a string like this "map_" added before each token and separated by commas, no spaces.
The list is created automatically and I can restore small areas from the map on each restart.
I have a few questions if you can answer them.
Can I create a chunk list greater than 10x10 chunks?
Is there a place where you can visimanete the "coordinates" of the various chunks?

Translated with www.DeepL.com/Translator (free version)
bikinihorst  [作者] 2023 年 5 月 9 日 上午 10:34 
you can make a chunk list of the map areas you need to regenerate but that is probably not worth the effort. adding map mods mid game is always iffy, in particular with some becoming loot sterile because of broken zoning definitions.

will this mod help a savvy admin in doing this? only the "map and dump a list of the chunks that need to be deleted" kind of way. the rest is up to you.
JuiceZ 2023 年 5 月 9 日 上午 10:29 
will this mod help fixing late map mod indstallations?
Trying to add research facility to my map, but dosent seem to load in.
Ravencreek is installed from start and works.

Before i tried to add research facility, i already been i the location where it should be located.
So thought it could fix it, if i could reload the chunk
bikinihorst  [作者] 2023 年 4 月 26 日 上午 5:52 
you need shell access of some sort to run the scripts. i never had any administration experience with anything other than dedicated server running on bare metal, so your guess is as good as mine, if yours supports that. this mod just spits out a list of chunks that can be processed in any way an admin needs. if you're on windows there's also somebody who made a windows version down the line in the comments.