Advertisement
Guest User

Untitled

a guest
Jun 21st, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. ## uberEmulator System Configuration File
  2. ## Must be edited for the server to work
  3. ## uberEmulator System Configuration File
  4. ## Must be edited for the server to work
  5.  
  6. ## MySQL Configuration
  7. db.hostname=localhost
  8. db.port=3306
  9. db.username=root
  10. db.password=
  11. db.name=habbo
  12.  
  13. ## MySQL pooling setup (controls amount of connections)
  14. db.pool.minsize=10
  15. db.pool.maxsize=250
  16.  
  17. ## Game TCP/IP Configuration
  18. game.tcp.bindip=localhost
  19. game.tcp.port=30000
  20. game.tcp.conlimit=100000
  21. game.tcp.conperip=200
  22. game.tcp.enablenagles=true
  23.  
  24. ## MUS TCP/IP Configuration
  25. mus.tcp.bindip=localhost
  26. mus.tcp.port=30001
  27. mus.tcp.allowedaddr=localhost
  28.  
  29. ## Client configuration
  30. client.ping.enabled=1
  31. client.ping.interval=20000
  32. client.maxrequests=300
  33.  
  34. ## Nombre & Licencia del hotel
  35.  
  36. #Aparece en la ventana
  37. hotel.name=Habbo Licensed
  38. #Aparece en el about
  39. hotel.link=Licencia Privada
  40.  
  41. ##Config rank Embajadores
  42. ambassador.minrank=3
  43.  
  44. # Camera configuration
  45. camera.path.preview=preview/{1}-{0}.png
  46. camera.path.purchased=purchased/{1}-{0}.png
  47. camera.preview.maxcache=1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement