From d5b741555c276e07adde666d6d8ea5b9118bba07 Mon Sep 17 00:00:00 2001 From: Philipp Date: Mon, 26 Jul 2021 21:59:28 +0200 Subject: [PATCH] Update README with new build switches. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 87cc3e0..c161890 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,16 @@ into the `Program Files` folder of the prefixs. * `binName`: Name of the generated executable. * `launcherArgs`: Arguments the RSI Launcher is called with. * `winePackage`: Package of wine to use. +* `wineSrc`: Points to the source to build wine from. * `wineGlobalEnv`: Global variables that are exported at script startup. * `winePatches`: List of patches for wine for easier access. +* `applyReccomendedWinePatches`: Whether or not to apply patches to wine for star citizen. * `virtualDesktop`: `NULL` or a string in the form `AxB` with `A` and `B` being positive Integers that define the height and width of the wine virtual desktop. * `registryFiles`: Additional registry files to add to each prefix. * `captureMouse`: Whether wine captures fullscreen windows. +* `enableGameScope`: Whether or not to run the game in [gamescope](https://github.com/Plagman/gamescope). +* `gameScopeArgs`: [options](https://github.com/Plagman/gamescope#options) for gamescope. ## Script parameters * `--install-prefix`: Installs the prefix if needed.