mirror of
https://github.com/yxrei/two-torial.git
synced 2024-11-13 18:30:47 +01:00
network is done
This commit is contained in:
parent
f856aee3e4
commit
bbcc8b07b3
@ -1,42 +1,35 @@
|
||||
# CHUNITHM SUN PLUS Network Setup
|
||||
# Taiko no Tatsujin Nijiiro Network Setup
|
||||
|
||||
<img src="/img/chunithmsunplus/sunplus.png">
|
||||
<img src="/img/taikonijiiro/taikonijiiro.png">
|
||||
|
||||
## Why would you want to use a server?
|
||||
|
||||
!!! tip ""
|
||||
While CHUNITHM can be run offline, connecting to a server gives you the ability to create a profile, save scores, and unlock additional features.
|
||||
While Nijiiro can be run offline, connecting to a server gives you the ability to create a profile, save scores, and unlock additional features.
|
||||
|
||||
## Online Hosted Servers
|
||||
|
||||
!!! tip ""
|
||||
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!
|
||||
|
||||
### Elara Global Taiko Server
|
||||
|
||||
!!! 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.
|
||||
|
||||
## Self hosted local servers
|
||||
|
||||
!!! tip ""
|
||||
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.
|
||||
|
||||
These 2 projects are still in active development, and as such, any provided setup instructions are likely to become outdated rather quickly.
|
||||
Any provided setup instructions are likely to become outdated rather quickly.
|
||||
|
||||
Please refer to the included setup instructions on each projects respective web page.
|
||||
|
||||
### ARTEMiS
|
||||
### TLS
|
||||
|
||||
!!! note ""
|
||||
[ARTEMiS](https://gitea.tendokyu.moe/Hay1tsme/artemis) - A network service emulator for games running SEGA'S ALL.NET service, and similar.
|
||||
[TLS](https://github.com/asesidaa/TaikoLocalServer/tree/Refactor) - A network service emulator for Nijiiro.
|
||||
|
||||
!!! tip ""
|
||||
ARTEMiS is a network service emulator for various ALL.NET games. It runs on Python.
|
||||
While initial setup is more involved than AquaDX, it offers a more complete emulation of the ALL.NET service.
|
||||
ARTEMiS also uses your own game files to build its database, meaning any new content updates can just be imported to the server yourself, without having to wait for someone else to provide an update.
|
||||
|
||||
### AquaDX
|
||||
|
||||
!!! note ""
|
||||
[AquaDX](https://github.com/hykilpikonna/AquaDX) - Multipurpose game server powered by Spring Boot, for ALL.Net-based games
|
||||
|
||||
!!! tip ""
|
||||
AquaDX is a game server targetting SEGA Rhythm Games specifically. It runs on Java.
|
||||
Initial setup for AquaDX is a little easier, as more of the setup is provided by the developers.
|
||||
AquaDX does not currently support importing your own game data, so you will need to head back to the github page to download and updated build if new content becomes available.
|
||||
|
||||
## Online Hosted Servers
|
||||
|
||||
!!! tip ""
|
||||
There are a few online hosted servers that support Chunithm SUN PLUS, however they are all currently invite only. Ask your friends where they play, and maybe they'll invite you!
|
||||
Setup can be complex as you are required to build TLS from source using [VisualStuido](https://visualstudio.microsoft.com/) and `.sln` files.
|
@ -89,7 +89,7 @@
|
||||
!!! tip ""
|
||||
The `[amauth]` section contains network related config.
|
||||
|
||||
`server =` can be left default if playing on a [local server](https://github.com/asesidaa/TaikoLocalServer/tree/Refactor) or offline but it is recommend to play on a [network](networks.md).
|
||||
`server =` can be left default if playing on a [local server](networks.md) or offline but it is recommend to play on a [network](networks.md).
|
||||
`port =` do not change unless you know what you are doing.
|
||||
`chassis_id =` do not change unless you know what you are doing.
|
||||
`shop_id =` mostly visual. change if you want to.
|
||||
|
Loading…
Reference in New Issue
Block a user