The Legend of Kyrandia trilogy Toolset
From XentaxWiki
Utilities for The Legend of Kyrandia trilogy
Copyright (C) 2007 Deniz Oezmen
All trademarks and copyrights mentioned implicitly or explicitly in this file or the software described below are property of their respective owners.
CPS2BMP
Converts CPS image files into standard Windows bitmap files.
Usage: CPS2BMP <CPSFiles> [<PALFile>] [/kyra1] CPSFiles Specifies the image files to be converted. Wildcards are allowed. PALFile Specifies a palette file to be used during image conversion. If not given, a default greyscale palette will be used instead. /kyra1 Use when converting images from the trilogy's first game to enable correct palette usage.
CPS2BMP has been based on ScummVM sources and is thus distributed under the terms of the GPL. See CPS2BMP.dpr for details as well as the file COPYING for the full license text. This notice only applies to the program's main module.
PAKExt
Extracts files from PAK archives.
Usage: PAKExt <PAKFiles> PAKFiles Specifies the archives files to be processed. Wildcards are allowed.