This repository contains builds of most versions of Proton released on Steam (excluding beta, rc and experimental). All builds were downloaded from Steam and uploaded here in their original state without any modifications.
- Download a release from the releases page
- Create a
~/.steam/root/compatibilitytools.d
directory - Extract the downloaded archive into
~/.steam/root/compatibilitytools.d
- Create a
~/.steam/root/compatibilitytools.d/BUILDNAME/compatibilitytool.vdf
file with such content (replaceBUILDNAME
with the name of the downloaded build):
"compatibilitytools"
{
"compat_tools"
{
"BUILDNAME" // 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" "BUILDNAME"
"from_oslist" "windows"
"to_oslist" "linux"
}
}
}
- Restart Steam if it's already running
- Now you can enable the downloaded Proton version in the
Compatibility
tab in theProperties
of a game in Steam