mirror of
https://github.com/two-torial/two-torial.git
synced 2026-08-28 03:56:42 -05:00
Taiko Guide Update
This commit is contained in:
@@ -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).
|
`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`
|
- 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.
|
||||||
|
|
||||||
<img src="/img/taikonijiiro/setup/2.png">
|
<img src="/img/taikonijiiro/setup/2.png">
|
||||||
|
|
||||||
@@ -61,15 +61,6 @@
|
|||||||
country_code = "JPN"
|
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"
|
!!! tip "The `[graphics]` section contains patches"
|
||||||
|
|
||||||
- `res =` change to your display's resolution.
|
- `res =` change to your display's resolution.
|
||||||
@@ -77,6 +68,7 @@
|
|||||||
- `cursor =` mostly visual. change if you want to.
|
- `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.
|
||||||
|
- `model_res_rate =` do not change unless you know what you are doing.
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[graphics]
|
[graphics]
|
||||||
@@ -84,7 +76,8 @@
|
|||||||
windowed = false
|
windowed = false
|
||||||
cursor = true
|
cursor = true
|
||||||
vsync = false
|
vsync = false
|
||||||
fpslimit = 120
|
# fpslimit = 0
|
||||||
|
model_res_rate = 1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! tip "The `[keyboard]` section contains keyboard related config"
|
!!! tip "The `[keyboard]` section contains keyboard related config"
|
||||||
@@ -136,12 +129,12 @@
|
|||||||
|
|
||||||
|
|
||||||
??? tip "AIC Pico"
|
??? 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)
|
- Update to the latest [firmware](https://github.com/whowechina/aic_pico)
|
||||||
- Inside `AMFWConfig.ini` change COM4 to the port of your AIC Pico
|
- Inside `AMFWConfig.ini` change COM4 to the port of your AIC Pico
|
||||||
|
|
||||||
??? tip "ACR122U"
|
??? 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)
|
- 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"
|
!!! note "If you don't have a physical card reader, you can skip over to the [Networks](#networks) section"
|
||||||
|
|||||||
@@ -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).
|
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`
|
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">
|
||||||
@@ -124,12 +122,12 @@
|
|||||||
|
|
||||||
To use WASAPI exclusive:
|
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:
|
To use ASIO in combination with FlexASIO:
|
||||||
|
|
||||||
- Inside `config.toml`, set `wasapi_shared = true` to `false` and set `asio = false` to `true`.
|
- Inside `config.toml`, set `wasapi_shared =` to `false` and set `asio =` to `true`.
|
||||||
- Change `asio_driver = ""` to `asio_driver = "FlexASIO"`
|
- Change `asio_driver =` to `asio_driver = "FlexASIO"`
|
||||||
|
|
||||||
To change FlexASIO settings refer to [this](../../extras/streamaudio.md#option-4-flexasio).
|
To change FlexASIO settings refer to [this](../../extras/streamaudio.md#option-4-flexasio).
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 56 KiB |
Reference in New Issue
Block a user