JynX
Posting Freak
- Feb 6, 2016
- 710
- 438
Hello DevBest,
I've recently tried using RageEMU 2.7.5, and I cannot seem to get it to work. Everything I've tried has failed. Here are some screenshots and my configuration file:
Thanks in advance for the help.
I've recently tried using RageEMU 2.7.5, and I cannot seem to get it to work. Everything I've tried has failed. Here are some screenshots and my configuration file:
PHP:
## Azure Emulator System Configuration File
## Must be edited for the server to work
## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=DB PASS
db.name=DB NAME
db.type=MySQL
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=250
## Game TCP/IP Configuration
game.tcp.bindip=VPS IP/127.0.01 <--- I've tried both, same error.
game.tcp.port=30000
game.tcp.conlimit=100000
game.tcp.enablenagles=true
## When using a proxy, your port could be different. Set here the proxy port.
## If you don't use a proxy, set the same port as 'game.tcp.port'.
game.tcp.port.proxy=30000
## Anti-DDOS
## Note: Keep this disabled this if you are using a proxy.
game.tcp.antiddos=false
game.tcp.conperip=1500
## MUS TCP/IP Configuration
mus.tcp.bindip=VPS IP
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1
## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
## Developer Settings
Debug=false
## Language System
system.lang=english
## Console Clear Timer
console.clear.enabled=false
console.clear.time=60000
## Bots Settings
game.roomswithbotscolor=0
game.botdefaultcolor=31
game.botbadge=BOT
Thanks in advance for the help.
Last edited: