Fixed Neo City area, now playable. Overhauled the EllinPQ mechanics, such as the "CLEAR" effect when passing maps, and some bug fixes along the way. Refactored a lot of out-of-place classes and properly renamed a few others through the project. Updated readme and licenses through the source, preparing the stage for the new release.
5 lines
162 B
Batchfile
5 lines
162 B
Batchfile
@echo off
|
|
@title HeavenMS
|
|
set CLASSPATH=.;dist\*
|
|
java -Xmx2048m -Dwzpath=wz\ -Xrunjdwp:transport=dt_socket,address=9000,server=y,suspend=n net.server.Server
|
|
pause |