New Simple Map POI Analyzer Tool. 7dtdMapFileAnalyzer

Phoenix125

New member
7dtdMapFileAnalyzer A Utility to analyze and compare the number of POIs in your map(s).

- By Phoenix125 | http://www.phoenix125.com/ | http://discord.gg/EU7pzPs | [email protected]

FEATURES

- Fully customizable POI type and search parameters.

- Scans your folder recursively! Point it to your 7dtd map directory and it automatically scans all files recursively.

- Creates two files:

1. A .txt file for each map for quick easy analysis

2. A .csv file containing all map(s) for importing into your favorite Office program.

- Automatically adds each map scan to the .csv file for direct comparison and easy importing.

DOWNLOAD LINKS

Direct Download Link: http://www.phoenix125.com/share/7dtdMapFileAnalyzer/7dtdMapFileAnalyzer.zip

GitHub: https://github.com/phoenix125/7dtdMapFileAnalyzer

 
Nice! I started working on something like that a few days ago, tho with automatically layering the generated PNGs to get a good visual preview of the maps. Maybe you can add that as well? :D I simply used linux imagemagick tools to make it a one-liner:

composite -alpha on -gravity center $1/splat3.png $1/biomes.png $2/$3.png

... where $1 is the path of each generated world and $2 and $3 are output path and output filename, respectively.

Also, any chance that you compile a linux binary? :)

KR

 
Back
Top