OSP for Wolfenstein - Server Settings
=====================================
Version: 0.22
Date:    13 Jun 02
Contact: rhea@OrangeSmoothie.org
Site:    http://www.OrangeSmoothie.org


Overview:
---------
This document describes all server-side settings.  For OSP-specific
commands, please see: osp-wolf-Commands.txt


Settings:
---------
g_doWarmup <0|1>  (default = 1)
    * 0 - Normal warmup semantics
      1 - Players must "ready" to begin a match

g_spectatorInactivity // <seconds, 0 disables> - Inactivity timer for spectators
match_latejoin        // <0|1> - Whether clients can join a match in progress.
match_minplayers      // <value> - Minimum # of players needed to start the match.
match_mutespecs       // <0|1> - Whether spectators can chat during a match in progress.
match_readypercent    // <1-99> - Player "ready" threshold.
match_timeoutcount    // <value> - # of timeouts that can be called by each side per match.
match_timeoutlength   // <value> - Duration (in seconds) of timeouts.
match_warmupfire;     // <0|1> - Whether clients can inflict/receive damage during warmup.
ref_password          // <string> - Password to enable referee status: "none" means disabled.
server_compsettings   // <0|1> - Server loads the current gametype's competition settings on startup
                      //         (Note: this means some settings will "reset" to approved competition
                      //                level requirements)
team_maxplayers       // <value> - Max players per team.
team_nocontrols       // <0|1> - Disables captain/team cmds/autolocking mechanisms.

vote_limit            // <0-X> - Max # of votes allowed for a map (non-ref)
vote_percent          // <1-100> - Percentage of accepting clients for a vote to pass.


// All settings below are either 0 (disabled) or 1 (enabled)
// ---------------------------------------------------------
vote_allow_capturelimit // Capturelimit voting allowed?
vote_allow_comp         // Competition setting voting allowed?
vote_allow_fraglimit    // Fraglimit voting allowed?
vote_allow_gametype     // Gametype voting allowed?
vote_allow_kick         // Kick player voting allowed?
vote_allow_map          // Map voting allowed?
vote_allow_mutespecs    // Spectator mute voting allowed?
vote_allow_referee      // Referee voting allowed?
vote_allow_teamdamage   // Teamdamage voting allowed?
vote_allow_timelimit    // Timelimit voting allowed?
vote_allow_warmupfire;  // Weapon fire during warmup voting allowed?
