Skip to content

szumaster3/game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

164 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

530 RS Server Emulation

Singleplayer package is a fully self-contained, cross-platform release of the RS experience.
FeaturesSetupConfigurationPluginsQuick start summaryAdditional information

Features

  • 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

Setup

Download game

# Windows
start.bat

# Linux/Mac
./start.sh

The server will be automatically turned on along with the GUI.

Configuration

  • Main config file: game/worldprops/default.conf

    After saving changes, restart the server for changes to take effect.

  • Administrator mode:

    To enable admin mode by default, open default.conf and change:

    noauth_default_admin = false
    

    to

    noauth_default_admin = true
    

    Then 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.

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 Files or other protected system directories.

Plugins

The plugins.zip contains a collection of optional client quality-of-life plugins.

How to install plugins:

  1. Extract a plugin folder from plugins.zip
  2. Move it to game/plugins/
  3. Launch the client – the plugin will load automatically.

Folder structure overview

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.

Quick start summary

  1. Extract package to a simple folder
  2. Start server (start.bat / ./start.sh)

Additional information

About

530 RS Server Emulation - Fully self-contained, cross-platform release of the RuneScape experience

Topics

Resources

Stars

Watchers

Forks

Contributors