From 04d5389175b639291a1c3302ed37392df60b9b53 Mon Sep 17 00:00:00 2001 From: gurrgur <31393177+gurrgur@users.noreply.github.com> Date: Mon, 7 Mar 2022 00:46:46 +0100 Subject: [PATCH] readme: fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aee6316..a35b920 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A tool aimed at enhancing the experience when playing the game on linux through ## Warning -**This tool is based on patching the game executable though hex-edits. However it is done in a safe and non-destructive way, that ensures the patched executable is never run with EAC enabled. Use at your own risk!** +**This tool is based on patching the game executable through hex-edits. However it is done in a safe and non-destructive way, that ensures the patched executable is never run with EAC enabled. Use at your own risk!** ## Features @@ -19,7 +19,7 @@ A tool aimed at enhancing the experience when playing the game on linux through 2. In steam, set the game launch options to `./er-patcher ARGS -- %command%` where ARGS is replaced with a combination of - `-r RATE` or `--rate RATE` for setting a custom framerate cap (default: 60) - `-u` or `--ultrawide` for removing black bars - - `-v` or `--vigniette` for removing the vigniette overlay + - `-v` or `--disable-vigniette` for removing the vigniette overlay - Example: `./er-patcher --rate 30 -uv -- %command%` - Example with mangohud and wine fullscreen fsr: `./er-patcher --rate 144 -uv -- 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.