mirror of
https://github.com/two-torial/two-torial.git
synced 2026-03-22 01:24:09 -05:00
commit
ff2c65f494
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user