Rune.rb is a game server written in Ruby targeting the 2006 era of RuneScape (or the 317-377 protocols).
Debian/Ubuntu:
$ sudo apt install libpq-dev
ArchLinux:
$ sudo pacman -S postgresql-libs
Fedora:
$ sudo dnf install postgresql-libs
Clone the repo
$ git clone [email protected]:rune.rb/main.git
$ cd app
Install gem dependencies
$ gem install bundler # Only necessary if you do not already have bundler
$ bundle install
You'll need an appropriate 317 or 377 client to connect to the server application.** You can launch an instance of the application using rake
:
$ rake rrb:live:run # live launch
or
$ rake rrb:dev:run # debug launch
Name | Role | Contact |
---|---|---|
Pat W. | Maintainer | ZorgonPeterson#3008 |
**During my tests, I used refactored-client or refactored-317 for all 317 testing. I exclusively used refactored-client-377 for any and all 377 testing.
If you're viewing this repo on github, you're looking at a mirror. The main repo is hosted on gitlab here. Issues are enabled only on the main repo.