Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlackParade committed Mar 16, 2020
1 parent 4709580 commit dbf174c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ Currently the server is set up for the 435 revision of the game, which was a gam
- NPC spawn loading via YAML configuration.
- Player & NPC pathing validation via collision and tile maps generated from the 377 game cache.
- A basic REST service for polling logged in users.
- Full functional update server.
- A diverse TypeScript plugin system for easily writing new content based off of in-game actions.
- Flexible quest and dialogue systems for easy content development.

## Usage

Expand Down Expand Up @@ -69,4 +71,4 @@ RuneJS supports the 435 RuneScape game client being renamed by [Promises](https:

#### Update Server

RuneJS does not provide a fully working update server for revision 435. While this is planned for a future release, the [refactored-client-435](https://github.com/Promises/refactored-client-435) currently has the update server disabled. Due to this, we can only recommend this client at this time.
RuneJS provides a fully working update server for the 435 client to use. The update server runs alongside the regular game server using the same port, so no additional configuration is required. Simply start the server and then your game client.

0 comments on commit dbf174c

Please sign in to comment.