Stratlas is a tool for rendering 2d maps of popular Real-Time Strategy games to standalone image files. It aims for pixel-perfect accuracy (that is, what is rendered is exactly what you would see in-game) and support for many different RTS games.
Stratlas is written using the wxWidgets toolkit, to provide cross-platform GUI support with little effort. The official project webpage is http://stratlas.sourceforge.net. There is no "official release" at this time, the latest version must be installed and compiled from SVN.
There is no official release of Stratlas at this time. If you would like to try out the application, you must check out the code from SVN and build it yourself. Instructions for Linux follow:
svn co https://stratlas.svn.sourceforge.net/svnroot/stratlas/trunk stratlas
cd stratlas make
One day, Stratlas will have a settings dialog within the application to make configuring easy. But until then, settings are stored in the local stratlas.ini file. Simply edit it with a text editor.
Lines with a # are comments. Blank lines are ignored. The format for settings is one of these, depending on if the value is a flag or if it takes a value:
TAG TAG VALUE
The settings are:
The main window of Stratlas should look something like the image above. The left panel is the Work List, which holds a list of files for processing. The right panel is a file browser.
Use the file browser on the right to locate your map files. When you have selected one (or more, using ctrl / shift + click), click the Add button in the center to append the files to the Work List. Files can be removed from the work list by highlighting and then clicking Remove.
Once you are satisfied with the list, click the Process button. Stratlas will travel down the work list, automatically detecting the file type of each map and rendering a .PNG image for the files. The output file name will be the original filename plus a .png extension. (For example, rendering "war8.pud" will produce a "war8.pud.png" file in the same folder).
Rendering progress can be monitored by watching the Status Bar at the bottom of the screen. This will update as each file is being worked on. When no processing is occurring, the status bar instead shows the current directory for the File Browser.
Special Notes:
If you are having problems with Stratlas, try these steps: