[NEED HELP] Add Bots using Console in Xonotic - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4) +--- Thread: [NEED HELP] Add Bots using Console in Xonotic (/showthread.php?tid=8111) |
Add Bots using Console in Xonotic - OpenSourceGames - 08-09-2019 Hello, Can I add bots to a running local Xonotic game? `addbot` apparently is a command that should exist in quake3 but doesn't seem to exist in Xonotic: https://github.com/xonotic/xonotic/wiki/Commands If it is impossible to add bots to a running game, could somebody explain why not (or why it is possible in other games with idtech3-based engines)? Thanks! RE: Add Bots using Console in Xonotic - martin-t - 08-09-2019 Xonotic is based on quake 1, not 3. You can search for existing commands/cvars/aliases here. You can use either bot_number or minplayers (also minplayers_per_team if running autobuild/git). |