Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.15 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.15 KB

GBX Compiler (gbxc)

gbxc
Compile XML files to GBX.
This tool was created in order to replace the manual labor of hex editing the GBX files directly.
Usage:
gbxc [-h] [-o OUT] [-d DIR] [-l LOGFILE] [-c] [-v] file.xml

positional arguments:
file.xml - xml input file that will be "compiled" to gbx

options:
-h, --help - show this help message and exit
-o OUT, --out OUT - output path
-d DIR, --dir DIR - the directory where the output file will be saved (only without -o)
-l LOGFILE, --log LOGFILE - log file path
-c, --checksum - whether the program should do a md5 checksum on the compiled file
-v, --verbose - show additional information when compiling

Documentation

Check the documentation here as well as the sample files here.

License

GBX Compiler is licensed under the MIT License, see LICENSE for details.