Merge pull request #151 from Keeboy99/master

Update troubleshooting.md
This commit is contained in:
Akitake 2025-08-23 09:40:00 +02:00 committed by GitHub
commit ff2c65f494
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,11 +56,12 @@
The game needs to be ran at 120 FPS or things will break.
??? tip "If you have a display that supports 120 Hz or higher"
- Set your display to 120 Hz. You may need to make a custom resolution.
- Set your display to 120 Hz. You may need to make a [custom resolution](https://customresolutionutility.net/).
- In `config.toml` set `vsync =` to `true`.
??? tip "If you have a display that is less than 120 Hz"
- In `config.toml` set `vsync =` to `false` and `windowed =` to `true`.
- In `config.toml` set `vsync =` to `false` and `windowed =` to `true`.
- Alternatively you can use (RTSS)[https://www.guru3d.com/download/rtss-rivatuner-statistics-server-download/].
### My game is not connected to a network but I set one up
@ -119,4 +120,4 @@
- Inside `config.toml`, set `wasapi_shared =` to `false` and set `asio =` to `true`.
- Change `asio_driver =` to `asio_driver = "<Your ASIO Driver Name>"`
For more information refer to the general [Audio](/extras/audio.md) guide.
For more information refer to the general [Audio](/extras/audio.md) guide.