This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 /) |