Core & Access CVars
rbot_passwordThe server-side password that players must match to gain full RBOT admin access.
Must match the value a player sets via setinfo under the key defined by rbot_password_key. If empty, admin authentication may not work as expected.
rbot_password_keyThe name of the client info key that is read to check the admin password.
Default value is rbot_pass. Players authenticate with: setinfo rbot_pass <password>. Change this if you want a custom key name.
rbot_versionRead-only build and version string for the currently loaded RBOT plugin.
This value is set by the plugin at load time and cannot be changed. Use rbot version or rbot_about to display it.
rbot_show_waypointsEnables waypoint visual overlays and messages when the full editor is not active.
Automatically reset to 0 when full waypoint edit mode (g_waypointOn) is running. Use this for reviewing waypoints without opening an edit session.
rbot_analyze_starter_waypointsIf enabled, the analyze start will call CreateBasic() to inject basic goal waypoints before the expansion phase.
Useful for fresh maps with no existing waypoints. Set to 1 before running analyze on an empty map.