New Mapping Tool .Wal to .TGA Converter
Elfor has submiited a mapping tool we didn't have. This one is a tool that converts textures in .wal files to the Kingpin .tga format. So its good for converting Quake 2 textures.
Just unzip the files to a folder somewhere and place any .wal files you want to convert into the same folder. Then just run the included wal2tga.bat file.
You can download wal2tga converter from here.
Originally created back in 2003 by one [Win]Elchtest.
The readme is great: Known Bugs * none
I just added the wal2tga.bat batch file to mass convert:
for %%f in (*.wal) do ( wal2tga “%%~nf.wal” “%%~nf.tga” )
That script is pure gold for command line tools in general.