1
0
mirror of synced 2024-11-24 15:10:16 +01:00
IO replacement for Taiko no Tatsujin Nijiiro ver 08.18
Go to file
2023-12-25 15:44:45 +08:00
.github/workflows Add remove datatable size patch and others 2023-11-09 01:24:16 +09:00
dist support for MultiQrCode Accounts 2023-12-25 13:57:46 +08:00
src fix MultiQrCode 2023-12-25 15:44:45 +08:00
subprojects Add remove datatable size patch and others 2023-11-09 01:24:16 +09:00
.clang-format Initial refactor 2023-09-10 17:50:00 +12:00
.editorconfig Initial refactor 2023-09-10 17:50:00 +12:00
.gitignore Add remove datatable size patch and others 2023-11-09 01:24:16 +09:00
cross-mingw-64.txt Initial refactor 2023-09-10 17:50:00 +12:00
LICENSE Create LICENSE 2022-06-20 06:10:51 +12:00
Makefile Initial refactor 2023-09-10 17:50:00 +12:00
meson.build Add remove datatable size patch and others 2023-11-09 01:24:16 +09:00
PLUGINS.md Initial refactor 2023-09-10 17:50:00 +12:00
README.md cleanup 2023-11-29 06:42:48 +09:00

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"

[patches]
# patch version
# auto: hash detection (you need to use the original exe)
# jp_nov_2020: 08.18
# cn_jun_2023: 00.32 CHN (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 string used for login (must start with BNTTCNID and then card id)
card = ""
# qr data used for other events (ex. gaiden, custom folder)
data = { serial = "", type = 0, song_no = [] }

[drum]
# input interval (if you are using taiko drum controller, it should be set to 0)
wait_period = 4