Skip to content
Greg edited this page Jul 4, 2023 · 15 revisions

Server

Clone the main void project to your local computer, open in IntelliJ as a gradle project.

Cache

Pre-modified cache can be downloaded from: https://mega.nz/folder/ZMN2AQaZ#4rJgfzbVW0_mWsr1oPLh1A

Extract the files into the /data/cache/ directory.

Build your own

Files

Extract cache to /data/cache/

Build and launch the server.

Download the latest file server jar https://github.com/GregHib/rs2-file-server/releases and move it into the top level void directory next to file-server.properties

Make sure cachePath points to the correct relative directory.

Launch rs2-file-server.jar

The file server will not look like it's doing anything when you click as it runs in the background. Run with java -jar rs2-file-server.jar to see output

Client

Download the latest client jar from https://mega.nz/folder/lZcHDY7R#X0myX8SlXTI0BYYgh9-zpQ or ask for an invite if you wish to build your own https://github.com/GregHib/void-client

Launch void-client.jar

Login with any username & password.

Build your own

Tests

If you try running the unit tests and recieve an error similar to Execution failed for task ''. No tests found

Go to File | Settings | Build, Execution, Deployment | Build Tools | Gradle and change Run tests using: from Gradle (Default) to IntelliJ IDEA

Clone this wiki locally