From 266ade14a437e7d9c15289ae19f9c2ef968d5c0a Mon Sep 17 00:00:00 2001 From: pollux Date: Thu, 14 Nov 2024 10:12:18 +1100 Subject: [PATCH 1/6] add dirt 3 to gamefixes-umu --- gamefixes-umu/umu-321040.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gamefixes-umu/umu-321040.py diff --git a/gamefixes-umu/umu-321040.py b/gamefixes-umu/umu-321040.py new file mode 100644 index 00000000..45ed5bd2 --- /dev/null +++ b/gamefixes-umu/umu-321040.py @@ -0,0 +1,9 @@ +"""Game fix for Dirt 3 Complete Edition""" + + +from protonfixes import util + + +def main() -> None: + """Installs OpenAL library, without it the game simply wont launch on newer proton version's""" + util.protontricks('Openal') From 0ed1eeb69466c60f087423d1beaa555b8eb460e6 Mon Sep 17 00:00:00 2001 From: pollux Date: Thu, 14 Nov 2024 10:53:59 +1100 Subject: [PATCH 2/6] remove apostrophe --- gamefixes-umu/umu-321040.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamefixes-umu/umu-321040.py b/gamefixes-umu/umu-321040.py index 45ed5bd2..9f1c469a 100644 --- a/gamefixes-umu/umu-321040.py +++ b/gamefixes-umu/umu-321040.py @@ -5,5 +5,5 @@ def main() -> None: - """Installs OpenAL library, without it the game simply wont launch on newer proton version's""" + """Installs OpenAL library, without it the game simply wont launch on newer proton version""" util.protontricks('Openal') From f48391760bebd4939c0b38a993c8d965703608fa Mon Sep 17 00:00:00 2001 From: pollux Date: Thu, 14 Nov 2024 10:58:20 +1100 Subject: [PATCH 3/6] explain about proton version --- gamefixes-umu/umu-321040.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamefixes-umu/umu-321040.py b/gamefixes-umu/umu-321040.py index 9f1c469a..a2b14de3 100644 --- a/gamefixes-umu/umu-321040.py +++ b/gamefixes-umu/umu-321040.py @@ -5,5 +5,5 @@ def main() -> None: - """Installs OpenAL library, without it the game simply wont launch on newer proton version""" + """Installs OpenAL library, without it the game simply wont launch on proton 8 or above""" util.protontricks('Openal') From ca30c8153a93516f563ae4448ea602364cbecfc0 Mon Sep 17 00:00:00 2001 From: pollux Date: Sat, 23 Nov 2024 13:11:38 +1100 Subject: [PATCH 4/6] symbolic link part4 --- gamefixes-umu/321040.py | 1 + 1 file changed, 1 insertion(+) create mode 120000 gamefixes-umu/321040.py diff --git a/gamefixes-umu/321040.py b/gamefixes-umu/321040.py new file mode 120000 index 00000000..fa57da28 --- /dev/null +++ b/gamefixes-umu/321040.py @@ -0,0 +1 @@ +/home/pollux/umu-protonfixes-dirt3/gamefixes-steam/321040.py \ No newline at end of file From 039d4fd6e9894c4af57214b4f623c5df9aef125e Mon Sep 17 00:00:00 2001 From: pollux Date: Sun, 24 Nov 2024 11:22:00 +1100 Subject: [PATCH 5/6] add relative link and remove 321040.py --- gamefixes-umu/umu-321040.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) mode change 100644 => 120000 gamefixes-umu/umu-321040.py diff --git a/gamefixes-umu/umu-321040.py b/gamefixes-umu/umu-321040.py deleted file mode 100644 index a2b14de3..00000000 --- a/gamefixes-umu/umu-321040.py +++ /dev/null @@ -1,9 +0,0 @@ -"""Game fix for Dirt 3 Complete Edition""" - - -from protonfixes import util - - -def main() -> None: - """Installs OpenAL library, without it the game simply wont launch on proton 8 or above""" - util.protontricks('Openal') diff --git a/gamefixes-umu/umu-321040.py b/gamefixes-umu/umu-321040.py new file mode 120000 index 00000000..3f2c9fc8 --- /dev/null +++ b/gamefixes-umu/umu-321040.py @@ -0,0 +1 @@ +../gamefixes-steam/321040.py \ No newline at end of file From ba5a966da9af2e1afeea62df74dcc82a55f8f1d4 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Sun, 24 Nov 2024 07:01:58 +0000 Subject: [PATCH 6/6] Delete gamefixes-umu/321040.py --- gamefixes-umu/321040.py | 1 - 1 file changed, 1 deletion(-) delete mode 120000 gamefixes-umu/321040.py diff --git a/gamefixes-umu/321040.py b/gamefixes-umu/321040.py deleted file mode 120000 index fa57da28..00000000 --- a/gamefixes-umu/321040.py +++ /dev/null @@ -1 +0,0 @@ -/home/pollux/umu-protonfixes-dirt3/gamefixes-steam/321040.py \ No newline at end of file