File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ # UltimateOsuServerSwitcher
2
+
3
+ The UltimateOsuServerSwitcher is a server switcher for osu, that allows to switch between osu!bancho and various private servers.
4
+
5
+ # How it works
6
+
7
+ The Program fetches all its informations from the data/data.json file, which means its fully expandable even without a software update.
8
+
9
+ Switching to a different server or even bancho itself is fairly simple. You just choose the server you want to connect to from a list and
10
+ click the «Connect» button.
11
+
12
+ # In-deep explination
13
+
14
+ The current server you are playing on is estimated by the ip that is deposited in the hosts file.
15
+ Switching a server includes deinstalling all certificates, modfying the hosts file, followed by installing the corresponding certificate
16
+ (if you chose to play on a third-party server).
17
+
18
+ The certificates will be installed on the local machine, rather than just the local user to avoid a warning prompt the user
19
+ has to agree with. This improves the switching agility to garantue the best user experience.
20
+
21
+ # Current server list
22
+
23
+ > Currently the following servers are listed:
24
+ >
25
+ > - osu!bancho
26
+ > - Ripple
27
+ > - EZPPFarm
28
+ > - osu!Ainu
29
+ > - The Realm
30
+ > - Akatsuki
You can’t perform that action at this time.
0 commit comments