-
Notifications
You must be signed in to change notification settings - Fork 73
ENV Variables
Any user defined custom variable can be easily added either per-game or globally for every game.
The variable simply needs to be added to the corresponding configfile in ~/.config/steamtinkerlaunch/gamecfgs/customvars/${SteamAppid}.conf
The config is automatically created on game launch and is available at once for configuration within the Editor Menu
The config is automatically sourced before the actual game launch (in fact already before a possible Custom Program launch)
The variable simply needs to be added to the corresponding configfile in ~/.config/steamtinkerlaunch/gamecfgs/customvars/global-custom-vars.conf
The config is automatically created on game launch and is available at once for configuration within the Editor Menu
The config is automatically sourced before the actual game launch (in fact already before a possible Custom Program launch)
The per-game is loaded after the global one, allowing to override global variables per-game.
Quick Links
- Changelog
- Installation
- Usage
- Main Menu
- Global Menu
- Tray Icon
- Modding
- Platform-Specific Documentation
- Tweaks
- Utilities
- Advanced