-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.game.toml
19 lines (18 loc) · 1.08 KB
/
config.game.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Config]
# Executable to run (including arguments) to run first after the "Setting up..." line.
# The command must return a 0 exit code to continue. If you need to keep it running spawn a new detached process.
# Windows: Path names need to use double backslashes or be within single quotes.
# Note: You may use environment variables.
SetupCommand = []
# Executable to run (including arguments) to run after SetupCommand, game has exited and everything has been reverted. It may run before if there is an error.
# Windows: Path names need to use double backslashes or be within single quotes.
# Note: You may use environment variables.
RevertCommand = []
[Client]
# The path to the game launcher, if 'auto', the Steam and then the Xbox (Windows-only) one will be launched if found
# Use a path to the game launcher, 'steam' or 'msstore' (Windows-only) to use the default launcher
Executable = 'auto'
# The arguments to pass to the client launcher if it is custom.
# Windows: Path names need to use double backslashes or be within single quotes.
# Note: You may use environment variables.
ExecutableArgs = []