1
0
mirror of synced 2024-11-24 15:00:16 +01:00
Open source server for Taiko no Tatsujin Nijiiro ver 08.18
Go to file
2023-10-16 19:50:46 +08:00
GameDatabase Merge from TaikoLocalServer-CHN repo 2023-10-16 10:38:27 +01:00
LocalSaveModScoreMigrator Fix package 2023-09-23 18:13:32 +08:00
SharedProject Separate datatable folder 2023-10-16 19:59:55 +09:00
TaikoLocalServer Separate datatable folder 2023-10-16 19:59:55 +09:00
TaikoWebUI Separate datatable folder 2023-10-16 19:59:55 +09:00
.gitignore initial commit 2023-09-09 21:58:20 +09:00
OldSetup.md initial commit 2023-09-09 21:58:20 +09:00
README.md Update README.md 2023-10-16 18:05:02 +08:00
TaikoLocalServer.sln initial commit 2023-09-09 21:58:20 +09:00
TaikoLocalServer.sln.DotSettings initial commit 2023-09-09 21:58:20 +09:00

Taiko Local Server

This is a server for Taiko no Tatsujin Nijiiro ver CHN

Setup

Prerequisite

  • A working game, with dongle and QR reader emulation. You can use TaikoArcadeLoader for these if you haven't.

Setup Steps

  1. Extract the server release anywhere

  2. From the game files, copy music_order.bin, musicinfo.bin, wordlist.bin, don_cos_reward.bin, shougou.bin to wwwroot/data folder.

  3. (Optional) In Certificates folder, import root.pfx to trusted root store, cert.pfx to personal store. All the other import options can be kept default.

  4. Visit http://localhost:5000 if the web ui starts without errors, the config is fine.

  5. Now start the game and it should be able to connect.

Data config

There are various data json files under wwwroot/data that can be customized.

  • dan_data.json: This is used customize normal dans. TODO: Details
  • TODO: More details on the files