1
0
mirror of synced 2024-11-13 18:10:52 +01:00
Open source server for Taiko no Tatsujin Nijiiro ver 08.18
Go to file
KIT! 05ac596fa2 Some more readme changes
Updating the docs with up to date informations (for 39.06)
2024-11-13 11:40:41 +01:00
GameDatabase Fixed migration issues from CHN 2024-11-08 15:54:59 +01:00
LocalSaveModScoreMigrator Fix saving the same new song by removing unnecessary updates 2024-03-17 15:17:34 +08:00
SharedProject README Overhaul, added DisplayUnplayedDans option 2024-11-12 17:16:04 +01:00
TaikoLocalServer Some more readme changes 2024-11-13 11:40:41 +01:00
TaikoWebUI README Overhaul, added DisplayUnplayedDans option 2024-11-12 17:16:04 +01:00
.gitignore Copy bin files if newer 2022-09-19 11:07:05 -04:00
README.md Some more readme changes 2024-11-13 11:40:41 +01:00
TaikoLocalServer.sln Move Play History table to a component 2024-03-13 11:23:22 -04: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 and 39.06
It is composed of two major components :

Installation

Prerequisite

  • You need a working game install, with dongle and QR reader emulation.
    You can use TaikoArcadeLoader to have these working (Teknoparrot will NOT work).

Setup Steps

  1. Extract the Server's release anywhere
  2. From the game files (Data/x64/datatable), copy music_order.bin, musicinfo.bin, wordlist.bin, don_cos_reward.bin, shougou.bin,neiro.bin to taikolocalserver/wwwroot/data/datatable
  3. (Optional) In Certificates folder, import root.pfx to trusted root store and cert.pfx to personal store. All the other import options can be kept default
  4. Visit http://localhost. If the WebUI starts without errors, the config is fine
  5. Start your game! (First boot with the server will take a good minute, be patient!)

Configuration

TaikoLocalServer configuration

There are various json files under taikolocalserver/wwwroot/data that can be customized.
Please refer to the taikolocalserver readme file for documentation.

TaikoWebUI configuration

The WebUI has a few settings you can change in appsettings.json
Please refer to the taikowebui readme file for documentation.