Emulator Error (GTE)

MacemoresSon

Member
Oct 23, 2013
38
5
When ever I change the game.tcp.bindip from 127.0.0.1 to my vps ip to make it live the emulator gives me errors. But when I change it back to 127.0.0.1 it works fine.

 

JayC

Always Learning
Aug 8, 2013
5,497
1,398
Maybe this will help this is how my GTE EMU is configured:

## Gold Tree Emulator 3.0 System Configuration File

## Licence Information
GTE.username=ANYTHING
GTE.password=GoldTreeEmulator

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=DBUSER
db.password=DBPASS
db.name=DBNAME

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30

## Game TCP/IP Configuration
game.tcp.bindip=IP
game.tcp.port=30000
game.tcp.conlimit=5000
game.tcp.proxyip=IP

## Client configuration
client.ping.enabled=1
client.ping.interval=30000

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1

## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1

## Automatic shutdown
shutdown-server=
shutdown-server-player-limit=0
shutdown-warning-alert=!!!Hotel shutdown!!!
 

MacemoresSon

Member
Oct 23, 2013
38
5
Maybe this will help this is how my GTE EMU is configured:

## Gold Tree Emulator 3.0 System Configuration File

## Licence Information
GTE.username=ANYTHING
GTE.password=GoldTreeEmulator

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=DBUSER
db.password=DBPASS
db.name=DBNAME

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30

## Game TCP/IP Configuration
game.tcp.bindip=IP
game.tcp.port=30000
game.tcp.conlimit=5000
game.tcp.proxyip=IP

## Client configuration
client.ping.enabled=1
client.ping.interval=30000

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1

## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1

## Automatic shutdown
shutdown-server=
shutdown-server-player-limit=0
shutdown-warning-alert=!!!Hotel shutdown!!!

Still same
 

Users who are viewing this thread

Top