Project Zomboid

Project Zomboid

78 ratings
[B41 / B42] Chunk list tool
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
63.736 KB
10 Jun, 2022 @ 12:38pm
7 Jan @ 11:22am
10 Change Notes ( view )

Subscribe to download
[B41 / B42] Chunk list tool

In 6 collections by bikinihorst
Project Apocalypse S06.5
127 items
Project Apocalypse S07
124 items
Project Apocalypse S08
138 items
Project Apocalypse S09
131 items
Project Apocalypse S10
156 items
Project Apocalypse S11
173 items
Description
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]

Originally posted by 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
Popular Discussions View All (1)
0
1
20 Nov, 2024 @ 6:44pm
Error when creating chunk lists.
Space Donuts
29 Comments
Cat 8 Oct, 2024 @ 2:49pm 
@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 8 Oct, 2024 @ 1:26pm 
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 19 Dec, 2023 @ 6:59am 
@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∞¸.•'¯) 18 Dec, 2023 @ 9:27pm 
how do you record chunk inside rv interior
pynoTTV 20 Jul, 2023 @ 4:29am 
yes, it should put also the loot @dubkito
Dubkito 11 Jun, 2023 @ 1:25pm 
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 7 Jun, 2023 @ 5:24am 
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  [author] 9 May, 2023 @ 10:34am 
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 9 May, 2023 @ 10:29am 
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  [author] 26 Apr, 2023 @ 5:52am 
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.