From dfdd3d0d78b2c3281289997c1849da89134d58ee Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Tue, 14 May 2019 14:44:18 -0500 Subject: [PATCH] README: Mention path to Proton user_settings file --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f0b1d25..7126676d 100644 --- a/README.md +++ b/README.md @@ -238,9 +238,11 @@ some options for known games using the STEAM_COMPAT_CONFIG variable. You can override these options using the environment variables described below. The best way to set these environment overrides for all games is by renaming `user_settings.sample.py` to `user_settings.py` and modifying it appropriately. -If you want to change the runtime configuration for a specific game, you can -use the `Set Launch Options` setting in the game's `Properties` dialog in the Steam client. You can launch the -game as you would with "`PROTON_VARIABLE=1 %command%`" [(source)](https://superuser.com/questions/954041/how-to-set-an-environment-variable-for-an-specific-game-on-steam-for-linux#980437). +This file is located in the Proton installation directory in your Steam library +(often `~/.steam/steam/steamapps/common/Proton #.#`). If you want to change the +runtime configuration for a specific game, you can use the `Set Launch Options` +setting in the game's `Properties` dialog in the Steam client. You can launch +the game with environment variables using "`PROTON_VARIABLE=1 %command%`". To enable an option, set the variable to a non-0 value. To disable an option, set the variable to 0. To use Steam's default configuration, do