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 new file mode 100644 index 00000000..2d092ffd --- /dev/null +++ b/gamefixes-steam/368500.py @@ -0,0 +1,9 @@ +"""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') + util.disable_nvapi() \ 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