Open source server for Taiko no Tatsujin Nijiiro ver 08.18
|
||
---|---|---|
GameDatabase | ||
LocalSaveModScoreMigrator | ||
SharedProject | ||
TaikoLocalServer | ||
TaikoWebUI | ||
.gitignore | ||
README.md | ||
TaikoLocalServer.sln | ||
TaikoLocalServer.sln.DotSettings |
Taiko Local Server
This is a server for Taiko no Tatsujin Nijiiro ver CHN and 39.06
It is composed of two major components :
- TaikoLocalServer: The server handling the game's requests
- TaikoWebUI: The frontend handling user profiles.
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
- Extract the Server's release anywhere
- 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 - (Optional) In
Certificates
folder, importroot.pfx
to trusted root store andcert.pfx
to personal store. All the other import options can be kept default - Visit http://localhost. If the WebUI starts without errors, the config is fine
- 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.