quick update due to tal changes

This commit is contained in:
Keeboy99 2024-12-21 16:17:20 +13:00
parent 1aa55bc2a4
commit ab56f6dd23
2 changed files with 3 additions and 3 deletions

View File

@ -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
```

View File

@ -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`