Skip to content

AlterRSPS/Alter

Repository files navigation

Alter

revision: 222 Discord jdk-badge

Alter is a modified version of RSMod a highly flexible user-friendly game server for use with the OSRS client. Implemented in a modular way, the framework allows developers to make and create any sort of plugin they wish without having to modify the core game module. Due to the plugin capabilities, even owners without programming experience can just have others make plugins for them and simply drop them into the plugins module to be automatically loaded on the next startup!

I found a bug, where can I report it?

Setting up the server:

Note

Side note: Better use Intellij 2023.2.6 : https://download.jetbrains.com/idea/ideaIU-2023.2.6.exe , as most of us noticed alot of flaws with kotlin script on newer Intellij versions

  • Secondly open Intellij, (If you already have a project open, either do File -> Close, or File -> New -> Project from Version Control)
  • If you decided to use Close method you will see this window, click on Get from VCS tutor1
  • Second paste https://github.com/AlterRSPS/Alter in URL Field and hit Clone.
    tutor2
  • Hit Clone and Let the project fully load.
  • Now open the 2023-08-03-rev215.tar.gz file that you downloaded. and drag out Xteas.json and Cache folder and pull it to /Data/ Folder. tutor6
  • Xtea.json has to be in same folder like: Data /api.yml, etc..
  • Now click on Gradle button on right side.
    tutor4
  • Expand Alter -> other and double click install tutor5
  • And now wait until you get this result in your Terminal at the bottom: tutor7
  • Now instead of Install task do Run Gradle -> Alter -> game -> Tasks -> Application - Run
  • Now the server should be running, you should see inside your terminal: tutor8
  • If you only see Alter Loaded up in x ms. you messed up somewhere.
  • You can connect what ever client you want (ofc it has to follow OSRS protocols.)

What client do i use?

Credits:

  • Credits are given out to everyone who helped out with information or contributed in some form to the project. And can be found in: Here

Some info: