mirror of
https://gitlab.com/2009scape/singleplayer/windows.git
synced 2026-08-01 14:39:18 -06:00
Merge pull request #4 from Kingo64/master
Updated to 2009Scape dev build - Oct 22nd 2020
This commit is contained in:
commit
c7d5b94045
6 changed files with 3 additions and 3 deletions
BIN
client.jar
BIN
client.jar
Binary file not shown.
BIN
config.json
BIN
config.json
Binary file not shown.
BIN
ms.jar
BIN
ms.jar
Binary file not shown.
|
|
@ -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-------------------------"
|
||||
|
|
|
|||
BIN
server.jar
BIN
server.jar
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue