From dfbc727f5f9c79bca59ea4703b4e919771f76f76 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sat, 18 Apr 2026 23:05:08 +0100 Subject: [PATCH] Disable EAC on 7DTD server so Proton clients can connect Proton-based clients (e.g. CachyOS native install hitting 7DTD via the Proton runtime) fail EAC handshake against a Linux dedicated server. Disabling server-side lets Proton clients join via the "Play without EasyAntiCheat" splash option. Co-Authored-By: Claude Opus 4.7 --- services/game-servers.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/game-servers.nix b/services/game-servers.nix index 59b4885..72e6137 100644 --- a/services/game-servers.nix +++ b/services/game-servers.nix @@ -75,6 +75,7 @@ set_prop WorldGenSize "8192" set_prop GameName "Nordhammer" set_prop WebDashboardEnabled "true" + set_prop EACEnabled "false" touch "$MARKER" echo "Patched; restarting container to apply."