From 5e9b3dee31a19ff7148f67a79b99d9bd74a21265 Mon Sep 17 00:00:00 2001 From: UsernamesAreNotMyThing <92757918+UsernamesAreNotMyThing@users.noreply.github.com> Date: Fri, 20 Dec 2024 00:30:31 +0000 Subject: [PATCH 1/4] Fixes for AC Syndicate and AC 2 --- gamefixes-steam/33230.py | 1 + gamefixes-steam/368500.py | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 120000 gamefixes-steam/33230.py create mode 100644 gamefixes-steam/368500.py diff --git a/gamefixes-steam/33230.py b/gamefixes-steam/33230.py new file mode 120000 index 00000000..181e401b --- /dev/null +++ b/gamefixes-steam/33230.py @@ -0,0 +1 @@ +368500.py \ No newline at end of file diff --git a/gamefixes-steam/368500.py b/gamefixes-steam/368500.py new file mode 100644 index 00000000..7b522b3c --- /dev/null +++ b/gamefixes-steam/368500.py @@ -0,0 +1,8 @@ +"""Game fix for Assassin's Creed: Syndicate""" + +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 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 2/4] 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 181e401b..00000000 --- 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 00000000..a3a637f9 --- /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 7b522b3c..2d092ffd 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 From f9243f395b9ce046c6502ac1c5c0ffa69715e339 Mon Sep 17 00:00:00 2001 From: UsernamesAreNotMyThing <92757918+UsernamesAreNotMyThing@users.noreply.github.com> Date: Fri, 20 Dec 2024 19:03:16 +0000 Subject: [PATCH 3/4] Extend this fix to Trackmania Turbo --- gamefixes-steam/375900.py | 1 + 1 file changed, 1 insertion(+) create mode 120000 gamefixes-steam/375900.py diff --git a/gamefixes-steam/375900.py b/gamefixes-steam/375900.py new file mode 120000 index 00000000..5b621c7b --- /dev/null +++ b/gamefixes-steam/375900.py @@ -0,0 +1 @@ +33230.py \ No newline at end of file From a29b8cc943b4a4755cc065ce8638f8b23f9fdd2b Mon Sep 17 00:00:00 2001 From: UsernamesAreNotMyThing <92757918+UsernamesAreNotMyThing@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:38:55 +0000 Subject: [PATCH 4/4] Edit Trackmania Turbo fix --- gamefixes-steam/375900.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) mode change 120000 => 100644 gamefixes-steam/375900.py diff --git a/gamefixes-steam/375900.py b/gamefixes-steam/375900.py deleted file mode 120000 index 5b621c7b..00000000 --- a/gamefixes-steam/375900.py +++ /dev/null @@ -1 +0,0 @@ -33230.py \ No newline at end of file diff --git a/gamefixes-steam/375900.py b/gamefixes-steam/375900.py new file mode 100644 index 00000000..2652ebe4 --- /dev/null +++ b/gamefixes-steam/375900.py @@ -0,0 +1,8 @@ +"""Game fix for Trackmania Turbo""" + +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