From c0b1bc58d7955f1859845f040b53da49543bdb59 Mon Sep 17 00:00:00 2001 From: Jozen Date: Thu, 25 Apr 2024 07:25:19 +0800 Subject: [PATCH] Stranger's Wrath HD --- gamefixes-steam/15750.py | 8 ++++++++ gamefixes-zoomplatform/umu-15750.py | 1 + 2 files changed, 9 insertions(+) create mode 100644 gamefixes-steam/15750.py create mode 120000 gamefixes-zoomplatform/umu-15750.py diff --git a/gamefixes-steam/15750.py b/gamefixes-steam/15750.py new file mode 100644 index 00000000..3627b1ff --- /dev/null +++ b/gamefixes-steam/15750.py @@ -0,0 +1,8 @@ +""" Oddworld: Stranger's Wrath HD +""" +#pylint: disable=C0103 + +from protonfixes import util + +def main(): + util.protontricks('mfc90') # The game crashes on launch without mfc90 diff --git a/gamefixes-zoomplatform/umu-15750.py b/gamefixes-zoomplatform/umu-15750.py new file mode 120000 index 00000000..de697f55 --- /dev/null +++ b/gamefixes-zoomplatform/umu-15750.py @@ -0,0 +1 @@ +../gamefixes-steam/15750.py \ No newline at end of file