@@ -1,14 +1,16 @@ | |||
// sv_bots.cfg | |||
// enable 2 bots for duel | |||
// but enable 6 bots for every other mode. | |||
// 6 bots = decently populated FFA | |||
// and reasonable fill in for CTF. | |||
// 2 bots for duel | |||
// 4 bots for DM | |||
// 6 bots for teams | |||
exec cpp.cfg | |||
#ifeq "$g_maxplayers" 2 | |||
# minplayers 2 | |||
#else | |||
#ifneq "$teamplay" 0 | |||
# minplayers 6 | |||
endif | |||
#else | |||
# minplayers 4 | |||
#endif |