1
0
mirror of synced 2024-11-28 00:20:53 +01:00
Open source server for Taiko no Tatsujin Nijiiro ver 08.18
Go to file
2023-10-17 22:27:25 +09:00
GameDatabase Test add dan type 2023-10-17 18:57:56 +08:00
LocalSaveModScoreMigrator Test add dan type 2023-10-17 18:57:56 +08:00
SharedProject Test add dan type 2023-10-17 18:57:56 +08:00
TaikoLocalServer Implemented Gaiden record saving 2023-10-17 22:27:25 +09:00
TaikoWebUI Separate datatable folder 2023-10-16 19:59:55 +09:00
.gitignore Copy bin files if newer 2022-09-19 11:07:05 -04:00
OldSetup.md Modify README.md to latest setup guide, put old setup to a separate file 2022-09-23 22:44:02 +08:00
README.md Prepare for release 2023-10-17 14:22:16 +08:00
TaikoLocalServer.sln Move database to separate project, add migration tool prototype 2022-10-27 00:42:11 +08:00
TaikoLocalServer.sln.DotSettings Add costume setting to user settings and page prototype 2022-09-14 20:14:21 +08: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,neiro.bin to wwwroot/data/datatable 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