readme: fix typos

This commit is contained in:
gurrgur 2022-03-07 00:46:46 +01:00 committed by GitHub
parent c0499efe5d
commit 04d5389175
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.