raven-formats

Tools to work with formats used by Raven Software in MUA/XML2 games


License
MIT
Install
pip install raven-formats==1.6

Documentation

Raven Formats

MarvelMods

Tools to work with formats used by Raven Software in MUA/XML2 games.

Usage

XMLB Compile/Decompile

usage: xmlb.py [-h] [-d] [--no_indent] input output

positional arguments:
  input            input file (supports glob)
  output           output file (wildcards will be replaced by input file name)

optional arguments:
  -h, --help       show this help message and exit
  -d, --decompile  decompile input XMLB file to XML/JSON file
  --no_indent      disable indent in decompiled XML/JSON file

ZSND Compile/Decompile

usage: zsnd.py [-h] [-d] input output

positional arguments:
  input            input file (supports glob)
  output           output file (wildcards will be replaced by input file name)

optional arguments:
  -h, --help       show this help message and exit
  -d, --decompile  decompile input ZSND file to JSON file