mirror of
https://github.com/yxrei/bemani-guide.git
synced 2025-01-09 12:01:35 +01:00
quick update due to tal changes
This commit is contained in:
parent
1aa55bc2a4
commit
ab56f6dd23
@ -63,12 +63,10 @@
|
||||
|
||||
!!! tip "The `[patches.jpn39]` section contains patches"
|
||||
|
||||
- `fix_language =` set to `true` if you are [changing the language](troubleshooting.md/#changing-the-language).
|
||||
- `chs_patch =` set to `true` if you are [changing the language](troubleshooting.md/#changing-the-language) to Chinese (simplified).
|
||||
|
||||
```toml
|
||||
[patches.jpn39]
|
||||
fix_language = true
|
||||
chs_patch = false
|
||||
```
|
||||
|
||||
@ -76,6 +74,7 @@
|
||||
|
||||
- `res =` change to your display's resolution.
|
||||
- `windowed =` set to `true` if you want to run the game in windowed.
|
||||
- `cursor =` mostly visual. change if you want to.
|
||||
- `vsync =` set to `true` if your display is set to 120hz.
|
||||
- `fpslimit =` do not change unless you know what you are doing.
|
||||
|
||||
@ -83,6 +82,7 @@
|
||||
[graphics]
|
||||
res = { x = 1920, y = 1080 }
|
||||
windowed = false
|
||||
cursor = true
|
||||
vsync = false
|
||||
fpslimit = 120
|
||||
```
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
An unofficial mod allows you to change the language to Chinese (simplified), this can be found on the [Discord](https://discord.gg/cZRUmEPK78).
|
||||
|
||||
Inside `config.toml`, set `fix_language =` to `true`. If you are using Chinese (simplified) mod then also set `chs_patch =` to `true`
|
||||
If you are using Chinese (simplified) mod then also set `chs_patch =` to `true`.
|
||||
|
||||
Using ++f1++, the `arrow keys` and ++enter++, navigate to `OTHERS` -> `LANGUAGE`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user