1
0
mirror of synced 2024-11-30 18:24:35 +01:00
IO replacement for Taiko no Tatsujin Nijiiro ver 08.18
Go to file
2024-04-27 23:42:58 +09:00
.github/workflows Add remove datatable size patch and others 2023-11-09 01:24:16 +09:00
dist Add jp layout keyboard support 2024-04-27 12:29:38 +09:00
src Change drum hit value processing 2024-04-27 23:42:58 +09:00
subprojects Renormalize code 2024-03-23 20:08:42 +09:00
.clang-format Change clang-format settings and format all codes 2024-04-26 16:01:00 +09:00
.editorconfig Initial refactor 2023-09-10 17:50:00 +12:00
.gitattributes Renormalize code 2024-03-23 20:08:42 +09:00
.gitignore Add support for UTF8 path 2024-03-22 20:58:36 +09:00
cross-mingw-64.txt Renormalize code 2024-03-23 20:08:42 +09:00
LICENSE Create LICENSE 2022-06-20 06:10:51 +12:00
Makefile Renormalize code 2024-03-23 20:08:42 +09:00
meson.build Add JPN00 support 2024-04-24 15:22:22 +09:00
PLUGINS.md Initial refactor 2023-09-10 17:50:00 +12:00
README.md Add jp layout keyboard support 2024-04-27 12:29:38 +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"
# 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)
# JPN00: JPN 00.18
# JPN08: JPN 08.18
# JPN39: JPN 39.06
# CHN00: CHN 00.32 (based JPN 32.09)
version = "auto"
# window resolution
res = { x = 1920, y = 1080 }
# window mode
windowed = false
# vertical sync
vsync = false
# unlock all songs
unlock_songs = true

  [patches.chn00]
  # 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

[audio]
# wasapi shared mode
wasapi_shared = true
# use asio
asio = false
# asio driver name
asio_driver = ""

[card_reader]
# enable card reader emulation
enabled = true

[qr]
# enable qr emulation
enabled = true
# 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 using taiko drum controller, should be set to 0)
wait_period = 4

[controller]
# use analog input
analog_input = false

[keyboard]
# auto change to english ime mode
auto_ime = false
# use jp layout scan code (if using jp layout keyboard, must be set to true)
jp_layout = false