pst_colors.exe       Freeware, by Paul Siramy, 12 April 2005
==============

This program takes a BAM file of the game PlaneScape:Tourment
in input, then a screen appear where you can changes all layers
colors. When quitting, a screenshot of the screen and another
of the frame you were working on are created. You can also
save all frames contained in the .BAM using your new colors.

The syntax of the program is as follow :

   pst_colors <BAM file> [-fullscreen]


2 Examples of a .bat :

   @echo off
   pst_colors "Horseman\DAT1BAUB.BAM" -fullscreen > log.txt

You can use a path in the filename, but if it has spaces, put
quotes characters on both sides. If it doesnt have spaces, do as
you want. Here, the -fullscreen option is present, so the program will
use a 800*600*32bpp fullscreen mode if it can, else it'll try
with an 800*600*24bpp fullscreen mode. If it fails, nothing to do...
except try without the fullscreen option, as this program needs to
work in a truecolor mode.

   @echo off
   pst_colors DAT2TLRB.BAM > log.txt

Will use 800*600*32bpp or 800*600*24bpp windowed mode.



You can Work on a .BAM file and try to change any color gradients.
When you quit the program, a .BIN file is created that saves your
settings for this particular .BAM, creating a new .BIN file if
needed, named after the BAM file you were working on. That way you
don't have to do again all your settings every time you open the
same .BAM

You can use any .BIN with any .BAM, just rename the .BIN file to
make it match the .BAM file.

The keyboard keys to work with the program are written on the screen.

Enjoy
