diff --git a/docs/games/taikonijiiro/setup.md b/docs/games/taikonijiiro/setup.md
index 9df18c2..b8e9f37 100644
--- a/docs/games/taikonijiiro/setup.md
+++ b/docs/games/taikonijiiro/setup.md
@@ -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"
diff --git a/docs/games/taikonijiiro/troubleshooting.md b/docs/games/taikonijiiro/troubleshooting.md
index eeae9fb..ac7b124 100644
--- a/docs/games/taikonijiiro/troubleshooting.md
+++ b/docs/games/taikonijiiro/troubleshooting.md
@@ -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`
@@ -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/)
-
-
---
### 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.
-
-
-
---
### My game is still too big/small after setting the resolution in `config.toml`