]> icculus.org git repositories - divverent/nexuiz.git/commit
Added simple support for bots scripting. It features basic movements and actions...
authormand1nga <mand1nga@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Sun, 19 Apr 2009 18:31:37 +0000 (18:31 +0000)
committermand1nga <mand1nga@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Sun, 19 Apr 2009 18:31:37 +0000 (18:31 +0000)
commit480db72f91d2a3f073c9506edd5811e3864ce8ef
tree62632c73d7289b5a03f812278cc070fd2292ae71
parentb3bf2681fd8089fe5c597ca4938ed1f42a96c11d
Added simple support for bots scripting. It features basic movements and actions, raw client commands and rough conditional execution. It was made completely separated from the bot ai so it can be used with other bots. Although some comands (mostly navigation related) must be implemented on the target ai.
Use sv_cmd bot_cmd help for the list of available commands and usage.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@6537 f962a42d-fe04-0410-a3ab-8c8b0445ebaa
data/qcsrc/server/bots_scripting.qc [new file with mode: 0755]
data/qcsrc/server/gamecommand.qc
data/qcsrc/server/havocbot.qc
data/qcsrc/server/progs.src