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