A mostly feature complete implementation of osu!bancho https://binato.eusv.net
Find a file
2021-09-23 22:59:35 +01:00
.github/workflows Create node.js.yml 2021-02-15 08:11:00 +00:00
server don't Buffer.alloc for every single request 2021-09-22 19:17:11 +01:00
web remove margin and padding from the chat template 2021-09-03 21:12:59 +01:00
.gitignore back to github because lazy 2021-06-23 07:22:04 +01:00
Binato.js Add gzip compression & prometheus with config toggle 2021-09-22 19:17:25 +01:00
config.example.json Add new config options to example config 2021-09-22 19:19:10 +01:00
consoleHelper.js refactor consoleHelper 2021-09-03 21:09:55 +01:00
LICENSE that's not my name anymore! 2021-09-23 22:59:35 +01:00
osu!.sql Mirror Gitea instance 2021-05-15 00:24:39 +01:00
package-lock.json Mirror Gitea instance 2021-05-15 00:24:39 +01:00
package.json Add gzip compression & prometheus with config toggle 2021-09-22 19:17:25 +01:00
README.md Update README.md 2021-09-22 19:40:43 +01:00

Binato CodeFactor

An implementation of osu!bancho in Javascript

i'm sorry peppy


Features:

  • Multiplayer + Invites
  • Spectator
  • Tourney Client
  • User Panel
  • Friends List
  • Chat & Channels
  • Private Messages
  • Minimum Viable Product of a bot

List of bugs

How to connect:

2013 - Stable Fallback (2015 / 2016 ?):

Stable fallback uses HTTP so for that you just need to direct it to the server
You can do this using the hosts file

Location on Linux: /etc/hosts
Location on Windows: C:/Windows/system32/drivers/etc/hosts

Add an entry in the hosts file that looks like the following:

<server_ip> osu.ppy.sh c.ppy.sh c1.ppy.sh

Where <server_ip> is the IP Address of the server hosting the bancho server

2016 - Early 2021:

Versions of osu! past Stable Fallback use HTTPS and as such you'll have to create a self signed certificate and make the server identify as ppy.sh
In 2018 there were also new subdomains added which are:

  • c2.ppy.sh
  • c3.ppy.sh
  • c4.ppy.sh
  • c5.ppy.sh
  • c6.ppy.sh
  • ce.ppy.sh

Now:

On cuttingedge there is a -devserver launch flag which can be passed to the client to connect to a specific server. Example usage:

osu!.exe -devserver eusv.ml

Things not included in this repo:

Profile Pictures:

Profile pictures can be handled by any standard HTTP server, there is also one I made for the task here: Binato-ProfilePicture