Advertisement
coisasbemfeitas

ERRO PLUS EMULADOR - CONFIG DO EMU

Mar 4th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. ## Must be edited for the server to work
  2.  
  3.  
  4.  
  5. ## MySQL Configuration
  6.  
  7. db.hostname=localhost
  8. db.port=3306
  9.  
  10. db.username=root
  11. db.password=MINHA SENHA
  12. db.name=habbo
  13.  
  14.  
  15.  
  16. ## MySQL pooling setup (controls amount of connections)
  17.  
  18. db.pool.minsize=10
  19.  
  20. db.pool.maxsize=250
  21.  
  22.  
  23.  
  24. ## Game TCP/IP Configuration
  25.  
  26. game.tcp.bindip=AQUI TÁ MEU IP HAMACHI CERTINHO
  27. game.tcp.port=90
  28.  
  29. game.tcp.conlimit=100000
  30.  
  31. game.tcp.conperip=200
  32.  
  33. game.tcp.enablenagles=true
  34.  
  35.  
  36.  
  37. ## MUS TCP/IP Configuration
  38.  
  39. mus.tcp.bindip=AQUI TÁ MEU IP HAMACHI CERTINHO
  40. mus.tcp.port=600
  41.  
  42. mus.tcp.allowedaddr=AQUI TÁ MEU IP HAMACHI CERTINHO
  43.  
  44.  
  45.  
  46. ## Client configuration
  47.  
  48. client.ping.enabled=1
  49.  
  50. client.ping.interval=20000
  51.  
  52. client.maxrequests=300
  53.  
  54. ## Camera configuration
  55. camera.path.preview=preview/{1}-{0}.png
  56. camera.path.purchased=purchased/{1}-{0}.png
  57. camera.preview.maxcache=1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement