From 242553de7a7b8097b86d9245ed47c320ccddf565 Mon Sep 17 00:00:00 2001 From: UsernamesAreNotMyThing <92757918+UsernamesAreNotMyThing@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:14:50 +0000 Subject: [PATCH] Fix AC fixes --- gamefixes-steam/33230.py | 9 ++++++++- gamefixes-steam/368500.py | 3 ++- 2 files changed, 10 insertions(+), 2 deletions(-) mode change 120000 => 100644 gamefixes-steam/33230.py diff --git a/gamefixes-steam/33230.py b/gamefixes-steam/33230.py deleted file mode 120000 index 181e401..0000000 --- a/gamefixes-steam/33230.py +++ /dev/null @@ -1 +0,0 @@ -368500.py \ No newline at end of file diff --git a/gamefixes-steam/33230.py b/gamefixes-steam/33230.py new file mode 100644 index 0000000..a3a637f --- /dev/null +++ b/gamefixes-steam/33230.py @@ -0,0 +1,8 @@ +"""Game fix for Assassin's Creed 2""" + +from protonfixes import util + + +def main() -> None: + """Game ships with outdated and not working uPlay launcher.""" + util.protontricks('ubisoftconnect') \ No newline at end of file diff --git a/gamefixes-steam/368500.py b/gamefixes-steam/368500.py index 7b522b3..2d092ff 100644 --- a/gamefixes-steam/368500.py +++ b/gamefixes-steam/368500.py @@ -5,4 +5,5 @@ def main() -> None: """Game ships with outdated and not working uPlay launcher.""" - util.protontricks('ubisoftconnect') \ No newline at end of file + util.protontricks('ubisoftconnect') + util.disable_nvapi() \ No newline at end of file