bin2cpp
Takes a binary OFP config and creates a text config from it.
Usage:
bin2cpp [-o OUTFILE] FILENAME
FILENAME is either a bin-file or a pbo-file. In case of a PBO-file
the PBO is looked for config.bin and the config.bin then
extracted and converted (in case there is a config.cpp, the config.cpp
will be just extracted).
In case of a BIN-file (or any different file extension), it is converted
to a CPP.
Use at your own risk!
Command Line Parameters
-o OUTFILE writes output to OUTFILE, otherwise to config.cpp
-stdout writes output to STDOUT
-tabs uses tabs for indentation
-cc comment at end of class declaration
Author:
Lukas Pinkowski, vektorboson@gmx.de
Version:
1.3
BUGS:
Unknown
Date:
November 27, 2005
History:
1.3
- Fixed: Inheritance error through new config-backend
1.2
- Changed: Improved internal config-represantation
- Added: -tabs command line parameter
- Added: -cc command line parameter
1.1
- Added: support for compressed PBOs
1.0
initial release
Page generated by Ddoc.