-
Notifications
You must be signed in to change notification settings - Fork 0
Start Stop Scripts
360900 edited this page Aug 2, 2026
·
2 revisions
If commands are defined in USERSTART and USERSTOP, they will be executed when a game starts/ends.
(in the Game Menu and Game Config)
Of course the user is responsible for what is executed here and needs to take care that it both works and exits correctly!
Both scripts make use of the following command line arguments:
-
1for the start script and0for the stop script as argument 1, so the same script can be used for the start and stop command - SteamAppID as argument 2
- the absolute path to the game exe as argument 3
- and the Wineprefix of the game as argument 4
See also Custom-Program and One Time Run.
Quick Links
- Changelog
- Installation
- Usage
- Main Menu
- Global Menu
- Tray Icon
- Modding
- Platform-Specific Documentation
- Tweaks
- Utilities
- Advanced