Interactions & Overrides
| CVar / Command | Interaction | What it overrides |
|---|---|---|
rbot_realistic_playtime=1 | Bypasses the normal quota maintainer entirely | rbot_quota balancing |
rbot_auto_players | Continuously rewrites effective quota based on human count | rbot_quota (ongoing) |
rbot_quota_save | One-shot: applies quota, syncs config, resets to -1 | Itself — auto-resets after firing |
rbot_auto_vacate=1 | Reduces effective desired bots to keep one slot open | rbot_quota (upper bound) |
rbot_show_waypoints | Overlay mode only; full edit auto-forces it off | Overridden by g_waypointOn |
rbot wp erase | Requires owner role, not just admin role | Waypoint access level |
rbot wp analyze | Command opens menu; actual start is via menu action "Auto Analyze" | Does not directly start analyze |
rbot wp setgravity | Auto-enables WAYPOINT_SPECIFICGRAVITY flag and affects path validity | Waypoint gravity flag |
rbot_wallhack | Out-of-range values auto-reset to 0 | Self-corrects |
rbot_headshot_rate | Invalid values reset to 30 | Self-corrects |
rbot_about (server cmd) | Currently executes version function despite the name | Naming mismatch |
Priority order for bot countEffective desired bot count is determined in this priority order: 1)
rbot_realistic_playtime (if enabled, uses wave logic). 2) rbot_auto_players (if not -1, continuously rewrites quota). 3) rbot_quota (baseline). 4) rbot_auto_vacate (applies upper cap).