L2JMobius

High Five NO Open

lukinhasqq · 18 · 5422

Offline mithrilmines

  • Viscount
  • *****
    • Posts: 385
Find my topic about it i dont have time to search


Offline pecanha

  • Elder
  • ****
    • Posts: 108
Precisa instalar algum além do java VERT para rodar o gameserver.exe e o login ?


Offline vert

  • Knight
  • ***
    • Posts: 70
You need install the necessary for database...

I'm running the server into Intellij IDEA (in console)

Code: [Select]
        final PropertiesParser serverSettings = new PropertiesParser(SERVER_CONFIG_FILE);
        final Boolean GAMESERVER_IN_GUI_INTERFACE = serverSettings.getBoolean("GameServerInGuiInterface", true);

// GUI
if (GAMESERVER_IN_GUI_INTERFACE && !GraphicsEnvironment.isHeadless())
{
System.out.println("GameServer: Running in GUI mode.");
new Gui();
}

I've disabled the GUI interface from login and game server; the code above is my gameserver.

Brother, a lot of members of this forum speak english, so... Let's try talk in english (I'm trying to learn it) to everyone can read.