Skip to content

Release 1.4 - 2020-05-15

Compare
Choose a tag to compare
@PhilippvK PhilippvK released this 15 May 07:16
6c3be3d

New in version v1.4

  • Added Parameters for language and server address (#20)
  • Fixed Badwordfilter (#17)
  • Allow special characters in nicknames, redesign login screen (#14, #12)
  • Removed custom tracksets and changed some printouts

Quickstart Guide

Feel free to try out the JAR files on your Operating System.

To execute them, you will have to install Java (JRE 8) from here: https://www.java.com/de/download/

First, extract the tracks.zip archive such that a directory named tracks/ is located at the same place as your downloaded server.jar.

If launching them via a double click does not work, run java -jar server.jar/java -jar client.jar on your command line. You will also have to do this, when trying to connect to a server which is not running on localhost.

Here is an example:

java -jar client.jar -server 35.209.2.60 -lang en_US # Replace IP with the one of your server (which you can find out by using for example `ifconfig`/`ipconfig`) and lang with en_US, fi_FI or sv_SE

There may be some firewall prompts you have to accept, when launching the server.

To ensure, that the connection can be established, start the server application a few seconds before the client application.

Have Fun!