diff --git a/docs/games/taikonijiiro/setup.md b/docs/games/taikonijiiro/setup.md index 681b921b..91e9e79e 100644 --- a/docs/games/taikonijiiro/setup.md +++ b/docs/games/taikonijiiro/setup.md @@ -23,11 +23,11 @@ `TaikoArcadeLoader` is a loader and hardware emulator for Nijiiro. It will allow us to launch the game, as well as configure inputs and network settings. More information can be found at the [TAL github page](https://github.com/esuo1198/TaikoArcadeLoader). - - Download the latest version of TAL from [the actions tab](https://github.com/esuo1198/TaikoArcadeLoader/actions) of the TAL page. This will be a file named `dist`. You will need to be logged into github to download this file. + - Download the latest version of TAL from [the actions tab](https://github.com/esuo1198/TaikoArcadeLoader/actions) of the TAL page. This will be a file named `TaikoArcadeLoader`. You will need to be logged into github to download this file. - If github link is not working download TAL from our [Discord](https://discord.gg/cZRUmEPK78) in `Taiko > Resources` - - Copy the files from `dist.zip` to your `Executable/Release` folder. When asked, choose to replace the existing files with the newly copied files. + - Copy the files from `TaikoArcadeLoader.zip` to your `Executable/Release` folder. When asked, choose to replace the existing files with the newly copied files. @@ -61,15 +61,6 @@ country_code = "JPN" ``` -!!! tip "The `[patches.jpn39]` section contains patches" - - - `chs_patch =` set to `true` if you are [changing the language](troubleshooting.md/#changing-the-language) to Chinese (simplified). - - ```toml - [patches.jpn39] - chs_patch = false - ``` - !!! tip "The `[graphics]` section contains patches" - `res =` change to your display's resolution. @@ -77,6 +68,7 @@ - `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. + - `model_res_rate =` do not change unless you know what you are doing. ```toml [graphics] @@ -84,7 +76,8 @@ windowed = false cursor = true vsync = false - fpslimit = 120 + # fpslimit = 0 + model_res_rate = 1.0 ``` !!! tip "The `[keyboard]` section contains keyboard related config" @@ -136,12 +129,12 @@ ??? tip "AIC Pico" - - In `config.toml` set `[card_reader]` to `false`. + - In `config.toml` set `card_reader =` to `false`. - Update to the latest [firmware](https://github.com/whowechina/aic_pico) - Inside `AMFWConfig.ini` change COM4 to the port of your AIC Pico ??? tip "ACR122U" - - In `config.toml` set `[card_reader]` to `true`. + - In `config.toml` set `card_reader =` to `true`. - Use AkaiiKitsune's [tal-cardreader plugin](https://gitea.farewell.dev/AkaiiKitsune/tal-cardreader) !!! note "If you don't have a physical card reader, you can skip over to the [Networks](#networks) section" diff --git a/docs/games/taikonijiiro/troubleshooting.md b/docs/games/taikonijiiro/troubleshooting.md index 31f20c20..ce856e85 100644 --- a/docs/games/taikonijiiro/troubleshooting.md +++ b/docs/games/taikonijiiro/troubleshooting.md @@ -16,8 +16,6 @@ An unofficial mod allows you to change the language to Chinese (simplified), this can be found on the [Discord](https://discord.gg/cZRUmEPK78). - 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` @@ -124,12 +122,12 @@ To use WASAPI exclusive: - - Inside `config.toml`, set `wasapi_shared = true` to `false` + - Inside `config.toml`, set `wasapi_shared =` to `false` To use ASIO in combination with FlexASIO: - - Inside `config.toml`, set `wasapi_shared = true` to `false` and set `asio = false` to `true`. - - Change `asio_driver = ""` to `asio_driver = "FlexASIO"` + - Inside `config.toml`, set `wasapi_shared =` to `false` and set `asio =` to `true`. + - Change `asio_driver =` to `asio_driver = "FlexASIO"` To change FlexASIO settings refer to [this](../../extras/streamaudio.md#option-4-flexasio). diff --git a/docs/img/taikonijiiro/setup/mod.png b/docs/img/taikonijiiro/setup/mod.png index 701d6f90..a41cff4e 100644 Binary files a/docs/img/taikonijiiro/setup/mod.png and b/docs/img/taikonijiiro/setup/mod.png differ