It works by looking for tmp files from input/files directories filtered by file extensions, and looking for a PNG image file matching the filename of the template (sans extension, of course). Only 32-, 24- and 8-bit images are supported as of current, with 8-bit images retaining their own palette information. Image dimensions have to match the full size of the template for the tool to attempt conversion. Image output mode (-o) does the reverse and exports 24-bit PNG images from the terrain template files, overwriting files with same filename.
DOWNLOAD (v.3.0.0): BatchTMPConverter.zip
System Requirements: Microsoft .NET Framework 4.0
Command-Line Arguments:
Code:
-h | Show help.
-i= | A comma-separated list of input tmp file(s) and/or directory/directories.
-p= | Palette file to use for conversion.
-o | Output template data as images instead of converting images to templates.
-e= | Comma-separated list of file extensions (including the .) to use instead of built-in defaults.
-r | Alter tile radar colors based on new image & palette data.
-m= | Multiplier to radar color RGB values, if they are altered.
-x | Allow overwriting background color pixels on existing extra images.
-b | Disable backing up the edited files with same name using file extension .old.
-l | Write log info to file as well as console.
Example: -i="C:\MyFiles,C:\MyFiles\MoreFiles\example.tem" -p="C:\MyFiles\isotem.pal" -e=".tem" -r -m="1.0"
Special Thanks:
To Olaf van der Spek for his documentation on TS/RA2 TMP file format.
Changelog:
Version 3.0.0
• Improved palette color matching, should come with slightly more accuracy under certain conditions and much faster runtime in exchange for somewhat increased memory consumption.
• Extra image data overlapping regular tile data is now clipped accordingly.
• Command-line argument -x can now be used to enable overwriting background color pixels in extra image data.
• Command-line argument -l can now be used to enable logging to file.
Version 2.0.0
• Added image export from template mode which can be enabled by using command line parameter -o.
• Now requires .NET Framework 4.0 instead of 2.0.
Version 1.0.1
• Silhouette of existing extra images is now respected and no pixels will be drawn on background color.
• Tool will now correctly draw background color over existing tile image data (except extra images) where needed.