From f8739f9cd75eb5eac971559cf2029902a9f8046f Mon Sep 17 00:00:00 2001 From: kasha695 Date: Wed, 1 Jan 2025 08:51:33 +0000 Subject: [PATCH 1/2] Add directplay for Total Annihilation --- gamefixes-steam/289030.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gamefixes-steam/289030.py diff --git a/gamefixes-steam/289030.py b/gamefixes-steam/289030.py new file mode 100644 index 00000000..e2141031 --- /dev/null +++ b/gamefixes-steam/289030.py @@ -0,0 +1,8 @@ +"""Game fix for Total Annihilation""" + +from protonfixes import util + + +def main() -> None: + """Multiplayer requires directplay for full functionality""" + util.protontricks('directplay') From 0e2a6cd3bfbc6e2f440ad3fcd41b10550fb9a171 Mon Sep 17 00:00:00 2001 From: kasha695 Date: Thu, 2 Jan 2025 09:58:30 +0000 Subject: [PATCH 2/2] Fix wrong app id --- gamefixes-steam/{289030.py => 298030.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename gamefixes-steam/{289030.py => 298030.py} (100%) diff --git a/gamefixes-steam/289030.py b/gamefixes-steam/298030.py similarity index 100% rename from gamefixes-steam/289030.py rename to gamefixes-steam/298030.py