Skip to content

A game server written in Ruby. It targets the 2005-2006 era of RuneScape (317-377 protocols).

License

Notifications You must be signed in to change notification settings

Sickday/rune.rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Rune.rb is a game server written in Ruby targeting the 2006 era of RuneScape (or the 317-377 protocols).

Setup

Prerequisites

Debian/Ubuntu:

$ sudo apt install libpq-dev

ArchLinux:

$ sudo pacman -S postgresql-libs

Fedora:

$ sudo dnf install postgresql-libs

Repository

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

Usage

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

Current Contributors

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.

About

A game server written in Ruby. It targets the 2005-2006 era of RuneScape (317-377 protocols).

Resources

License

Stars

Watchers

Forks

Languages