Singleplayer package is a fully self-contained, cross-platform release of the RS experience.
Features •
Setup •
Configuration •
Plugins •
Quick start summary •
Additional information
- Pre-configured for immediate launch
- Always uses the latest build from the GitLab server source
- Basic GUI for monitoring at startup
- Allows experience modification via save editing without penalties
- Server automatically restarts when
daily_restart= true
Download game
# Windows
start.bat
# Linux/Mac
./start.shThe server will be automatically turned on along with the GUI.
-
Main config file:
game/worldprops/default.confAfter saving changes, restart the server for changes to take effect.
-
Administrator mode:
To enable admin mode by default, open
default.confand change:noauth_default_admin = falseto
noauth_default_admin = trueThen restart the server. Players will now start with administrator privileges automatically.
-
Experience rate:
You can override the experience rate by editing the player save file
exp_multiplier = 1.0.
Note
This change affects only the selected player and does not require a server restart.
- Grand Exchange autostock:
- Default items added on server start are located in:
game/data/eco/ge_autostock.json - You can edit this file to add/remove default GE items.
- Default items added on server start are located in:
Important
- Modifying internal configs is at your own risk.
- If issues occur after editing server files, revert to the original versions.
- Avoid installing in
Program Filesor other protected system directories.
The
plugins.zipcontains a collection of optional client quality-of-life plugins.
- Extract a plugin folder from
plugins.zip - Move it to
game/plugins/ - Launch the client – the plugin will load automatically.
Singleplayer/
├─ game/
│ ├─ worldprops/default.conf # Main server config
│ ├─ data/
│ │ ├─ players/ # Player save files
│ │ └─ eco/ge_autostock.json # Default GE items
│ ├─ plugins/ # Extracted plugins go here
│ └─ ServerLauncher.jar # Launcher
│ └─ server.jar # Server
├─ start.bat
└─ start.sh
Important
- Use simple installation paths to avoid file permission issues.
- Keep a backup of original configs before modifying.
- Extract package to a simple folder
- Start server (
start.bat/./start.sh)
- Fork of 2009Scape
