35 lines
1.5 KiB
Markdown
Raw Normal View History

2024-05-26 14:38:04 +12:00
# Taiko no Tatsujin Nijiiro Network Setup
2024-05-25 10:19:19 +12:00
2024-05-26 14:38:04 +12:00
<img src="/img/taikonijiiro/taikonijiiro.png">
2024-05-25 10:19:19 +12:00
## Why would you want to use a server?
!!! tip ""
2024-05-26 14:38:04 +12:00
While Nijiiro can be run offline, connecting to a server gives you the ability to create a profile, save scores, and unlock additional features.
2024-05-25 10:19:19 +12:00
2024-05-26 14:38:04 +12:00
## Online Hosted Servers
2024-05-25 10:19:19 +12:00
!!! tip ""
2024-05-26 14:38:04 +12:00
There are a few online hosted servers that support Nijiiro, however most of them are currently invite only. Ask your friends where they play, and maybe they'll invite you!
2024-05-25 10:19:19 +12:00
2024-05-26 14:38:04 +12:00
### Elara Global Taiko Server
2024-05-25 10:19:19 +12:00
2024-05-26 14:38:04 +12:00
!!! tip ""
[EGTS](https://egts.keitannunes.ca/guide) is the only public Nijiiro server that also comes with an omnimix that includes custom songs and songs from other taiko games.
2024-05-25 10:19:19 +12:00
2024-05-26 14:38:04 +12:00
## Self hosted local servers
2024-05-25 10:19:19 +12:00
!!! tip ""
2024-05-26 14:38:04 +12:00
If you wish to run the game locally, but with the ability to create and save a profile, you can run a server on the same computer you are playing the game on. This server will need to be running before you launch the game, however it can be shut down when you are no longer playing.
2024-05-25 10:19:19 +12:00
2024-05-26 14:38:04 +12:00
Any provided setup instructions are likely to become outdated rather quickly.
2024-05-25 10:19:19 +12:00
2024-05-26 14:38:04 +12:00
Please refer to the included setup instructions on each projects respective web page.
2024-05-25 10:19:19 +12:00
2024-05-26 14:38:04 +12:00
### TLS
2024-05-25 10:19:19 +12:00
2024-05-26 14:38:04 +12:00
!!! note ""
[TLS](https://github.com/asesidaa/TaikoLocalServer/tree/Refactor) - A network service emulator for Nijiiro.
2024-05-25 10:19:19 +12:00
!!! tip ""
2024-05-26 14:38:04 +12:00
Setup can be complex as you are required to build TLS from source using [VisualStuido](https://visualstudio.microsoft.com/) and `.sln` files.