two-torial/docs/games/taikonijiiro/controllers.md

47 lines
1.7 KiB
Markdown
Raw Normal View History

2024-05-26 05:01:48 +02:00
# Taiko no Tatsujin Nijiiro Controller Setup
2024-05-25 00:19:19 +02:00
2024-05-26 05:01:48 +02:00
<img src="/img/taikonijiiro/taikonijiiro.png">
2024-05-25 00:19:19 +02:00
2024-05-30 20:44:19 +02:00
## I/O Settings
!!! tip ""
Enter the I/O setup screen by pressing `F1` on the attract screen then using `arrow keys` and `ENTER` navigate to `I/O TEST` -> `TAIKO TEST`. For the best settings copy the image below. If you wish you can adjust these settings to your liking.
<img src="/img/taikonijiiro/io.png">
***
2024-05-25 00:19:19 +02:00
!!! note "Controllers:"
Below is a quick introduction and setup guide for the commonly used input methods.
***
## Keyboard
!!! tip ""
2024-05-26 05:01:48 +02:00
Keyboard is the default input method.
2024-05-30 20:44:19 +02:00
The default layout uses `DF JK` for the drum input, `P` to insert card, and `ENTER` to add coins.
2024-05-26 05:01:48 +02:00
If you wish to view or change all the default keybinds, you can do so in `keyconfig.toml`.
2024-05-25 00:19:19 +02:00
2024-05-30 20:44:19 +02:00
!!! danger "Warning:"
If you use a jp layout keyboard you may need to enable `jp_layout =`, `auto_ime =` in `config.toml`.
2024-05-25 00:19:19 +02:00
***
2024-05-30 20:44:19 +02:00
## Controller
2024-05-25 00:19:19 +02:00
!!! tip ""
2024-05-30 20:44:19 +02:00
The setup for both drum and normal controllers is the same.
In `config.toml` set `wait_period =` to `0`.
2024-05-25 00:19:19 +02:00
2024-05-30 20:44:19 +02:00
If you are using a controller that does not use keyboard inputs then you need to
set SDL keybinds in `keyconfig.toml`, a list of valid SDL inputs can be found at the bottom of `keyconfig.toml`
2024-05-25 00:19:19 +02:00
!!! danger "Warning:"
2024-05-30 20:44:19 +02:00
If you use an analog input for the drums you may need to enable `analog_input =` in `config.toml`.
2024-05-25 00:19:19 +02:00
***
2024-05-30 20:44:19 +02:00
## Arcade Drums and other Controllers
2024-05-25 00:19:19 +02:00
!!! tip ""
2024-05-30 20:44:19 +02:00
If you're interested in connecting a real cabinet Drum, or possibly even DIYing your own controller, the [Cons&Stuff](https://consandstuff.github.io/) website and Discord community is a great place to start!