From 9cb5c75113804daaed105f7e4e896d6b0feb4a1b Mon Sep 17 00:00:00 2001 From: the Sane <3657071+the-sane@users.noreply.github.com> Date: Fri, 25 Aug 2023 09:51:25 -0400 Subject: [PATCH] Minor formatting updates --- wiki/Tips-and-Tricks.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wiki/Tips-and-Tricks.md b/wiki/Tips-and-Tricks.md index 47805a6..9589e19 100644 --- a/wiki/Tips-and-Tricks.md +++ b/wiki/Tips-and-Tricks.md @@ -27,7 +27,7 @@ boot.kernel.sysctl = { "fs.file-max" = 524288; }; ``` -EAC configuration can be found [below](#easy-anti-cheat-workaround). +EAC configuration can be found [below](#manual-configuration). ## Head tracking using Opentrack @@ -115,16 +115,16 @@ _/etc/hosts method:_ * Delete the following directory: `$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat` -_NixOS method:_ -`"127.0.0.1 modules-cdn.eac-prod.on.epicgames.com"` to [`networking.extraHosts`](https://search.nixos.org/options?channel=unstable&show=networking.extraHosts&from=0&size=50&sort=relevance&type=packages&query=networking.extraHosts) - - _json config method:_ * Edit `$WINEPREFIX/drive_c/Program Files/Roberts Space Industries/StarCitizen/LIVE/EasyAntiCheat/Settings.json` and modify the value of `productid`, `sandboxid`, `clientid`, or `deploymentid` to any invalid string, ie `linux-eac-workaround`. * Delete the following directory: `$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat` +_NixOS method:_ + +* Add `"127.0.0.1 modules-cdn.eac-prod.on.epicgames.com"` to [`networking.extraHosts`](https://search.nixos.org/options?channel=unstable&show=networking.extraHosts&from=0&size=50&sort=relevance&type=packages&query=networking.extraHosts) + ## Lutris Pre-launch and Post-exit Scripts Below are sample pre-launch and post-exit scripts that incorporate the mouse acceleration and EAC workarounds described above.