-
Notifications
You must be signed in to change notification settings - Fork 0
Supported Formats
Grisgram edited this page Sep 1, 2024
·
1 revision
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)
Any argument starting with -- will be considered an option.
Example:
yourgame.exe --fullscreen
Any argument containing a : or = character will be considered a command.
Example:
yourgame.exe log=logs/run.log
© 2024-