]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit - qcsrc/server/bot/null/bot_null.qc
Bot waypoints: teach bots to jump gaps by implementing jump waypoints. Spawn it with...
authorterencehill <piuntn@gmail.com>
Fri, 28 Jun 2019 15:18:53 +0000 (17:18 +0200)
committerterencehill <piuntn@gmail.com>
Sat, 29 Jun 2019 12:56:09 +0000 (14:56 +0200)
commit44e71cdf3fb00920d80900ddccc7f36ae6ca84ac
treee9df0955f755362b6fd5724476d36136a4b638b8
parent0c2c39ce6db5e7c4ba77c6bbab8b2db90e0eb36e
Bot waypoints: teach bots to jump gaps by implementing jump waypoints. Spawn it with "wpeditor spawn jump" (60-80 qu before the edge depending on jump length) then spawn a normal waypoint as destination waypoint on the other side of the gap
qcsrc/server/bot/api.qh
qcsrc/server/bot/default/bot.qc
qcsrc/server/bot/default/havocbot/havocbot.qc
qcsrc/server/bot/default/navigation.qc
qcsrc/server/bot/default/navigation.qh
qcsrc/server/bot/default/waypoints.qc
qcsrc/server/bot/default/waypoints.qh
qcsrc/server/bot/null/bot_null.qc
qcsrc/server/command/cmd.qc