Coder Social home page Coder Social logo

bancho's Introduction

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

bancho's People

Contributors

thehowl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.