Skip to content

Commit

Permalink
add GE Proton 9-22
Browse files Browse the repository at this point in the history
  • Loading branch information
alkazar committed Jan 3, 2025
1 parent 2451810 commit dc278d1
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
23 changes: 23 additions & 0 deletions compat/tools/GE-Proton9-22/compatibilitytool.vdf
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
3 changes: 3 additions & 0 deletions compat/tools/GE-Proton9-22/stub.info
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions compat/tools/GE-Proton9-22/toolmanifest.vdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"manifest"
{
"version" "2"
"commandline" "/proton %verb%"
"require_tool_appid" "1628350"
"use_sessions" "1"
"compatmanager_layer_name" "proton"
}

0 comments on commit dc278d1

Please sign in to comment.