Skip to content

capidaptor Version 1

Compare
Choose a tag to compare
@Davnit Davnit released this 12 Oct 19:34
· 23 commits to master since this release

capidaptor version 1 contains all of the basic functionality for interfacing classic bots with the new chat API. This release comes with a pre-packaged EXE that can be run directly.

All of the command-line arguments associated with the script are also supported with the EXE:

  • --interface interface[:port] - changes the network interface that the server listens on. Default is all interfaces.
  • --ignore-unsupported - silently ignores normal Battle.net commands that are not supported by the chat API instead of returning an error message.
  • --debug - enables debugging mode which shows sent and received packets from both BNCS and CAPI as well as commands.
  • --do-version-check - requests a version check from connecting clients instead of attempting to skip the process. The response to the check still doesn't matter.