-
Notifications
You must be signed in to change notification settings - Fork 60
Setup
Clone the main void project to your local computer, open in IntelliJ as a gradle project.
Pre-modified cache can be downloaded from: https://mega.nz/folder/ZMN2AQaZ#4rJgfzbVW0_mWsr1oPLh1A
Extract the files into the /data/cache/ directory.
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
cachePathpoints 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.jarto see output
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.
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