Update README with new build switches.

main
Philipp 2021-07-26 21:59:28 +02:00
parent 80a52d6bf5
commit d5b741555c
No known key found for this signature in database
GPG Key ID: 2258EE3B85DE1748
1 changed files with 4 additions and 0 deletions

View File

@ -38,12 +38,16 @@ into the `Program Files` folder of the prefixs.
* `binName`: Name of the generated executable. * `binName`: Name of the generated executable.
* `launcherArgs`: Arguments the RSI Launcher is called with. * `launcherArgs`: Arguments the RSI Launcher is called with.
* `winePackage`: Package of wine to use. * `winePackage`: Package of wine to use.
* `wineSrc`: Points to the source to build wine from.
* `wineGlobalEnv`: Global variables that are exported at script startup. * `wineGlobalEnv`: Global variables that are exported at script startup.
* `winePatches`: List of patches for wine for easier access. * `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 * `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. positive Integers that define the height and width of the wine virtual desktop.
* `registryFiles`: Additional registry files to add to each prefix. * `registryFiles`: Additional registry files to add to each prefix.
* `captureMouse`: Whether wine captures fullscreen windows. * `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 ## Script parameters
* `--install-prefix`: Installs the prefix if needed. * `--install-prefix`: Installs the prefix if needed.