Advertisement
Guest User

Untitled

a guest
Jan 16th, 2022
784
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. files:
  2. - launcher: http://thisisnotareallink.youmustmanuallydownload/rockstar-games-launcher-1-0-36-344.exe
  3. game:
  4. arch: win64
  5. exe: drive_c/Program Files/Rockstar Games/Launcher/Launcher.exe
  6. prefix: $GAMEDIR
  7. installer:
  8. - task:
  9. arch: win64
  10. description: Creating Wine 64-bit Prefix
  11. name: create_prefix
  12. prefix: $GAMEDIR
  13. - task:
  14. app: corefonts cjkfonts
  15. arch: win64
  16. name: winetricks
  17. prefix: $GAMEDIR
  18. - task:
  19. arch: win64
  20. description: Installing the launcher (Don't login, close the window)
  21. exclude_processes: RockstarService.exe Launcher.exe LauncherPatcher.exe
  22. executable: launcher
  23. name: wineexec
  24. prefix: $GAMEDIR
  25. - task:
  26. name: winekill
  27. prefix: $GAMEDIR
  28. system:
  29. env:
  30. DXVK_LOG_LEVEL: none
  31. XL_WINEONLINUX: true
  32. __GL_SHADER_DISK_CACHE: 1
  33. __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
  34. wine:
  35. d3d_extras_version: v2
  36. dxvk: true
  37. dxvk_nvapi_version: v0.5-e23d450
  38. dxvk_version: v1.9.2L-3e64e1b
  39. esync: true
  40. fsync: true
  41. version: lutris-fshack-6.21-6-x86_64
  42. vkd3d_version: v2.5L-db89d40
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement