Update README.md
This commit is contained in:
@@ -26,17 +26,14 @@
|
|||||||
Currently we support RSMod which can be found at: https://github.com/Tomm0017/rsmod but should work with any server that follows osrs protocol.
|
Currently we support RSMod which can be found at: https://github.com/Tomm0017/rsmod but should work with any server that follows osrs protocol.
|
||||||
```
|
```
|
||||||
Jar/IntelliJ
|
Jar/IntelliJ
|
||||||
Use -private-server arg.
|
Use -rs=RSPS arg.
|
||||||
|
|
||||||
Exe
|
Exe
|
||||||
Use --clientargs="--private-server" arg.
|
Use --clientargs="--rs=RSPS" arg.
|
||||||
|
|
||||||
Using modified mixins is possible using -local-injected arg, but it looks in a very specific location.
|
|
||||||
(./injected-client/target/injected-client-X.X.XX-SNAPSHOT.jar) (X.X.XX must match current API version)
|
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Set codebase in ./codebase or in Private Server plugin and restart.
|
Codebase is set to 127.0.0.1 by default and can be changed in the Private Server plugin (requires restart)
|
||||||
Update modulus in Private Server plugin.
|
Update modulus in Private Server plugin.
|
||||||
|
|
||||||
Disable Default World plugin if you have it enabled, this causes issues with codebase.
|
Disable Default World plugin if you have it enabled, this causes issues with codebase.
|
||||||
|
|||||||
Reference in New Issue
Block a user