Skip to content

Commit

Permalink
umu-starcitizen.py: Remove unneeded environment variables, and config…
Browse files Browse the repository at this point in the history
…ure patched libcuda for NVIDIA

This expands #132 by implementing the patch that was mentioned, and integrates that into the protonfix.
  • Loading branch information
ProjectSynchro committed Sep 20, 2024
1 parent 6952d5a commit e5caffa
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions gamefixes-umu/umu-starcitizen.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ def main() -> None:
# eac workaround
util.set_environment('EOS_USE_ANTICHEATCLIENTNULL', '1')

# needed for nvidia vulkan
util.set_environment('WINE_HIDE_NVIDIA_GPU', '1')
# patch libcuda to workaround crashes related to DLSS
# See: https://github.com/jp7677/dxvk-nvapi/issues/174#issuecomment-2227462795
util.patch_libcuda()

# needed for amd vulkan
util.set_environment('dual_color_blend_by_location', 'true')

# allow the RSI Launcher to auto-update itself
# RSI Launcher depends on powershell
util.protontricks('powershell')

0 comments on commit e5caffa

Please sign in to comment.