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!
- You can report them by creating Issue on GitHub or in Alter's Discord Server
First download: 2023-02-08-rev211.tar.gz Also make sure you have Intellij installed.
- Firstly open up Intellij, (If you already have a project open, either do File -> Close, or File -> New -> Project from Version Control)
- Second paste
https://github.com/AlterRSPS/Alter
in URL Field and hit Clone. - Let the project fully load.
- Now open the 2022-06-08-rev205.tar.gz and drag out Xteas.json and Cache folder and pull it to /Data/ Folder.
- Xtea.json has to be in same folder like: Data /
api.yml
,blocks.yml
, etc..
- Xtea.json has to be in same folder like: Data /
- Now click on Gradle word on right side.
- Expand gg.rsmod -> other and double click install
- Wait till you get this result:
- Now instead of Install task do Run
Gradle -> gg.rsmod -> game -> Tasks -> Application - Run
- Now the server is running.
- DO NO CLOSE/TURN OFF THE SERVER YOU NEED IT TO BE RUNNING. CLIENT HAS TO VERIFY REVISIONS WHEN YOU OPEN THE CLIENT.
- Now you need to go File -> New -> Project from Version Control
- And now clone this: https://github.com/AlterRSPS/Runelite let it fully clone, and wait till Gradle finishes initializing.
- Now Click Add Configuration button on your right side. Click the plus icon -> select gradle -> In that long field bellow run enter:
run --args="--developer-mode --debug --jav_config "https://raw.githubusercontent.com/AlterRSPS/Runelite/master/jav_config.ws"" -x checkStyleMain -x checkStyleTest -x test
hit apply and done.
- Now you shouldnt see Add Configuration button and next in that same area there should be Green arrow. click that. Or just Shift + F10
- When you will see the client fully loaded -> go to settings (Wrench icon) -> Find Private Server plugin -> Paste in the
Key (Modulus)
From your server directory MODULUS File. - Disable/Enable the plugin and login into game and done enjoy making content or w.e you will do.
- 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
- Original project founder: Tomm0017