-
Notifications
You must be signed in to change notification settings - Fork 3
3. Game launch instructions
MMichotte edited this page Dec 15, 2019
·
2 revisions
Be sure to have at least Java JDK 13 installed and added to your PATH environement variable.
- Open your favorite terminal
- Navigate to the Server/src folder
- Type: ./ServerLauncher.sh -> enter
- Follow on-screen instructions
- Open your favorite terminal
- Navigate to the Client/src folder
- Type: ./ClientCMDLauncher.sh OR ./ClientGUILauncher.sh -> enter *
- Follow on-screen instructions
- Be sure to have git-bash installed
- Add the the folowing system variable to enable full utf-8 support:
- Variable : JAVA_TOOL_OPTIONS
- Value : -Dfile.encoding=UTF8
- Open a Git Bash terminal and change the folowing options:
- Text -> Character set : UTF-8
- Terminal -> Type : VT100
- Apply, save and quit terminal
- Navigate to the Server/src folder
- Right-click -> Open Git Bash terminal here
- Type: ./ServerLauncher.sh -> enter
- Follow on-screen instructions
- Navigate to the Client/src folder
- Right-click -> Open Git Bash terminal here
- Type: ./ClientCMDLauncher.sh OR ./ClientGUILauncher.sh -> enter *
- Follow on-screen instructions
- * Choose one, running both is similar to running two separate clients!