Jump to content
  • 0

Acis Gameserver Console


falcone2

Question

Recommended Posts

  • 0

Μου βγαζει αυτο το προβλημα πως το φτιαχνω..

 

 

http://prntscr.com/drgtn2

Δοκιμασε να αυξησεις το Virtual Ram στο gameserver.bat

Edited by Accountant
Link to comment
Share on other sites

  • 0

δοκιμασε πρωτα αυτο που σου λεω γιατι πρωτη γραμμη λεει : OutofMemory java heap space.

το φακελο Geodata τον εχεις μεσα στο Gamesererver/Data?

Edited by Accountant
Link to comment
Share on other sites

  • 0

Χρειαζεσαι την Geodata για να τρεξεις τον σερβερ

Φακελο μπορει να εχεις αλλα δεν εχεις την Geodata μεσα

Edited by Reborn12
Link to comment
Share on other sites

  • 0
@echo off

title aCis gameserver console

:start

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

REM Default parameters for a basic server.

java -XX:+UseConcMarkSweepGC -Xmx2G -cp ./libs/*; net.sf.l2j.gameserver.GameServer

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

if ERRORLEVEL 2 goto restart

if ERRORLEVEL 1 goto error

goto end

:restart

echo.

echo Admin have restarted, please wait.

echo.

goto start

:error

echo.

echo Server have terminated abnormaly.

echo.

:end

echo.

echo Server terminated.

echo.

pause
Link to comment
Share on other sites

  • 0
* A 64bits Windows/Java JDK is a must-have to run server with geodata. Linux servers don't have the issue.

* The server can start (hardly) with -Xmx1800m. -Xmx2g is recommended.

 

To make geodata working:

* unpack your geodata files into "/data/geodata" folder

* open "/config/geoengine.properties" with your favorite text editor and then edit following configs:

- GeoData = 2

- GeoDataFormat = the one you have choosen

- CoordSynchronize = 2

* [optional] scroll down to the bottom and quote the blocks, which you don't want to load (e.g. custom servers with certain areas only)

 

Δες εδω και επανελαβε τα βηματα,τα πρωτα στα υπογραμμισα διοτι πιστεβω εκει ειναι το λαθος σου,δες αν πληρεις τις προυποθεσεις να τρεξεις τον σερβερ με την geodata.

Link to comment
Share on other sites

  • 0
# =================================================================

#                             Geodata

# =================================================================

 

# 1) GeoData are now !MANDATORY! to start a server due to following reasons:

#     * Future usage for doors and admin fences

#     * Future usage for new npc spawn manager

# 2) Because of real-time performance aCis is using geodata files only in

#    diagonal L2D format now (using filename e.g. 22_16.l2d).

#    Standard geodata formats L2J (22_16.l2j) or L2OFF (22_16_conv.dat) are no

#    longer supported.

# 3) L2D geodata can be obtained by conversion of existing L2J or L2OFF geodata.

#    Launch "GeoDataConverter.bat/sh" and follow instructions to start the conversion.

 

# Specifies the path to geodata files. For example, when using geodata files located

# at different folder/harddrive ("C:/Program Files/Lineage II/system/geodata/"), default: ./data/geodata/

GeoDataPath = ./data/geodata/

 

# Player coordinates synchronization, default: 2

#   1 - partial synchronization Client --> Server ; don't use it with geodata

#   2 - partial synchronization Server --> Client ; use this setting with geodata

#  -1 - Old system: will synchronize Z only

CoordSynchronize = 2

Link to comment
Share on other sites

  • 0

ayto mou bgazei

Πρωτον μην ξανακανεις διπλο ποστ

Δευτερον geodata l2d η l2j exeis?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...