From 6757adc4075a547e7838e2213250d1f01adebace Mon Sep 17 00:00:00 2001 From: Marcus Gursch Date: Mon, 7 Mar 2022 21:58:37 +0100 Subject: [PATCH] readme: add animation distance toggle usage info --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f79491..c9b7be2 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,16 @@ A tool aimed at enhancing the experience when playing the game on linux through - `-u` or `--ultrawide` for removing black bars - `-v` or `--disable-vigniette` for removing the vigniette overlay - `-c` or `--disable-ca` for disabling chromatic abberation - - Example: `./er-patcher --rate 30 -uvc -- %command%` - - Example with mangohud and wine fullscreen fsr: `./er-patcher --rate 144 -uvc -- env WINE_FULLSCREEN_FSR=1 MANGOHUD=1 MANGOHUD_CONFIG=histogram %command%` + - `-a` or `--increase-animation-distance` for fixing low frame rate animations at screen edges or for distant entities. + - Example: `./er-patcher --rate 30 -uavc -- %command%` + - Example with mangohud and wine fullscreen fsr: `./er-patcher --rate 144 -uvca -- env WINE_FULLSCREEN_FSR=1 MANGOHUD=1 MANGOHUD_CONFIG=histogram %command%` 3. Launch the game through steam. `er-patcher` automatically launches a patched version of `eldenring.exe` with EAC disabled. ### Windows It also work just as well on windows. The only difference is, that you need to run the script via your Python 3 installation. The following launch option line works in case you installed Python from Microsoft Store: -> `python er-patcher --rate 165 -uvc -- %command%` +> `python er-patcher --rate 165 -uvca -- %command%` ## How it works