BotS Documentation Addendum 1

*BotS-Specific Client/Server cvars*

SERVER

bots_quadrallies [0 | 1] (default: on)
	Toggles QuadRally on|off

bots_fairteams [0 | 1] (default: on)
	Toggles the native BotS "Fairteams" code that disallows scoring when teams 
		are uneven.

g_ref_password [string] (default: none)
	When set, allows access to the client "ref" command set. "none" disables.

matchmode_on [string] (default: none)
	Used in conjunction with matchmode_off/ref_matchmode commands. This allows the server
		admin to localy define any and all matchmode effects as they see fit or for a 
		specific game. Matchmode is a bit of a misnomer, these variables are simple 
		strings that are called whenever the toggle is fired allowing unlimited funcion.

matchmode_off [string] (default: none)
	See: matchmode_on


CLIENT

ref_password [string]
	Must match server-set g_ref_password to gain access to "ref" functions. All use or
		attempted use of ref functions ARE LOGGED!

cg_extravaganza [0 .. 100]
	Disables..enables extra rendering effects. High values are not for the hardware challenged.

cg_tabletime [#]
	Delay which BotS tables are displayed to the HUD. Includes: techall, scoutall, etc. Similar to
		cg_centertime (q3a var for centerprint messages).

ref_xxxxxx
	There are ~9 ref commands, try em :) They include ref_matchmode, ref_classes, ref_freeze, etc.
		To view type ref_ in the console (~) and then hit the TAB key. It will list the options.

-helf (10/31/2000)