- Solak RSPS Setup -
Not going to be a lengthy tutorial, but some people have been struggling with setting up the Solak Package so here you go.
The Solak Package will include this in the zip folder:
The GFX folder will contain the following:
Launcher graphics
Vote page graphics
Website's front-end
Client artwork
Discord Icon
Logos
The "Solak" zip is the cache which you need to place in your user directory and extract.
The Lunite folder will include these sub-folders:
You need to make use of the "azura-server" and the "Azura-Client" folders. After extracting the whole package, use Intellij to navigate to the "azura-server" folder and open the project:
Or if you already have a project open:
Next, you must make sure to use Gradle for the server when importing:
Repeat the above steps with the client but use Maven instead of Gradle.
Then add a run configuration for both, selecting GameServer as the main class for the server and Client as the main class for the client:
Click Apply and Ok, then build both projects and they should run just fine. Make sure you have the Solak cache in your user directory.