-
-
Notifications
You must be signed in to change notification settings - Fork 31
CLI
Kesomannen edited this page Nov 16, 2024
·
3 revisions
You can provide arguments to the Gale executable in order to do certain actions before opening the app.
Argument | Description |
---|---|
--game <slug> -g <slug>
|
Sets the active game, specified by its URL slug on thunderstore, e.g lethal-company . Any other arguments are "ran" after this one. If omitted, the last selected game is used. |
--profile <name> -p <name>
|
Sets the active profile for the active game. If omitted, the last selected profile is used. |
--install <path> -i <path>
|
Installs a local mod from a zip archive in the active profile. If a local mod with the same name is already installed, it is overriden. Any missing dependencies are installed first, which may require downloads. |
--launch -l
|
Launches the active game with the active profile. |
--no-gui |
Stops the app from running after all console arguments have been resolved. |