viernes, 3 de septiembre de 2010

Configuracion del game_server


Editar server_user.ini
[client]
Capability = "1000"
UseGate = "false"
ListenIp = "localhost"
ListenPortal = "IP Global or No-IP"
ListenPort = "8886"

[login]
BindIP = ""
BindPort = ""
ConnectIp = "localhost"
ConnectPort = "9002"

[game_db]
BindIP = ""
BindPort = ""
ConnectIp = "localhost"
ConnectPort = "9006"

[log_db]
BindIP = ""
BindPort = ""
ConnectIp = "localhost"
ConnectPort = "9006"

[server]
Description = "korean_test_server"
name = "Test" ;Here Name Server
location = "localhost"
Idx = 1
Order = 1
ListPv = 0

[anti_robot]
OpenFlag = "false"
ClientDetect = "false"
StartAuto = "false"
EctypeAskFlag = "false"

[licenseport]
port = 9101

[licenseserver]
sv1 = "localhost"
sv2 = "localhost"
sv3 = "localhost"
game.sh
#!/bin/bash
cd /home/game/
ulimit -c unlimited
rm *.pid -f
./game_server

No hay comentarios:

Publicar un comentario