1
0
mirror of https://github.com/yxrei/bemani-guide.git synced 2024-11-23 22:41:03 +01:00

Merge pull request #71 from Keeboy99/feature/Taiko

taiko guide update
This commit is contained in:
Keeboy99 2024-11-03 07:36:11 +13:00 committed by GitHub
commit af046f48a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 29 additions and 26 deletions

View File

@ -61,21 +61,38 @@
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.
- `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.
- `unlock_songs =` 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).
- `freeze_timer =` set to `true` if you want to freeze timer.
- `chs_patch =` set to `true` if you are [changing the language](../troubleshooting/#changing-the-language) to Chinese (simplified).
- `mode_collabo025 =` set to `true` if you want to enable one piece collab mode.
- `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
[patches]
version = "auto"
[patches.jpn39]
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 }
windowed = false
vsync = false
unlock_songs = true
fpslimit = 120
```
!!! tip "The `[keyboard]` section contains keyboard related config"

View File

@ -15,7 +15,9 @@
- Korean
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`
<img src="/img/taikonijiiro/troubleshooting/lang.png">
@ -57,9 +59,6 @@
??? tip "If you have a display that is less than 120hz"
- 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
@ -72,19 +71,6 @@
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`