Skip to content
Basert edited this page May 1, 2013 · 3 revisions

Usage and Configuration

config.ini:

[BDD]

  • MYSQL_IP = "127.0.0.1" // localhost or 127.0.0.1 if the mysql-server is running on the same machine
  • MYSQL_PORT = "3306" // 3306 is the default mysql_port
  • MYSQL_USER = "ebotv3" // enter the mysql_user of your databse
  • MYSQL_PASS = "ebotv3" // mysql_password of this user
  • MYSQL_BASE = "ebotv3" // database name

[Config]

  • BOT_IP = "127.0.0.1" // the IP your machine is running on. This IP must be reachable by the gameservers
  • BOT_PORT = 12360 // the eBot Port. You can choose every open and free port
  • MANAGE_PLAYER = 1 // Deprecated
  • DELAY_BUSY_SERVER = 120 // Delay in seconds
  • NB_MAX_MATCHS = 0 // number of max running matches, 0 = unlimited
  • PAUSE_METHOD = "nextRound" // nextRound or instantConfirm or instantNoConfirm

[Match]

  • LO3_METHOD = "restart" // restart or csay or esl
  • KO3_METHOD = "restart" // restart or csay or esl

[MAPS]

  • MAP[] = "de_dust2_se" // enter new Maps, if needed
  • MAP[] = "de_nuke_se"
  • MAP[] = "de_nuke_ve"
  • MAP[] = "de_inferno_se"
  • MAP[] = "de_mirage_go"
  • MAP[] = "de_mirage_csgo"
  • MAP[] = "de_train_se"

[Settings]

  • COMMAND_STOP_DISABLED = false // !stop disabled or not
  • RECORD_METHOD = "matchstart" // matchstart or knifestart
Clone this wiki locally