-
Notifications
You must be signed in to change notification settings - Fork 0
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 config file in ~/.config/tinkergame/gamecfgs/customvars/${SteamAppid}.conf
The config is automatically created on game launch and is immediately available for configuration in 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 config file in ~/.config/tinkergame/gamecfgs/customvars/global-custom-vars.conf
The config is automatically created on game launch and is immediately available for configuration in 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 config is loaded after the global one, allowing global variables to be overridden per game.
Quick Links
- Changelog
- Installation
- Usage
- Main Menu
- Global Menu
- Tray Icon
- Modding
- Platform-Specific Documentation
- Tweaks
- Utilities
- Advanced