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 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-04-18 23:05:08 +01:00
parent 806adcfde7
commit dfbc727f5f

View file

@ -75,6 +75,7 @@
set_prop WorldGenSize "8192" set_prop WorldGenSize "8192"
set_prop GameName "Nordhammer" set_prop GameName "Nordhammer"
set_prop WebDashboardEnabled "true" set_prop WebDashboardEnabled "true"
set_prop EACEnabled "false"
touch "$MARKER" touch "$MARKER"
echo "Patched; restarting container to apply." echo "Patched; restarting container to apply."