Project Zomboid

Project Zomboid

Udderly Cell File Lister
26 Comments
Primedew 15 Jun @ 12:48am 
are the files generated universal?...meaning i can use these files no matter how much change the chunk had
Primedew 14 Jun @ 11:51pm 
this is awesome...but rather than going to all the cells manually or by teleporting, it would be great if we could dump cells from the map if possible
leonardobisighini 7 Apr @ 3:38am 
ahhhh just forgot to say: today with your mod and total commander I managed to make work CHINATOWN mod in less than 5 minutes !!!!! and all this, after I had lost many many hours in the past days with no success !!! XD
leonardobisighini 7 Apr @ 3:30am 
GREAT great MOD MY FRIEND, really IN DEBT FOR ALL MY LIFE. A suggestion for all, with (ghisler) TOTAL COMMANDER win program you can mark a selection of all map files needed, with only 1 click with LOAD A SELECTION FROM FILE into selection menù using the file your mod had generated. sooooo goooood.
WhiskeyNights 23 Sep, 2024 @ 1:34am 
Thank you, works well.
UdderlyEvelyn  [author] 26 Jun, 2024 @ 1:36pm 
@JT1527 I wrote a bash script that takes these files and deletes each file in the save that's listed in them. You could do something like this for Windows or in whatever format you need - try talking to chat GPT and telling it the input format and necessary output format and what OS to do it on (or have it do it directly).
UdderlyEvelyn  [author] 26 Jun, 2024 @ 1:33pm 
It's in the right click menu on the ground, not in the map. I should do it for the map, though. Would save time on larger jobs.
Rooster 24 Jun, 2024 @ 1:08pm 
How does this work...? Mod is added but when I login as admin and rightclick I have no options opf any kind that relate to the map/cells/files etc. Don't see any admin powers that relate either?
JT1527 14 Aug, 2023 @ 6:14pm 
What type of efficient way is there to plug these files into a cell wipe site for dedicated servers? it provides the perfect method for grabbing all cells in a chunk, but writing files or linux specific doesn't help me in this scenario. ive found a few ways to do it (via filezilla) but all methods are extremely tedious and not efficient.
kirito solo 15 Apr, 2023 @ 12:28am 
Very good mod!
Leonidax1 22 Mar, 2023 @ 8:17pm 
Did you plan to add a MANUAL? how it works? Installed but nothing happend
Qubit 24 Feb, 2023 @ 4:53pm 
Mod lists chunks one chunk past the cell in the x and y directions. Expecting 900 map files per cell, but getting 961. Try: local maxx = minx+299; local maxy = miny+299. 300th tile is the next cell.
Lomion 20 Oct, 2022 @ 1:48pm 
@DENS92
@Gaist Heidegger
This tool might help [lordikol.github.io]. For saves hosted not on local pc i might suggest downloading the whole save, deleting visited areas, wiping remote save and uploading it back. Or just write a simple bat file, that reads txt file and deletes files listed there. Such a shame i've accidentally deleted mine. But i now prefer the tool.
DENS92 22 Sep, 2022 @ 3:23am 
I really found it useful, now I have to find a method to delete multiple files at once, selecting the ones from the lists generated by this mod.
Gaist Heidegger 18 Sep, 2022 @ 12:46pm 
Would love to know an expeditious way to delete the files listed in this on a G-Portal server as well as a windows user.
[VI] Cenewulf Stormchaser 21 Aug, 2022 @ 6:25pm 
Hey there! How would I go about using this on a web hosted dedicated server? I'm currently paying for one thats hosted by G-Portal
catchfree1225 18 Aug, 2022 @ 10:16pm 
Ok, thank you!
BWK 18 Aug, 2022 @ 11:46am 
I do not think that mods can do such actions like deleting files on your computer, it is not secure.
catchfree1225 18 Aug, 2022 @ 10:53am 
This mod is good,
I would ask that is it able to use mod to delete those files?
UdderlyEvelyn  [author] 17 Aug, 2022 @ 2:14pm 
I run Linux and I use a script involving the program lftp to do it, passing it `xargs -a $f` for each file in a bash shell loop put out as $f. Can do something similar on Windows I'm sure.
Rezzo 11 Aug, 2022 @ 10:58am 
How do you recommend deleting the files from the server once the list of them has been generated? The list appears to be out of order and 963 is a bit much to do one at a time.
Rezzo 11 Aug, 2022 @ 10:48am 
Epic mod!! Thank you! ^_^
UdderlyEvelyn  [author] 10 Aug, 2022 @ 1:36pm 
Yes
BWK 7 Aug, 2022 @ 1:08am 
Ok, and where to find it? It will be under right click menu?
UdderlyEvelyn  [author] 6 Aug, 2022 @ 7:41pm 
It writes a list of all files related to the cell in which the admin is standing into a text file named after the cell like for cell 15,22 it would name it chunks_15_22.txt
BWK 6 Aug, 2022 @ 10:24am 
Please tell more about this tool, is this is just listing all files inside text file? Or it list cell in which admin is standing? Does admin can select which cells want to have in text file?