mirror of
https://github.com/gurrgur/er-patcher.git
synced 2026-06-13 09:47:54 +00:00
readme: fix typos
This commit is contained in:
parent
c0499efe5d
commit
04d5389175
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue