All Projects → zeddidragon → sgott

zeddidragon / sgott

Licence: other
SGO Transformation Tool

Programming Languages

javascript
184084 projects - #8 most used programming language
AngelScript
46 projects
c
50402 projects - #5 most used programming language
shell
77523 projects

SGO Transformation Tool

SGOTT is a tool that can parse and write SGO files.

Usage:

  $ sgott --help

  sgott 1.0.0
  SGO Transformation Tool, SGO to JSON and back.

  Usage:
    sgott infile.sgo outfile.json
    sgott infile.json outfile.sgo
    sgott --type=json infile.txt outfile.sgo
    sgott < infile.sgo > outfile.json
    sgott < infile.json > outfile.sgo

  Options:
    -t  --type
        Can be "json" or "sgo". Override automatically inferred input type.

    -h --help
        Prints this help text, then quits.

    -v --version
        Prints version information, then quits.

    SGO to JSON only:

    -d --debug
        Appends debug data to output JSON.

    -m --mode
        Can be "decompile" or "dumpvalues" .

        decompile:
          Default mode. Create JSON that can be edited and recompiled.
        dumpvalues:
          Array with consecutive values in struct and heap.
          Pointers are not dereferenced.

    -o --offset
        Byte to start reading from.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].