mirror of
https://github.com/yxrei/bemani-guide.git
synced 2024-11-23 22:41:03 +01:00
taiko guide update
This commit is contained in:
parent
ee1132ede8
commit
4c892e91e9
@ -61,21 +61,38 @@
|
|||||||
country_code = "JPN"
|
country_code = "JPN"
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! tip "The `[patches]` section contains patches"
|
!!! tip "The `[patches.jpn39]` section contains patches"
|
||||||
|
|
||||||
- `version =` do not change unless you know what you are doing.
|
- `fix_language =` set to `true` if you are [changing the language](../troubleshooting/#changing-the-language).
|
||||||
- `res =` change to your display's resolution.
|
- `freeze_timer =` set to `true` if you want to freeze timer.
|
||||||
- `windowed =` set to `true` if you want to run the game in windowed.
|
- `chs_patch =` set to `true` if you are [changing the language](../troubleshooting/#changing-the-language) to Chinese (simplified).
|
||||||
- `vsync =` set to `true` if your display is set to 120hz.
|
- `mode_collabo025 =` set to `true` if you want to enable one piece collab mode.
|
||||||
- `unlock_songs =` do not change unless you know what you are doing.
|
- `mode_collabo026 =` set to `true` if you want to enable ai soshina mode.
|
||||||
|
- `mode_aprilfool001 =` set to `true` if you want to enable aoharu no tatsujinn mode.
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[patches]
|
[patches.jpn39]
|
||||||
version = "auto"
|
fix_language = true
|
||||||
|
freeze_timer = true
|
||||||
|
chs_patch = false
|
||||||
|
mode_collabo025 = true
|
||||||
|
mode_collabo026 = true
|
||||||
|
mode_aprilfool001 = true
|
||||||
|
```
|
||||||
|
|
||||||
|
!!! tip "The `[graphics]` section contains patches"
|
||||||
|
|
||||||
|
- `res =` change to your display's resolution.
|
||||||
|
- `windowed =` set to `true` if you want to run the game in windowed.
|
||||||
|
- `vsync =` set to `true` if your display is set to 120hz.
|
||||||
|
- `fpslimit =` do not change unless you know what you are doing.
|
||||||
|
|
||||||
|
```toml
|
||||||
|
[graphics]
|
||||||
res = { x = 1920, y = 1080 }
|
res = { x = 1920, y = 1080 }
|
||||||
windowed = false
|
windowed = false
|
||||||
vsync = false
|
vsync = false
|
||||||
unlock_songs = true
|
fpslimit = 120
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! tip "The `[keyboard]` section contains keyboard related config"
|
!!! tip "The `[keyboard]` section contains keyboard related config"
|
||||||
|
@ -15,7 +15,9 @@
|
|||||||
- Korean
|
- Korean
|
||||||
|
|
||||||
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`
|
||||||
|
|
||||||
Using ++f1++, the `arrow keys` and ++enter++, navigate to `OTHERS` -> `LANGUAGE`
|
Using ++f1++, the `arrow keys` and ++enter++, navigate to `OTHERS` -> `LANGUAGE`
|
||||||
|
|
||||||
<img src="/img/taikonijiiro/troubleshooting/lang.png">
|
<img src="/img/taikonijiiro/troubleshooting/lang.png">
|
||||||
@ -57,9 +59,6 @@
|
|||||||
|
|
||||||
??? tip "If you have a display that is less than 120hz"
|
??? tip "If you have a display that is less than 120hz"
|
||||||
- In `config.toml` set `vsync =` to `false` and `windowed =` to `true`.
|
- In `config.toml` set `vsync =` to `false` and `windowed =` to `true`.
|
||||||
- Limit the FPS for `Taiko.exe` using your GPU settings or [RTSS](https://www.guru3d.com/download/rtss-rivatuner-statistics-server-download/)
|
|
||||||
|
|
||||||
<img src="/img/taikonijiiro/troubleshooting/fps.png">
|
|
||||||
|
|
||||||
---
|
---
|
||||||
### My game is not connected to a network but I set one up
|
### My game is not connected to a network but I set one up
|
||||||
@ -72,19 +71,6 @@
|
|||||||
|
|
||||||
If you are still unable to connect that means you have incorrectly configured your `config.toml` or your server.
|
If you are still unable to connect that means you have incorrectly configured your `config.toml` or your server.
|
||||||
|
|
||||||
---
|
|
||||||
### Game modes are missing
|
|
||||||
|
|
||||||
!!! tip ""
|
|
||||||
|
|
||||||
This will happen if you didn't correctly apply the unlock game modes mod or didn't card in.
|
|
||||||
|
|
||||||
You can download the mod on the [Discord](https://discord.gg/cZRUmEPK78).
|
|
||||||
|
|
||||||
You can card in by pressing ++p++ by default.
|
|
||||||
|
|
||||||
<img src="/img/taikonijiiro/troubleshooting/game.jpg">
|
|
||||||
|
|
||||||
---
|
---
|
||||||
### My game is still too big/small after setting the resolution in `config.toml`
|
### My game is still too big/small after setting the resolution in `config.toml`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user