diff --git a/protonfixes/gamefixes/684450.py b/protonfixes/gamefixes/684450.py new file mode 100755 index 00000000..4a879eb4 --- /dev/null +++ b/protonfixes/gamefixes/684450.py @@ -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")