Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Just a simple bash script to automate extracting & moving a required dll to fix multiplayer sync-error issue.
# All credit for the script to TechT10n
# Credit for writing down the steps for this solution goes to jrbergen, who in turn got the solution from Cytomax55.
# More details here: https://gist.github.com/jrbergen/0ce746676c4fbcc2becd6054d1bba2ed
# and here: https://github.com/ValveSoftware/Proton/issues/3875#issuecomment-764191557
# Below is the default Steam library location.
# Change the path for STEAM_ROOT if you do not use the default location for your Steam Library (do NOT include the trailing /)