From: terencehill Date: Sun, 12 Jul 2020 14:50:14 +0000 (+0000) Subject: Update Creating bot waypoints - add waypoint images X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.wiki.git;a=commitdiff_plain;h=805c4bf54718919c87cb8364a220f82f4ff5f402 Update Creating bot waypoints - add waypoint images --- diff --git a/Creating-bot-waypoints.md b/Creating-bot-waypoints.md index a148ff8..b22b6a6 100644 --- a/Creating-bot-waypoints.md +++ b/Creating-bot-waypoints.md @@ -53,6 +53,21 @@ To your convenience I set up a config file with all the commands described in th | Cyan | Crouch waypoint | | Green | Support waypoint (useful to replace incoming links of a problematic teleport / jumppad) | +| Normal waypoint | Support waypoint | +| :------: | :------: | +| ![normal_wp](uploads/9573c68889648122385609f314b1f077/normal_wp.jpg) | ![support_wp](uploads/ffc9cef7d586de00266c20d4eeffaaf8/support_wp.jpg) | +| Links to all the waypoints (except the teleporter waypoint which has a support waypoint) | Links only to the destination waypoint (the teleporter waypoint which can't have any other incoming link) | + +| Hardwired waypoint | Crouch waypoint | +| :------: | :------: | +| ![hardwired_wp](uploads/80220aa4479a827e72b0a3734c9b237e/hardwired_wp.jpg) | ![crouch_wp](uploads/77207df550e8c0316e08bdd696917493/crouch_wp.jpg) | +| Links only to the destination waypoint(s) | Links to all the waypoints within 100 qu range | + +| Jump waypoint | Jump waypoint linked to a Crouch waypoint | +| :------: | :------: | +| ![jump_wp](uploads/ae680fd80bdf748fdee6d2f9186dada3/jump_wp.jpg) | ![jump_wp_to_crouch_wp](uploads/bdb424baaeff32bf3f406b43be17e5a6/jump_wp_to_crouch_wp.jpg) | +| Links only to the destination waypoint(s) | Links only to the destination waypoint(s) | + Enable the waypoint editor with `g_waypointeditor 1` or `th_waypointeditor_enable`, start a map and become a player to be able to edit waypoints. If there are no user-made waypoints you can see only the autogenerated ones (yellow and red).