Skip to content

Commit 65fef35

Browse files
authored
Create README.md
1 parent 00a6334 commit 65fef35

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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

0 commit comments

Comments
 (0)