# Prolix - Sesquipedalian Chimerical Juju - Config File

#===
# Hash Files:
#   If you wish to connect to the "real" bnet you *MUST* have these files.
#   (And the updated ones at that) If the bot cannot find the files it
#   will default to sending out a "random" answer, so be *very sure* you
#   have these set correctly or you could get ip-banned.
#
#   Note: ~/ will not work, you must use /home/username...
hash W2BN {
  exe war2/Warcraft II BNE.exe
  dll war2/storm.dll
  snp war2/battle.snp
};

hash STAR {
  exe star/starcraft.exe
  dll star/storm.dll
  snp star/battle.snp
};

hash SEXP {
  exe star/starcraft.exe
  dll star/storm.dll
  snp star/battle.snp
};

#===
# Bots:
#   The gtk version supports multiple bots, the console version does not.
#   Just add a new bot section for each bot.
bot YourNameHere {
  # Check out the server list at 
  # http://www.bnetd.org/servers.php?view=full
  server   elara.zefga.net
  port     6112
  # bind     127.0.0.1

  #===
  # In order to connect to the "actual" bnet, be sure to use a valid cdkey.
  # cdkey2 will be for d2xp, it is not needed now. If you want prolix to
  # "pretend" it's using a cdkey (for bnetd/fsgs/etc) you may leave this
  # set to "auto". When set to "auto" prolix does not require the hash
  # files to exist.
  client   w2bn
  cdkey    auto
  cdkey2   auto

  homechan Prolix

  nickname YourNickHere
  password secret

  register Prolix
  #===
  # Modules:
  #   Modules are still under development, but you are welcome to play with
  #   them. You will need to compile them from the modules/ directory.
  # module samplebot
  # module dsbot
};
