Skip to content

AndrejIT/map_unexplore

Repository files navigation

map_unexplore

Scripts for Minetest game map v25 format.

mt_block_parser.py - Can do partial or full parsing of map block. Can reassemble("Compile") block back to binary data.

remap.py - Decrease minetest map size and saves it as backup(most likely even online).

domap.py - Creates simple image, to show where player have built something.

clrmap.py - Clears all objects from map and saves it as backup.

mt_block_parser.py - Can be used to read map block data from your code.

recover.py - Copy only healthy map blocks.

mirrormap.py - Creates mirrored version of map.

countowners.py - Get a list with players, who own protected chests and number of chests.

inspectmap.py - Get list of names for all nodes present on the map.

Now can pass paths to database files. Use like "./script.py <source.sqlite> <target.sqlite>" (or "<pythonpath>\python.exe script.py <source.sqlite> <target.sqlite>" on Windows)

About

Minetest map unexplore python script (and map v25 block preparser)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages