Skip to content

ENV Variables

frostworx edited this page Apr 19, 2022 · 7 revisions

Any user defined custom variable can be easily added either per-game or globally for every game.

per-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)

global

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.

Clone this wiki locally