IO replacement for Taiko no Tatsujin Nijiiro ver 08.18
.github/workflows | ||
dist | ||
src | ||
subprojects | ||
.clang-format | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
cross-mingw-64.txt | ||
LICENSE | ||
Makefile | ||
meson.build | ||
PLUGINS.md | ||
README.md |
TaikoArcadeLoader
This is a loader for Taiko no Tatsujin Nijiiro ver.
Setup
Copy the extracted contents of dist.zip to the same directory as Taiko.exe
config.toml
[amauth]
# connection server
server = "127.0.0.1"
# connection port
port = "54430"
# dongle serial
chassis_id = "284111080000"
# shop name
shop_id = "TAIKO ARCADE LOADER"
# game version
game_ver = "00.00"
# country code
country_code = "JPN"
[patches]
# patch version
# auto: hash detection (you need to use the original exe)
# jp_nov_2020: JPN 08.18
# jp_apr_2023: JPN 39.06
# cn_jun_2023: CHN 00.32 (JPN 32.09)
version = "auto"
# window resolution
res = { x = 1920, y = 1080 }
# window mode
windowed = false
# vertical sync
vsync = false
# wasapi shared mode
shared_audio = true
# unlock all songs
unlock_songs = true
[patches.cn_jun_2023]
# sync test mode language to attract etc.
fix_language = false
# show demo movie
demo_movie = true
# enable one piece collab mode
mode_collabo025 = false
# enable ai soshina mode
mode_collabo026 = false
[qr]
# qr image path
image_path = ""
# qr data used for other events (ex. gaiden, custom folder)
[qr.data]
# qr serial
serial = ""
# qr type
# 0: default (serial only)
# 5: custom folder
type = 0
# song noes used for custom folder
song_no = []
[drum]
# input interval (if you are using taiko drum controller, it should be set to 0)
wait_period = 4
[controller]
# use analog input
analog = false