Skip to content

Commit

Permalink
Add compatibility for 684450
Browse files Browse the repository at this point in the history
This fix bypasses the Paradox launcher to be able to launch Surviving the Aftermath.
  • Loading branch information
torvitas committed Apr 10, 2022
1 parent b65c42c commit 6ff99ee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions protonfixes/gamefixes/684450.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
""" Game fix for Surviving the Aftermath
"""
#pylint: disable=C0103

from protonfixes import util

def main():
""" Launcher currently broken
"""
util.replace_command("launcher/Paradox Launcher.exe", "Aftermath64.exe")

0 comments on commit 6ff99ee

Please sign in to comment.