Updated to 2009Scape dev build - Oct 22nd 2020

Built from commit: 160ebbb5e0935708d95f75de658ab5aa0f49e0a7

 - Modified client and server JSON config files to use UTF-8 encoding
This commit is contained in:
Kingo64 2020-10-24 22:26:49 +11:00
parent 9b4e83b6c3
commit 5888bf17d4
6 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

BIN
ms.jar

Binary file not shown.

View file

@ -62,7 +62,7 @@ exit
:run
cls
cd %database%
start /b "" %mariadbpath%mysqld.exe --console --skip-grant-tables --lc-messages-dir="%CD%\share\english" --datadir="%CD%\data"
start /b "Database" %mariadbpath%mysqld.exe --console --skip-grant-tables --lc-messages-dir="%CD%\share\english" --datadir="%CD%\data"
PING localhost -n 6 >NUL
cls
@ -70,12 +70,12 @@ echo:
echo Starting 2009scape.
echo:
cd %home%
start /b "" java -Xms1024m -Xmx1024m -jar ms.jar
start /b "Management Server" java -Xms1024m -Xmx1024m -jar ms.jar
PING localhost -n 3 >NUL
echo "Starting server-------------------------"
start /b "" java -Xms1024m -Xmx1024m -cp server.jar core.Server %home%\worldprops\default.json
start "Server - Press CTRL+C to close correctly" java -Xms1024m -Xmx1024m -cp server.jar core.Server %home%\worldprops\default.json
PING localhost -n 10 >NUL
echo "Starting client-------------------------"

Binary file not shown.

Binary file not shown.