mirror of
https://github.com/yxrei/two-torial.git
synced 2025-01-09 21:11:45 +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"
|
!!! 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).
|
- `chs_patch =` set to `true` if you are [changing the language](troubleshooting.md/#changing-the-language) to Chinese (simplified).
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[patches.jpn39]
|
[patches.jpn39]
|
||||||
fix_language = true
|
|
||||||
chs_patch = false
|
chs_patch = false
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -76,6 +74,7 @@
|
|||||||
|
|
||||||
- `res =` change to your display's resolution.
|
- `res =` change to your display's resolution.
|
||||||
- `windowed =` set to `true` if you want to run the game in windowed.
|
- `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.
|
- `vsync =` set to `true` if your display is set to 120hz.
|
||||||
- `fpslimit =` do not change unless you know what you are doing.
|
- `fpslimit =` do not change unless you know what you are doing.
|
||||||
|
|
||||||
@ -83,6 +82,7 @@
|
|||||||
[graphics]
|
[graphics]
|
||||||
res = { x = 1920, y = 1080 }
|
res = { x = 1920, y = 1080 }
|
||||||
windowed = false
|
windowed = false
|
||||||
|
cursor = true
|
||||||
vsync = false
|
vsync = false
|
||||||
fpslimit = 120
|
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).
|
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`
|
Using ++f1++, the `arrow keys` and ++enter++, navigate to `OTHERS` -> `LANGUAGE`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user