Skip to content

Latest commit

 

History

History
75 lines (40 loc) · 2.38 KB

README.md

File metadata and controls

75 lines (40 loc) · 2.38 KB

Open RSC Single Player

Table of contents

  1. Project Information
  2. How to Run
  3. Default Credentials
  4. Minimum Requirements
  5. Bug Reports, Discord, Reddit, and Twitter
  6. Enable High DPI Scaling For High Res Monitors

Project 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!

Code of conduct

Contributing guide

How to Run

  1. Download the latest release "Source code (zip)"

  2. Unzip the downloaded.

  3. !Important! Rename the folder to "Single-Player" if it is named something else after being extracted from the zip file. This is required for upgrading to new versions to work!

  4. Open the "Single-Player" folder and double click on "Open-RSC.cmd"

Return to top

Minimum Requirements

  • Windows 7 or Windows 10

  • 2GB RAM

  • Latest version of Java

Return to top

Bug Reports, Discord, Reddit, and Twitter

Feel free to submit bug reports in the repository issues section! If you would like to chat with developers and players, join our Discord server!

Discord

Reddit

Twitter

OpenRSC Website

Enable high DPI Scaling For High Res Monitors

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 Open RSC

Return to top