Skip to content

Commit

Permalink
Minor formatting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
the-sane authored Aug 25, 2023
1 parent 714baf8 commit 9cb5c75
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions wiki/Tips-and-Tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 9cb5c75

Please sign in to comment.