From dc278d13276a05be2d989b38584f6dde73712be8 Mon Sep 17 00:00:00 2001 From: Alesh Slovak Date: Fri, 3 Jan 2025 08:46:20 -0500 Subject: [PATCH] add GE Proton 9-22 --- .../tools/GE-Proton9-22/compatibilitytool.vdf | 23 +++++++++++++++++++ compat/tools/GE-Proton9-22/stub.info | 3 +++ compat/tools/GE-Proton9-22/toolmanifest.vdf | 8 +++++++ 3 files changed, 34 insertions(+) create mode 100644 compat/tools/GE-Proton9-22/compatibilitytool.vdf create mode 100644 compat/tools/GE-Proton9-22/stub.info create mode 100644 compat/tools/GE-Proton9-22/toolmanifest.vdf diff --git a/compat/tools/GE-Proton9-22/compatibilitytool.vdf b/compat/tools/GE-Proton9-22/compatibilitytool.vdf new file mode 100644 index 0000000..f478d0f --- /dev/null +++ b/compat/tools/GE-Proton9-22/compatibilitytool.vdf @@ -0,0 +1,23 @@ +"compatibilitytools" +{ + "compat_tools" + { + "GE-Proton9-22" // Internal name of this tool + { + // Can register this tool with Steam in two ways: + // + // - The tool can be placed as a subdirectory in compatibilitytools.d, in which case this + // should be '.' + // + // - This manifest can be placed directly in compatibilitytools.d, in which case this should + // be the relative or absolute path to the tool's dist directory. + "install_path" "." + + // For this template, we're going to substitute the display_name key in here, e.g.: + "display_name" "GE-Proton9-22" + + "from_oslist" "windows" + "to_oslist" "linux" + } + } +} diff --git a/compat/tools/GE-Proton9-22/stub.info b/compat/tools/GE-Proton9-22/stub.info new file mode 100644 index 0000000..259a37b --- /dev/null +++ b/compat/tools/GE-Proton9-22/stub.info @@ -0,0 +1,3 @@ +TOOL_URL=https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton9-22/GE-Proton9-22.tar.gz +TOOL_MD5SUM=3fa2b2bcce0cbfd51765f547af736340 +TOOL_CMD=proton diff --git a/compat/tools/GE-Proton9-22/toolmanifest.vdf b/compat/tools/GE-Proton9-22/toolmanifest.vdf new file mode 100644 index 0000000..beddcbb --- /dev/null +++ b/compat/tools/GE-Proton9-22/toolmanifest.vdf @@ -0,0 +1,8 @@ +"manifest" +{ + "version" "2" + "commandline" "/proton %verb%" + "require_tool_appid" "1628350" + "use_sessions" "1" + "compatmanager_layer_name" "proton" +}