Skip to content

Commit

Permalink
star citizen gamefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mactan-sc authored and mactan committed Oct 6, 2024
1 parent 6c45ced commit 30df326
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gamefixes-umu/umu-starcitizen.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@


def main() -> None:
"""EAC Workaround"""
# eac workaround
util.set_environment('EOS_USE_ANTICHEATCLIENTNULL', '1')

# patch libcuda to workaround crashes related to DLSS
# See: https://github.com/jp7677/dxvk-nvapi/issues/174#issuecomment-2227462795
util.patch_libcuda()

# RSI Launcher depends on powershell
util.protontricks('powershell')

# RSI Launcher animation
util.winedll_override("libglesv2", "builtin")

0 comments on commit 30df326

Please sign in to comment.