
mapinfo.py, a dominions II map file parser.

This Python script takes a dominion II .map file and prints out the
contents in human readable format.

Requires:
Python scripting language.

Usage:
mapinfo.py [ARGUMENTS] <.map filename>
or
mapinfo.py
or
python mapinfo.py
or
python mapinfo.py [ARGUMENTS] <.map filename>

Command line arguments:

- V Prints version number
- o <filename> Redirects output to <filename>.


Author: 
Christer J. Nyfalt <christer.nyfalt@welho.com>

Current version:
0.6.0


