A collection of programs to extract PNG images from the game files created by the citybuilding games Caesar 3, Pharaoh, Zeus and Emperor.
The programs require Qt 4.3+ for the GUI front-end, available from: http://trolltech.com/downloads/opensource
The programs can be compiled and run under any platform supported by Qt, among others:
- Windows 98 and higher
- Mac OS X
- Linux
Depending on the program you want, type the following commands at a command prompt (or Qt prompt):
qmake caesar3mapper.pro
make
qmake pharaohmapper.pro
make
qmake zeusmapper.pro
make
qmake emperormapper.pro
make
After compilation, you can move the programs to wherever you please.