Jump to content
  • 0

tha mporouse kapoios na voithisei ?


Question

7 answers to this question

Recommended Posts

  • 0
Posted

Κάνε δεξί κλικ και επεξεργασία το Gameserver.bat και πες μου τι γράφει μέσα για να σου πω τι να αλλάξεις.

  • 0
Posted

dn uparxei kati tetoio to mono pou uparxei einai auto GameServer_loop.sh ... pou dn nomizo na kanei ... dn uparxei kanena .dat file!!

 

StartGameServer.bat <--- Auto ennoeis??

 

@echo off

color 09

title Game Server Console

:start

REM ----------- Set Class Paths and Calls setenv.bat -----------------

SET OLDCLASSPATH=%CLASSPATH%

call classpath.bat

REM ------------------------------------------------------------------

 

REM -------------------------------------

REM Default parameters for a basic server.

java -Dfile.encoding=UTF-8 -Xmx512m lt.equal.gameserver.GameServer

REM

REM If you have a big server and lots of memory, you could experiment for example with

REM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts

REM -------------------------------------

 

SET CLASSPATH=%OLDCLASSPATH%

 

if ERRORLEVEL 2 goto restart

if ERRORLEVEL 1 goto error

goto end

:restart

echo.

echo Admin Restart ...

echo.

goto start

:error

echo.

echo Server terminated abnormaly

echo.

:end

echo.

echo server terminated

echo.

pause

 

  • 0
Posted

@echo off

color 09

title Game Server Console

:start

REM ----------- Set Class Paths and Calls setenv.bat -----------------

SET OLDCLASSPATH=%CLASSPATH%

call classpath.bat

REM ------------------------------------------------------------------

 

REM -------------------------------------

REM Default parameters for a basic server.

java -Dfile.encoding=UTF-8 -Xmx1024m lt.equal.gameserver.GameServer

REM

REM If you have a big server and lots of memory, you could experiment for example with

REM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts

REM -------------------------------------

 

SET CLASSPATH=%OLDCLASSPATH%

 

if ERRORLEVEL 2 goto restart

if ERRORLEVEL 1 goto error

goto end

:restart

echo.

echo Admin Restart ...

echo.

goto start

:error

echo.

echo Server terminated abnormaly

echo.

:end

echo.

echo server terminated

echo.

pause

 

 

Βάλε αυτό που έχω με κόκκινο.

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock