Skip to content

Supported Formats

Grisgram edited this page Sep 1, 2024 · 1 revision

Switches

Any argument starting with -, + or / will be considered a switch.

Examples are:
yourgame.exe -debug (to turn debug off) or
yourgame.exe +debug (to turn debug on)

Options

Any argument starting with -- will be considered an option.

Example:
yourgame.exe --fullscreen

Commands

Any argument containing a : or = character will be considered a command.

Example:
yourgame.exe log=logs/run.log

Clone this wiki locally