1
0
mirror of synced 2025-02-17 19:19:18 +01:00
TaikoLocalServer/README.md

29 lines
988 B
Markdown
Raw Normal View History

# Taiko Local Server
2023-10-16 10:54:27 +01:00
This is a server for Taiko no Tatsujin Nijiiro ver CHN
## Setup
2022-09-13 00:51:01 +08:00
### Prerequisite
2023-10-16 18:03:54 +08:00
- A working game, with dongle and QR reader emulation. You can use [TaikoArcadeLoader](https://github.com/BroGamer4256/TaikoArcadeLoader) for these if you haven't.
2022-09-16 23:25:13 -04:00
2023-10-16 18:03:54 +08:00
### Setup Steps
2022-09-16 23:25:13 -04:00
1. Extract the server release anywhere
2022-09-17 01:15:01 -04:00
2023-10-17 13:29:26 +08:00
2. From the game files, copy `music_order.bin`, `musicinfo.bin`, `wordlist.bin`, `don_cos_reward.bin`, `shougou.bin` to `wwwroot/data/datatable` folder.
2022-09-18 13:19:35 -04:00
2023-10-16 18:03:54 +08:00
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.
2022-09-13 00:51:01 +08:00
2023-10-16 18:05:02 +08:00
4. Visit http://localhost:5000 if the web ui starts without errors, the config is fine.
2023-10-16 10:54:27 +01:00
2023-10-16 18:05:02 +08:00
5. Now start the game and it should be able to connect.
2023-10-16 18:03:54 +08:00
## Data config
2022-09-13 00:51:01 +08:00
2023-10-16 18:03:54 +08:00
There are various data json files under wwwroot/data that can be customized.
2022-09-16 23:25:13 -04:00
2023-10-16 18:03:54 +08:00
- dan_data.json: This is used customize normal dans. TODO: Details
- TODO: More details on the files