github GloriousEggroll/proton-ge-custom GE-Proton7-53
GE-Proton7-53 Released

latest releases: GE-Proton9-13, GE-Proton9-12, GE-Proton9-11...
18 months ago

This is a hotfix that brings the Star Citizen specific EAC patch to upstream. It allows Star Citizen to run without needing to change the /etc/hosts file and does not interfere with EAC for other games.

Note:

Before running Star Citizen
(1) You must set SteamGameId=starcitizen environment variable to trigger the EAC workaround
(2) this script should be run to remove existing EAC files:

#!/bin/sh
if [ -d \"$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat\" ]; then rm -rf \"$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat\"; fi

Don't miss a new proton-ge-custom release

NewReleases is sending notifications on new releases.