emilwojcik93

Star Citizen DXVK Lutris Install Sctipt

Jul 16th, 2021 (edited)
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.39 KB | None | 0 0
  1. files:
  2. - client: https://install.robertsspaceindustries.com/star-citizen/RSI-Setup-1.4.11.exe
  3. game:
  4.   arch: win64
  5.   args: -use-gl=osmesa
  6.   exe: drive_c/Program Files/Roberts Space Industries/RSI Launcher/RSI Launcher.exe
  7.   prefix: $GAMEDIR
  8. installer:
  9. - task:
  10.     arch: win64
  11.     description: Creating 64bit Wine prefix.
  12.     name: create_prefix
  13.     prefix: $GAMEDIR
  14. - task:
  15.     app: corefonts vcrun2019 win10
  16.     arch: win64
  17.     description: Installing dlls
  18.     name: winetricks
  19.     prefix: $GAMEDIR
  20. - task:
  21.     arch: win64
  22.     args: /S
  23.     description: Installing client
  24.     executable: client
  25.     name: wineexec
  26.     prefix: $GAMEDIR
  27. - task:
  28.     arch: win64
  29.     name: winekill
  30.     prefix: $GAMEDIR
  31. system:
  32.   env:
  33.     DXVK_ASYNC: '1'
  34.     DXVK_CONFIG_FILE: $GAMEDIR/dxvk.conf
  35.     DXVK_HUD: pipelines
  36.     DXVK_STATE_CACHE_PATH: $GAMEDIR
  37.     STAGING_SHARED_MEMORY: '1'
  38.     __GL_SHADER_DISK_CACHE: '1'
  39.     __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
  40.     __GL_SHADER_DISK_CACHE_SIZE: '5368709120'
  41.     __GL_SHADER_DISK_CACHE_SKIP_CLEANUP: '1'
  42.     __GL_THREADED_OPTIMIZATIONS: '1'
  43.   prefer_system_libs: true
  44. wine:
  45.   dxvk: true
  46.   dxvk_version: dxvk-async-1.9
  47.   esync: false
  48.   fsync: true
  49.   gamemode: true
  50.   mangohud: ''
  51.   overrides:
  52.     libglesv2: disabled
  53.     nvapi: disabled
  54.     nvapi64: disabled
  55.   prefer_system_libs: true
  56.   prime: false
  57.   version: wine-runner-6.10-gold-fsync
Add Comment
Please, Sign In to add comment