Got a little busy with school, life, work, you know the drill.
Finally caught up with this and here's what I've got.
All you need is php (cli)
http://mark87.com/personal/projects/tfmm/tfmm.phpsSave this to a file of your choice and execute from the command line. It will NOT work through a web browser without modification.
Unfortunately since it's windows there's no nice text interface like ncurses for linux you'll have to do with entering the desired tileset numbers from the chart above. The script displays the same chart for your convenience.
Quick Overview:
The purpose of this script is to provide some management of TopoFusion Map Data, hence the name TopoFusion Map Manager (TFMM).
Currently it allows you to specify desired tilesets and then saves them to new .dat files for your use.
At the moment this script is horribly inneficient and takes quite some time to complete, depending on the ammount of maps you have.
This will be optimized in the future however here is my current todo list and priorities:
+ Write graphical interface with php-gtk
+ Make an installer, bundling php-gtk
+ Optimize file transfer by fully parsing MapIndex.dat and organizing file transfer queue more efficiently (minimize # of fopen()'s required to read MapsX.dat files
+ Additional functions
+ Verify data (contact Terraserver and verify complete image (safe-gaurd
against isp compression))
+ Region parameters
Got a suggestion, request, or comment? have a bugfix? Know gtk?
Drop me a line at
admin@mark87.com or post here.