From af264b04bf3d4f17480c46242de52ff8928de789 Mon Sep 17 00:00:00 2001 From: UsernamesAreNotMyThing <92757918+UsernamesAreNotMyThing@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:56:54 -0500 Subject: [PATCH 1/3] Remove God of War Ragnarok fix (#221) --- gamefixes-steam/2322010.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 gamefixes-steam/2322010.py diff --git a/gamefixes-steam/2322010.py b/gamefixes-steam/2322010.py deleted file mode 100644 index 21e03ca3..00000000 --- a/gamefixes-steam/2322010.py +++ /dev/null @@ -1,9 +0,0 @@ -"""Game fix for God of War: Ragnarok -Will not launch without SteamDeck=1 -""" - -from protonfixes import util - - -def main() -> None: - util.set_environment('SteamDeck', '1') From 697ae5ffac1fd92cf9db34da6157370388fcee0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Lidwin?= Date: Thu, 30 Jan 2025 21:56:57 +0100 Subject: [PATCH 2/3] install d3dcompiler_47 for metro 2033 redux --- gamefixes-egs/umu-286690.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gamefixes-egs/umu-286690.py diff --git a/gamefixes-egs/umu-286690.py b/gamefixes-egs/umu-286690.py new file mode 100644 index 00000000..d95f067d --- /dev/null +++ b/gamefixes-egs/umu-286690.py @@ -0,0 +1,8 @@ +"""Metro 2033 Redux""" +# EGS-ID petunia + +from protonfixes import util + + +def main() -> None: + util.protontricks('d3dcompiler_47') From 5b5bef84519ad95327941ed099a12b98ad50bb24 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Fri, 31 Jan 2025 04:22:00 +0000 Subject: [PATCH 3/3] Add fix for Angelic Chaos: RE-BOOT! (#222) --- gamefixes-umu/umu-tenshisz.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gamefixes-umu/umu-tenshisz.py diff --git a/gamefixes-umu/umu-tenshisz.py b/gamefixes-umu/umu-tenshisz.py new file mode 100644 index 00000000..cb228f2e --- /dev/null +++ b/gamefixes-umu/umu-tenshisz.py @@ -0,0 +1,7 @@ +"""Game fix for Angelic Chaos: RE-BOOT!""" + +from protonfixes import util + + +def main() -> None: + util.disable_protonmediaconverter()