doc: steam gamemoderun command
This commit is contained in:
parent
5c211e8321
commit
678679164b
1 changed files with 6 additions and 1 deletions
|
@ -13,7 +13,12 @@
|
||||||
Modify the game's launch options on Steam to use the created script. Right-click on the game in your Steam Library, choose "Properties," and under the "General" tab, click on "Set Launch Options." Enter the following command:
|
Modify the game's launch options on Steam to use the created script. Right-click on the game in your Steam Library, choose "Properties," and under the "General" tab, click on "Set Launch Options." Enter the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
gamemoderun mangohud %command%
|
gamemoderun mangohud %command%
|
||||||
|
```
|
||||||
|
or
|
||||||
|
|
||||||
|
```bash
|
||||||
|
mangohud gamemoderun %command%
|
||||||
```
|
```
|
||||||
|
|
||||||
## Disable Fps Cap on Valve Game
|
## Disable Fps Cap on Valve Game
|
||||||
|
|
Loading…
Add table
Reference in a new issue