Advertisement
Guest User

Untitled

a guest
Oct 5th, 2017
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@d713d5cdb54d:/ebot/config# cat config.ini
  2. ; eBot - A bot for match management for CS:GO
  3. ; @license     http://creativecommons.org/licenses/by/3.0/ Creative Commons 3.0
  4. ; @author      Julien Pardons <julien.pardons@esport-tools.net>
  5. ; @version     3.0
  6. ; @date        21/10/2012
  7.  
  8. [BDD]
  9. MYSQL_IP = "10.20.2.1"
  10. MYSQL_PORT = "3306"
  11. MYSQL_USER = "ebot"
  12. MYSQL_PASS = ""
  13. MYSQL_BASE = "ebot"
  14.  
  15. [Config]
  16. BOT_IP = "172.17.0.3"
  17. BOT_PORT = 12360
  18. EXTERNAL_LOG_IP = "5.9.1xx.xxx"
  19. MANAGE_PLAYER = 1
  20. DELAY_BUSY_SERVER = 120
  21. NB_MAX_MATCHS = 0
  22. PAUSE_METHOD = "nextRound" ; nextRound or instantConfirm or instantNoConfirm
  23. NODE_STARTUP_METHOD = "forever"
  24.  
  25. [Match]
  26. LO3_METHOD = "restart"
  27. KO3_METHOD = "restart"
  28. DEMO_DOWNLOAD = true
  29. REMIND_RECORD = false
  30. DAMAGE_REPORT = false
  31.  
  32. [MAPS]
  33. MAP[] = "de_dust2_se"
  34. MAP[] = "de_nuke_se"
  35. MAP[] = "de_inferno_se"
  36. MAP[] = "de_mirage_ce"
  37. MAP[] = "de_train_se"
  38. MAP[] = "de_cache"
  39. MAP[] = "de_season"
  40. MAP[] = "de_dust2"
  41. MAP[] = "de_nuke"
  42. MAP[] = "de_inferno"
  43. MAP[] = "de_train"
  44. MAP[] = "de_mirage"
  45. MAP[] = "de_cbble"
  46. MAP[] = "de_overpass"
  47.  
  48. [WORKSHOP IDs]
  49.  
  50. [Settings]
  51. COMMAND_STOP_DISABLED = false
  52. RECORD_METHOD = "matchstart" ; matchstart or knifestart
  53. DELAY_READY = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement