Jump to content
  • 0

Can't Run Server with Mobius Project..


Question

Posted

Hello everyone i downloaded L2 Mobius pack but in loginserver and gameserver don't have loginserver.bat have loginserver.exe and same and in game server what i must to do to make them run?

Best regards.

1 answer to this question

Recommended Posts

  • 0
Posted

Create new batch file and name it GameServer and add this inside 

 

but i dont know where u installed ur java so this is an example "C:\Program Files\Java\jdk-12.0.2\bin\java"

 

add your java path there

 

@echo off
"C:\Program Files\Java\jdk-12.0.2\bin\java"  -server -Dfile.encoding=UTF-8 -Dorg.slf4j.simpleLogger.log.com.zaxxer.hikari=error -Xmx4g -Xms2g -jar ../libs/GameServer.jar
pause

 

 

For LoginServer batch add this one 

@echo off
"C:\Program Files\Java\jdk-12.0.2\bin\java" -server -Dorg.slf4j.simpleLogger.log.com.zaxxer.hikari=error -Xms128m -Xmx256m -jar ../libs/LoginServer.jar
pause

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..