Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

hemtt utils config derapify

Derapify a config file

Usage: derapify [OPTIONS] <FILE> [OUTPUT]

Arguments:
  <FILE>    File to derapify (typically config.bin)
  [OUTPUT]  Output file path

Options:
  -f, --format <OUTPUT_FORMAT>  Output format: debin (cpp), json, or json-pretty [default: debin]
                                [possible values: debin, json, json-pretty]
  -h, --help                    Print help (see more with '--help')

Description

Derapify a config file

Derapification converts Arma's binary config format (config.bin) back to a readable text format. Useful for inspecting configs from PBOs or understanding how configs are structured.

Arguments

<FILE>

File to derapify (typically config.bin)

-f, --format <OUTPUT_FORMAT>

Output format: debin (cpp), json, or json-pretty

Possible values:

  • debin -
  • json -
  • json-pretty -

<OUTPUT>

Output file path

If not specified, uses the input filename with appropriate extension.