/////////////////////////////////////////////////////////////////////////////// // SERVER SIDE CVARS /////////////////////////////////////////////////////////////////////////////// g_suicidePenalty { syntax "g_suicidePenalty " desc "amount of score added to a clients score when they kill" desc "themselves. Typically this is a negative number since" desc "suiciding is concidered a bad thing to do." } g_teamkillPenalty { syntax "g_teamkillPenalty " desc "Sets the amount of score added to a clients score when they kill another" desc "teammate. Typically this is a negative number since killing teammates is" desc "concidered a bad thing to do." } g_gametype { syntax "g_gametype " desc "Sets the gametype to be played. Since the gametype cvar is latched it" desc "requires a map change for the gametype to actually change. The following" desc "is a list of the known available gametype values:" desc " dm^7 - Deathmatch" desc " tdm^7 - Team Deathmatch" desc " ctf^7 - Capture the Flag" desc " elim^7 - Elimination" desc " inf^7 - Infiltration" } scorelimit { syntax "scorelimit " desc "Sets the score that must be reached to end the match and move on to the" desc "next map. In team games this score is determined by the team's total score" desc "and in non team games its the highest score of all the client scores." } timelimit { syntax "timelimit " desc "Sets the amount of time (in minutes) that must elapse on a server to end" desc "the match and move on to the next map." } g_friendlyFire { syntax "g_friendlyFire <0/1>" desc "Sets whether or not teammates can injure eachother. When set to 0 a client" desc "is unable to injure another teammate. When set to 1 a client will be able to" desc "injure a fellow teammate and teamkill rules will apply." } g_teamAutoJoin { syntax "g_teamAutoJoin <0/1>" desc "Sets whether or not clients will start in spectator mode when they join" desc "a server that is running a team game. When set to 1, clients will be" desc "automatically placed on a team when connecting to the server. When set" desc "to 0, clients will start in spectator mode and have to join a team" desc "on their own." } g_teamForceBalance { syntax "g_teamForceBalance <0/1>" desc "Sets whether or not clients will be forced to join the team that needs" desc "help the most. When set to 1 clients will be forced to join the team the" desc "server feels they should join, reguardless of what they choose. When set" desc "to 0 the client is free to make the choice on their own. Note, this" desc "option does not maintain balance by moving people from one team to another." } g_warmup { syntax "g_warmup " desc "Sets the amount of time (in seconds) for a warmup before a map restarts" desc "after a map_restart^7 command is issued. For example, set this value to" desc "5 if you want there to be a 5 second notice before restarting the map." } g_log { syntax "g_log " desc "Sets the filename to be used for logging." } g_logSync { syntax "g_logSync <0/1>" desc "Sets whether or not log information is immediately written to disk. When set" desc "to 1 all log messags will immediately be written to disk rather than being" desc "cached and written to disk later." } g_logHits { syntax "g_logHits <0/1>" desc "Sets whether or not to log each hit a client takes in battle. When set" desc "to 1 all client hits including who hit them and how much they hit them" desc "for will be logged to the log file. Note, this will generate very large" desc "log files." } g_password { syntax "g_password " desc "Sets the password which is required by all connecting clients. When a" desc "password is set, all connecting clients will be prompted to enter the" desc "password in order to join the server. To remove a set password set" desc "g_password to 'none'." } g_dedicated { syntax "g_dedicated <0/1/2>" desc "Sets whether or not this server is dedicated and whether or not its a" desc "local server or internet server. When set to 1 the server will run" desc "in a dedicated fashion but will not be published to the global list of" desc "servers. When set to 2 the server will also run in a dedicated fashion," desc "but its hostname and ip address will be published to the global list" desc "of servers for clients to find and join." } g_speed { syntax "g_speed " desc "Sets the speed at which clients move. The default value is 280, set it" desc "higher to make clients move faster and lower to move slower." } g_gravity { syntax "g_gravity " desc "Sets the amount of gravity in the world. The default value is 800, set it" desc "higher to increase gravity or lower to decrease gravity." } g_knockback { syntax "g_knockback " desc "Sets the amount of push a client gets for being shot by another client. The" desc "default value is 700, set it higher to increase the amount of push and lower" desc "to decrease the amount of push." } g_weaponRespawn { syntax "g_weaponRespawn " desc "Sets the amount of time (in seconds) it takes a weapon to respawn after" desc "a client picks it up. To make weapons always stay set the value to 0." } g_backpackRespawn { syntax "g_backpackRespawn " desc "Sets the amount of time (in seconds) it takes a backpack to respawn after" desc "a client picks it up. To make backpacks always stay set the value to 0." } g_forcerespawn { syntax "g_forcerespawn <0/1>" desc "Sets whether or not a client must hit the attack button to respawn after" desc "being killed in a respawn game. When set to 1 the client will automatically" desc "be respawned into the game after dying. When set to 0 the client must hit" desc "the attack button to respawn." } g_inactivity { syntax "g_inactivity " desc "Sets the time (in seconds) before a client will be kicked off the server for" desc "not moving at all. This is used to prevent people from leaving themselves" desc "connected to the server and going away to do something else. Set the value" desc "to 0 to never kick people for inactivity." } g_allowVote { syntax "g_allowVote <0/1>" desc "Sets whether or not clients are allowed to vote on the server. When set to 1" desc "client will be able to callvotes on the server." } g_voteDuration { syntax "g_voteDuration " desc "Sets the amount of time (in seconds) before a vote will fail due to a lack of" desc "yes votes." } g_failedVoteDelay { syntax "g_failedVoteDelay " desc "Sets the amount of time (in minutes) that a client must wait before voting again" desc "after calling a vote that fails. This is useful to prevent a client from continually" desc "calling the same vote until it finnaly passes." } g_respawnInterval { syntax "g_respawnInterval " desc "Sets the amount of time (in seconds) that clients must wait before being able" desc "to respawn in gametypes (ctf) that support interval respawning. When set to" desc "20 the first client who dies on a team will start a 20 second timer. When" desc "that timer hits zero all clients who have died since that timer was started" desc "will be respawned." } g_respawnInvulnerability { syntax "g_respawnInvulnerability " desc "Sets the amount of time (in seconds) that a client is protected from being" desc "shot after respawning. However, this time is voided as soon as the client" desc "shoots their own weapon." } g_timeouttospec { syntax "g_timeouttospec " desc "Sets the amount of time (in seconds) that a client must be timed out for to" desc "be automatically put on the spectator team. This helps get people who have" desc "connection issues out of the game but not off the server." } g_roundtimelimit { syntax "g_roundtimelimit " desc "Sets the amount of time (in minutes) in a round. Rounds are used in" desc "gametypes where you do not respawn (such as infiltration and" desc "elimination). When the round time is up the next round will start and" desc "depending on the gametype one of the two teams will be awarded a point." } g_timeextension { syntax "g_timeextension " desc "Sets the amount of time (in minutes) that the timlimit will be extended" desc "by if a time extension vote is passed. For example, if the timelimit" desc "of the server was 30 minutes and g_timeextension was 15 minutes then" desc "a successful time extension vote would change the timelimit to 45" desc "minutes for the current map only." } g_roundstartdelay { syntax "g_roundstartdelay " desc "Sets the amount of time (in seconds) that clients are frozen while" desc "waiting for a round to start in a round based gametype." } g_availableWeapons { syntax "g_availableWeapons " desc "Sets the weapons that are available for use on the server. Each weapon" desc "is represented as a 0, 1, or 2. When a weapon is set to 0 it will not" desc "be available for use at all. When a weapon is set to 1 it will only be" desc "available for use in gametypes that have weapon pickups only (ie. Not" desc "in infiltration). When set to 2 the weapon will be available in all" desc "gametypes. The default value is '2222222222211' which is all weapons" desc "are on in deathmatch gametypes but the RPG-7 and MM1 are disabled in" desc "infiltration and elimination. The weapons are in the following order" desc " - Knife" desc " - M1911A" desc " - USSOCOM" desc " - M590 Shotgun" desc " - Micro Uzi" desc " - M3A1" desc " - USAS12" desc " - M4 Assault Rifle" desc " - AK74 Assault Rifle" desc " - MSG90A1 Sniper Rifle" desc " - M60 Machinegun" desc " - MM1 Grenade Launcher" desc " - RPG-7" } g_forceFollow { syntax "g_forceFollow <0/1>" desc "Sets whether or not clients are allows to fly around freely in when" desc "in ghost mode. When set to 1 clients will be forced to follow another" desc "client who is currently playing the game." } g_followEnemy { syntax "g_followEnemy <0/1>" desc "Sets whether or not clients are able to follow enemies around while" desc "in ghost mode. When set to 1 clients will be able to follow any client" desc "they wish." } sv_mapcycle { syntax "sv_mapcycle " desc "Sets the filename to use for mapcycling. The mapcycle file indicates" desc "which maps the server will cycle through." } g_pickupsDisabled { syntax "g_pickupsDisabled <0/1>" desc "Sets whether or not to allow pickups in gametypes that normally would" desc "allow pickups. For example, if you wanted to disable pickups in" desc "deathmatch and instead have people choose their outfitting then set" desc "g_pickupsDisabled to 1." } g_voiceFloodCount { syntax "g_voiceFloodCount " desc "Sets the number of voice messages allowed in one minutes worth of" desc "time before locking the client out from using voice messages. The" desc "amount of time a client is locked out is determined by the" desc "g_voiceFloodPenalty cvar. Set this cvar to 0 to disable voice" desc "flood control." } g_voiceFloodPenalty { syntax "g_voiceFloodPenalty " desc "Sets the amount of time (in seconds) that a client is unable to use" desc "voice chat after exceeding the voice flood count." } g_teamkillDamageMax { syntax "g_teamkillDamageMax " desc "Sets the amount of damage that a client must do to fellow teammates" desc "before being kicked off the server for teamkilling. Each player has" desc "100 damage when they start so the default value of 300 damage means" desc "3 kills worth of damage must be done to be kicked from the server. Set" desc "this cvar to 0 to disable teamkill kicking." } g_teamkillDamageForgive { syntax "g_teamkillDamageForgive " desc "Sets the amount of teamkill damage that is forgiven. Damage is" desc "forgiven at 1 minute intervals after the last time a client damaged" desc "a teammate." } sv_hostname { syntax "sv_hostname " desc "Sets the name of the server that will be displayed in the server" desc "browser and when connecting to a server. Note, this name cannot" desc "include the '\' character." } sv_maxclients { syntax "sv_maxclients " desc "Sets the maximum number of clients that this server will allow to" desc "connect before preventing futher connections." } sv_floodProtect { syntax "sv_floodProtect <0/1>" desc "Sets whether or not this server is protected from client command" desc "flooding. When set to 1 clients will only be able to send commands" desc "to the server every second. Note, it is advised to never set this" desc "to 0 unless you trust everyone on your server." } sv_timeout { syntax "sv_timeout " desc "Sets the amount of (time in seconds) before a client will be" desc "automatically disconnected for not sending data to the server." } sv_pure { syntax "sv_pure <0/1>" desc "Sets your server into pure mode. Pure means that the data files" desc "on the client must exactly match the data files on the server." desc "Any files which do not match up will be rejected. You must set this" desc "cvar from the command line (+set sv_pure 0) and not the console." } rconPassword { syntax "rconPassword " desc "If a non-blank password is specified, your server will have a" desc "remote console password. This allows the server operator to connect" desc "remotely to change server settings. If you specify a blank password" desc "then you will remove this password and disable remote console." } g_filterBan { syntax "g_filterBan <0/1>" desc "Sets whether or not the current ban list should be applied to" desc "connecting clients. When set to 1 bans will be enforced." } sv_allowDownload { syntax "sv_allowDownload <0/1>" desc "Sets whether or not this server will allow clients to download" desc "pak files from the server that it doesnt have. When set to 1" desc "downloads will be allowed. Note this can adversely affect the" desc "bandwidth of the server and should only be turned on if the server" desc "has enough bandwidth to support it." } rmg_forcepure { cvar "rmg_forcepure <0/1>" desc "This cvar should always be set to its default value 1 to ensure" desc "that both the client and the server have the same assets for the" desc "RMG generation. Otherwise, clients can generate completely" desc "different maps than the server, making them unplayable." desc "Set this cvar to 0 on the command line (+set rmg_forcepure 0) when" desc "you want to develop your own rmg concepts outside of a PK3 file." } sv_privatePassword { syntax "sv_privatePassword " } sv_fps { syntax "sv_fps " } sv_zombietime { syntax "sv_zombietime " } sv_reconnectlimit { syntax "sv_reconnectlimit " } sv_privateClients { syntax "sv_privateClients " } sv_maxRate { syntax "sv_maxRate " } sv_minPing { syntax "sv_minPing " } sv_allowAnonymous { syntax "sv_allowAnonymous <0/1>" }