/Game

Open RSC: A replica RSC private server framework

Primary LanguageJava

Open RSC

Build Status

Table of contents

  1. General Information
  2. Enable High DPI Scaling For High Res Monitors
  3. How to Install
  4. Default Credentials
  5. Minimum Requirements
  6. Hosting Your Own Server

General Information

The first priority of our development is ensuring the authentic content found in the original Runescape Classic game is replicated to its full extent. We are in no way associated or affiliated with JaGex, Runescape Classic, or any other similar companies or products. Our goal is to program and play Runescape Classic, and have fun doing it!

You can obtain a sample of the running client from: https://openrsc.com

Enable high DPI Scaling For High Res Monitors

Windows:

Note: This requires Java 9 or newer to be installed. Java 8 does not support DPI scaling.

  1. Launch the Open RSC game client

  2. Open task manager (CTRL + ALT + DEL)

  3. Right click the process "Java(TM) Platform SE binary"

  4. Click "Open file location"

  5. Right click on "javaw.exe" and click "Properties"

  6. Click on the "Compatibility" tab

  7. Set this:

  8. Re-launch the Open RSC game client

Return to top


How to Install

Windows:

  1. Install GitHub Desktop

  2. Click "Clone a repository" and specify URL: https://github.com/Open-RSC/Game.git

  1. Click "Clone"

  2. Launch "Game/Go-Windows.cmd"

Linux / Mac:

Paste the following in Terminal to begin the install process:

bash <(curl -s https://raw.githubusercontent.com/Open-RSC/Game/2.0.0/scripts/clone.sh)

Return to top


Default Credentials (user / pass)

Database:

root / root

Forum:

Administrator / password

Return to top


Minimum Requirements

  • Windows 7 x64

  • Mac OS X High Sierra

  • Ubuntu Linux 16.04

  • 1GB RAM

Return to top


Hosting Your Own Server

For those who want to host their own Open RSC server, you can get $100 in DigitalOcean credit that is good for 60 days: https://m.do.co/c/be6a177e6664

We believe security is the most important part of running a server and suggest the following Droplet firewall configuration if you use DigitalOcean:

After you configure this, you can test to see what ports are exposed to the public internet using "nmap DOMAIN -Pn" if you are using Linux and have installed "nmap"

We also recommend that you use CloudFlare to proxy your web traffic. Please use the following settings to ensure you are well protected:

___

Return to top