Please enable EAC support on Linux. (I would be grateful)
Here’s a short guide on how to do that (In 3 simple steps):
Proton supports Easy Anti-Cheat without requiring any recompilation, But it does require you to manually enable support for your build by following these steps in order:
Guide:
1) Go into the EAC settings on the EAC partner site and enable Linux support from the dashboard.
2) Once that’s done, Download the EAC Linux library (easyanticheat_x64.so) for the SDK version integrated with your game, And add it to your depot next to the Windows library (EasyAntiCheat_x64.dll).
3) Inside your local release process, Publish a new build of your game containing the new depot contents, with a version bump. (You don’t have to make any changes to the game executable, Just include the new files in the depot contents.)
Optional step: Create a small batch script that automatically copies the libraries to the correct location, Making releases a simple click away rather than a ‘DragNDrop’.
Thanks for your time.