What Is the Waypoint Editor?
The RBOT waypoint editor is an in-game tool for creating, editing, and validating bot navigation paths (waypoints). It runs directly on a dedicated server and allows the authorized user to place, modify, and analyze waypoints while connected to the game.
Bots are removed while editingWhile the waypoint editor is active (
g_waypointOn), RBOT removes all bots from the server to prevent navigation conflicts. Bots return when you close the editor session.rbot_show_waypoints behavior
rbot_show_waypoints is auto-forced off when the full editor mode is running. When the editor is off, set rbot_show_waypoints=1 to enable waypoint overlays and messages without opening the editor.Command Roots & Aliases
All waypoint editor commands can be entered using any of the accepted root tokens. The alias translation rbot wp edit <cmd> is treated the same as rbot wp <cmd>.
| Root Token | Example Usage |
|---|---|
waypoint | rbot waypoint on |
wp | rbot wp on (most common) |
wpt | rbot wpt on |
wpedit | rbot wpedit on |
No rbot vp commandThere is no
rbot vp command in v1.1.3. The correct command is rbot wp ....