Fallback bancho server when pep.py fucks itself up. Deprecated.
  • Go 99.9%
  • Makefile 0.1%
Find a file
2016-05-17 20:50:43 +02:00
bindata Assets are now be embed directly into the executable (fix #9) 2016-02-28 11:54:11 +01:00
cmd Remove all models, connect to Ripple database (partially) 2016-05-17 19:35:25 +02:00
common MEMESMMSMSDM 2016-05-17 20:09:52 +02:00
conf Remove all models, connect to Ripple database (partially) 2016-05-17 19:35:25 +02:00
inbound Handle UserStatsRequest 2016-03-17 18:16:38 +01:00
packethandler Finish polishing 2016-05-17 20:50:43 +02:00
packets Remove avatar server and frontend server previously bundled in bnch/bancho 2016-05-17 19:01:05 +02:00
pid Implement channel part 2016-03-06 11:24:00 +01:00
web Remove all models, connect to Ripple database (partially) 2016-05-17 19:35:25 +02:00
.gitignore Remove avatar server and frontend server previously bundled in bnch/bancho 2016-05-17 19:01:05 +02:00
.travis.yml remove 1.4 because it's old and we aint' supporting it 2016-02-21 21:41:51 +01:00
LICENSE.txt add license 2016-02-16 18:45:55 +01:00
main.go Remove all models, connect to Ripple database (partially) 2016-05-17 19:35:25 +02:00
Makefile Clear makefile 2016-05-17 19:36:12 +02:00
README.md Remove avatar server and frontend server previously bundled in bnch/bancho 2016-05-17 19:01:05 +02:00

Bancho Build Status Go Report Card

This repository is a clone of the bancho server. Bancho is the software that powers osu!. Currently players of osu! are getting a bit sick of the whole ecosystem, so there are many attempts to move out of it, and that means that plenty of private servers are popping up, and being developed.

This server is written with the help of:

  1. Coffee
  2. justm3/HoLLy-HaCKeR's custom-bancho.
  3. Last but not least, the private server I and a friend of mine had been writing since about August 2015. The server is currently closed source due to some privacy issues and bad code in general. That friend of mine in about January 2016 started developing the version 1.5 of the said private server, which included a bancho server. It's even worse in code than justm3's custom-bancho, so don't expect to understand much if you haven't dug deep into the structure of the osu! packets. Anyway, if you want to take it for reference for making your bancho server, there you go.

Setting up

For setting up bancho, the only things that we require you to have are a brain and MySQL. Nothing else must be installed. In the future we might as well implement SQLite, so that you won't even need mysql to get up and running.

  1. Grab the latest build artifact, and move the file to a folder where it's safe to break some stuff if required.
  2. Open up a command line and run the executable (with an eventual chmod +x). If you're on windows it might as well work double clicking, but we're not entirely sure our braindead system works.
  3. Edit bancho.ini with a text editor
  4. Run the executable again
  5. Add what's below in that big gray box with those 127.0.0.1 things to your hosts file.
  6. Connect to osu.ppy.sh in your browser, and sign up.
  7. Open up stable fallback and then... profit?
127.0.0.1 osu.ppy.sh
127.0.0.1 a.ppy.sh
127.0.0.1 c.ppy.sh
127.0.0.1 c1.ppy.sh