This Page has been viewed 169,911 times ///////////////////////////////////////////////////////////////////////////////
// SERVER SIDE COMMANDS
///////////////////////////////////////////////////////////////////////////////
rmgmap
{
syntax "^2rmgmap [parameter] [[command] [parameter]...]"
desc "Starts an rmg map or changes rmg parameters."
}
rmgdevmap
{
syntax "^2rmgdevmap [parameter] [[command] [parameter]...]"
desc "Starts an rmg map or changes rmg parameters. Cheats will be"
desc "enabled when starting an RMG map using ^2rmgdevmap^7."
}
map
{
syntax "^2map "
desc "Starts the given map."
}
devmap
{
syntax "^2devmap "
desc "Starts the given map with cheats enabled."
}
extendtime
{
syntax "^2extendtime "
desc "Extends the timelimit of the current match by the given number of
minutes."
}
cancelvote
{
syntax "^2cancelvote"
desc "Cancels the current vote in progress."
}
mapcycle
{
syntax "^2mapcycle"
desc "Advances to the next map in the mapcycle defined by ^2sv_mapcycle^7."
}
///////////////////////////////////////////////////////////////////////////////
// SERVER SIDE CVARS
///////////////////////////////////////////////////////////////////////////////
g_suicidePenalty
{
syntax "^2g_suicidePenalty "
desc "amount of score added to a clients score when they kill"
desc2 "themselves. Typically this is a negative number since"
desc2 "suiciding is concidered a bad thing to do."
}
g_teamkillPenalty
{
syntax "^2g_teamkillPenalty "
desc "Sets the amount of score added to a clients score when they kill
another"
desc2 "teammate. Typically this is a negative number since killing teammates
is"
desc3 "concidered a bad thing to do."
}
g_gametype
{
syntax "^2g_gametype "
desc "Sets the gametype to be played. Since the gametype cvar is latched
it"
desc2 "requires a map change for the gametype to actually change. The following"
desc3 "is a list of the known available gametype values:"
space ""
desc5 " ^2dm^7 - Deathmatch"
desc6 " ^2tdm^7 - Team Deathmatch"
desc7 " ^2ctf^7 - Capture the Flag"
desc8 " ^2elim^7 - Elimination"
desc9 " ^2inf^7 - Infiltration"
}
scorelimit
{
syntax "^2scorelimit "
desc "Sets the score that must be reached to end the match and move on
to the"
desc2 "next map. In team games this score is determined by the team's total
score"
desc3 "and in non team games its the highest score of all the client scores."
}
timelimit
{
syntax "^2timelimit "
desc "Sets the amount of time (in minutes) that must elapse on a server
to end"
desc2 "the match and move on to the next map."
}
g_friendlyFire
{
syntax "^2g_friendlyFire <0/1>"
desc "Sets whether or not teammates can injure eachother. When set to 0
a client"
desc2 "is unable to injure another teammate. When set to 1 a client will
be able to"
desc3 "injure a fellow teammate and teamkill rules will apply."
}
g_teamAutoJoin
{
syntax "^2g_teamAutoJoin <0/1>"
desc "Sets whether or not clients will start in spectator mode when they
join"
desc1 "a server that is running a team game. When set to 1, clients will
be"
desc2 "automatically placed on a team when connecting to the server. When
set"
desc3 "to 0, clients will start in spectator mode and have to join a team"
desc4 "on their own."
}
g_teamForceBalance
{
syntax "^2g_teamForceBalance <0/1>"
desc "Sets whether or not clients will be forced to join the team that
needs"
desc1 "help the most. When set to 1 clients will be forced to join the
team the"
desc2 "server feels they should join, reguardless of what they choose.
When set"
desc3 "to 0 the client is free to make the choice on their own. Note, this"
desc4 "option does not maintain balance by moving people from one team
to another."
}
g_warmup
{
syntax "^2g_warmup "
desc "Sets the amount of time (in seconds) for a warmup before a map restarts"
desc1 "after a ^2map_restart^7 command is issued. For example, set this
value to"
desc2 "5 if you want there to be a 5 second notice before restarting the
map."
}
g_log
{
syntax "^2g_log "
desc "Sets the filename to be used for logging."
}
g_logSync
{
syntax "^2g_logSync <0/1>"
desc "Sets whether or not log information is immediately written to disk.
When set"
desc1 "to 1 all log messags will immediately be written to disk rather
than being"
desc2 "cached and written to disk later."
}
g_logHits
{
syntax "^2g_logHits <0/1>"
desc "Sets whether or not to log each hit a client takes in battle. When
set"
desc2 "to 1 all client hits including who hit them and how much they hit
them"
desc3 "for will be logged to the log file. Note, this will generate very
large"
desc4 "log files."
}
g_password
{
syntax "^2g_password "
desc "Sets the password which is required by all connecting clients. When
a"
desc2 "password is set, all connecting clients will be prompted to enter
the"
desc3 "password in order to join the server. To remove a set password set"
desc4 "g_password to 'none'."
}
g_dedicated
{
syntax "^2g_dedicated <0/1/2>"
desc "Sets whether or not this server is dedicated and whether or not its
a"
desc2 "local server or internet server. When set to 1 the server will run"
desc3 "in a dedicated fashion but will not be published to the global list
of"
desc4 "servers. When set to 2 the server will also run in a dedicated fashion,"
desc5 "but its hostname and ip address will be published to the global
list"
desc6 "of servers for clients to find and join."
}
g_speed
{
syntax "^2g_speed "
desc "Sets the speed at which clients move. The default value is 280, set
it"
desc2 "higher to make clients move faster and lower to move slower."
}
g_gravity
{
syntax "^2g_gravity "
desc "Sets the amount of gravity in the world. The default value is 800,
set it"
desc2 "higher to increase gravity or lower to decrease gravity."
}
g_knockback
{
syntax "^2g_knockback "
desc "Sets the amount of push a client gets for being shot by another client.
The"
desc2 "default value is 700, set it higher to increase the amount of push
and lower"
desc3 "to decrease the amount of push."
}
g_weaponRespawn
{
syntax "^2g_weaponRespawn "
desc "Sets the amount of time (in seconds) it takes a weapon to respawn
after"
desc1 "a client picks it up. To make weapons always stay set the value
to 0."
}
g_backpackRespawn
{
syntax "^2g_backpackRespawn "
desc "Sets the amount of time (in seconds) it takes a backpack to respawn
after"
desc1 "a client picks it up. To make backpacks always stay set the value
to 0."
}
g_forcerespawn
{
syntax "^2g_forcerespawn <0/1>"
desc "Sets whether or not a client must hit the attack button to respawn
after"
desc1 "being killed in a respawn game. When set to 1 the client will automatically"
desc2 "be respawned into the game after dying. When set to 0 the client
must hit"
desc3 "the attack button to respawn."
}
g_inactivity
{
syntax "^2g_inactivity "
desc "Sets the time (in seconds) before a client will be kicked off the
server for"
desc2 "not moving at all. This is used to prevent people from leaving themselves"
desc3 "connected to the server and going away to do something else. Set
the value"
desc3 "to 0 to never kick people for inactivity."
}
g_allowVote
{
syntax "^2g_allowVote <0/1>"
desc "Sets whether or not clients are allowed to vote on the server. When
set to 1"
desc1 "client will be able to callvotes on the server."
}
g_voteDuration
{
syntax "^2g_voteDuration "
desc "Sets the amount of time (in seconds) before a vote will fail due
to a lack of"
desc1 "yes votes."
}
g_failedVoteDelay
{
syntax "^2g_failedVoteDelay "
desc "Sets the amount of time (in minutes) that a client must wait before
voting again"
desc1 "after calling a vote that fails. This is useful to prevent a client
from continually"
desc2 "calling the same vote until it finnaly passes."
}
g_respawnInterval
{
syntax "^2g_respawnInterval "
desc "Sets the amount of time (in seconds) that clients must wait before
being able"
desc1 "to respawn in gametypes (ctf) that support interval respawning.
When set to"
desc2 "20 the first client who dies on a team will start a 20 second timer.
When"
desc3 "that timer hits zero all clients who have died since that timer
was started"
desc4 "will be respawned."
}
g_respawnInvulnerability
{
syntax "^2g_respawnInvulnerability "
desc "Sets the amount of time (in seconds) that a client is protected from
being"
desc2 "shot after respawning. However, this time is voided as soon as the
client"
desc3 "shoots their own weapon."
}
g_timeouttospec
{
syntax "^2g_timeouttospec "
desc "Sets the amount of time (in seconds) that a client must be timed
out for to"
desc1 "be automatically put on the spectator team. This helps get people
who have"
desc2 "connection issues out of the game but not off the server."
}
g_roundtimelimit
{
syntax "^2g_roundtimelimit "
desc "Sets the amount of time (in minutes) in a round. Rounds are used
in"
desc1 "gametypes where you do not respawn (such as infiltration and"
desc2 "elimination). When the round time is up the next round will start
and"
desc3 "depending on the gametype one of the two teams will be awarded a
point."
}
g_timeextension
{
syntax "^2g_timeextension "
desc "Sets the amount of time (in minutes) that the timlimit will be extended"
desc1 "by if a time extension vote is passed. For example, if the timelimit"
desc2 "of the server was 30 minutes and g_timeextension was 15 minutes
then"
desc3 "a successful time extension vote would change the timelimit to 45"
desc4 "minutes for the current map only."
}
g_roundstartdelay
{
syntax "^2g_roundstartdelay "
desc "Sets the amount of time (in seconds) that clients are frozen while"
desc2 "waiting for a round to start in a round based gametype."
}
g_availableWeapons
{
syntax "^2g_availableWeapons "
desc "Sets the weapons that are available for use on the server. Each
weapon"
desc2 "is represented as a 0, 1, or 2. When a weapon is set to 0 it will
not"
desc3 "be available for use at all. When a weapon is set to 1 it will only
be"
desc4 "available for use in gametypes that have weapon pickups only (ie.
Not"
desc5 "in infiltration). When set to 2 the weapon will be available in
all"
desc6 "gametypes. The default value is '2222222222211' which is all weapons"
desc7 "are on in deathmatch gametypes but the RPG-7 and MM1 are disabled
in"
desc8 "infiltration and elimination. The weapons are in the following order"
desc9 " - Knife"
desc9 " - M1911A"
desc9 " - USSOCOM"
desc9 " - M590 Shotgun"
desc9 " - Micro Uzi"
desc9 " - M3A1"
desc9 " - USAS12"
desc9 " - M4 Assault Rifle"
desc9 " - AK74 Assault Rifle"
desc9 " - MSG90A1 Sniper Rifle"
desc9 " - M60 Machinegun"
desc9 " - MM1 Grenade Launcher"
desc9 " - RPG-7"
}
g_forceFollow
{
syntax "^2g_forceFollow <0/1>"
desc "Sets whether or not clients are allows to fly around freely in when"
desc2 "in ghost mode. When set to 1 clients will be forced to follow another"
desc3 "client who is currently playing the game."
}
g_followEnemy
{
syntax "^2g_followEnemy <0/1>"
desc "Sets whether or not clients are able to follow enemies around while"
desc2 "in ghost mode. When set to 1 clients will be able to follow any
client"
desc3 "they wish."
}
sv_mapcycle
{
syntax "^2sv_mapcycle "
desc "Sets the filename to use for mapcycling. The mapcycle file indicates"
desc1 "which maps the server will cycle through."
}
g_pickupsDisabled
{
syntax "^2g_pickupsDisabled <0/1>"
desc "Sets whether or not to allow pickups in gametypes that normally would"
desc1 "allow pickups. For example, if you wanted to disable pickups in"
desc2 "deathmatch and instead have people choose their outfitting then
set"
desc3 "g_pickupsDisabled to 1."
}
g_voiceFloodCount
{
syntax "^2g_voiceFloodCount "
desc "Sets the number of voice messages allowed in one minutes worth of"
desc2 "time before locking the client out from using voice messages. The"
desc3 "amount of time a client is locked out is determined by the"
desc4 "g_voiceFloodPenalty cvar. Set this cvar to 0 to disable voice"
desc5 "flood control."
}
g_voiceFloodPenalty
{
syntax "^2g_voiceFloodPenalty "
desc "Sets the amount of time (in seconds) that a client is unable to use"
desc2 "voice chat after exceeding the voice flood count."
}
g_teamkillDamageMax
{
syntax "^2g_teamkillDamageMax "
desc "Sets the amount of damage that a client must do to fellow teammates"
desc2 "before being kicked off the server for teamkilling. Each player
has"
desc3 "100 damage when they start so the default value of 300 damage means"
desc4 "3 kills worth of damage must be done to be kicked from the server.
Set"
desc5 "this cvar to 0 to disable teamkill kicking."
}
g_teamkillDamageForgive
{
syntax "^2g_teamkillDamageForgive "
desc "Sets the amount of teamkill damage that is forgiven. Damage is"
desc2 "forgiven at 1 minute intervals after the last time a client damaged"
desc3 "a teammate."
}
sv_hostname
{
syntax "^2sv_hostname "
desc "Sets the name of the server that will be displayed in the server"
desc2 "browser and when connecting to a server. Note, this name cannot"
desc3 "include the '\' character."
}
sv_maxclients
{
syntax "^2sv_maxclients "
desc "Sets the maximum number of clients that this server will allow to"
desc2 "connect before preventing futher connections."
}
sv_floodProtect
{
syntax "^2sv_floodProtect <0/1>"
desc "Sets whether or not this server is protected from client command"
desc2 "flooding. When set to 1 clients will only be able to send commands"
desc3 "to the server every second. Note, it is advised to never set this"
desc4 "to 0 unless you trust everyone on your server."
}
sv_timeout
{
syntax "^2sv_timeout "
desc "Sets the amount of (time in seconds) before a client will be"
desc2 "automatically disconnected for not sending data to the server."
}
sv_pure
{
syntax "^2sv_pure <0/1>"
desc "Sets your server into pure mode. Pure means that the data files"
desc2 "on the client must exactly match the data files on the server."
desc3 "Any files which do not match up will be rejected. You must set this"
desc4 "cvar from the command line (+set sv_pure 0) and not the console."
}
rconPassword
{
syntax "^2rconPassword "
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 "^2g_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 "^2sv_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 "^2rmg_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 "^2sv_privatePassword "
}
sv_fps
{
syntax "^2sv_fps "
}
sv_zombietime
{
syntax "^2sv_zombietime "
}
sv_reconnectlimit
{
syntax "^2sv_reconnectlimit "
}
sv_privateClients
{
syntax "^2sv_privateClients "
}
sv_maxRate
{
syntax "^2sv_maxRate "
}
sv_minPing
{
syntax "^2sv_minPing "
}
sv_allowAnonymous
{
syntax "^2sv_allowAnonymous <0/1>"
}
///////////////////////////////////////////////////////////////////////////////
// CLIENT SIDE CVARS
///////////////////////////////////////////////////////////////////////////////
cg_shellEjection
{
syntax "^2cg_shellEjection <0/1>"
desc "Sets whether or not bullet shells will eject from guns when firing.
When"
desc "set to 1 bullets will eject from guns and dissapear over time."
}
cg_autoswitch
{
syntax "^2cg_autoswitch <0/1/2>"
desc "Sets how weapons will automatically switch when you pick them up.
When"
desc "set to 0 it will never switch to a newly acquired weapon. When set"
desc "to 1 it will always switch, and when set to 2 it will switch to anything"
desc "besides grenades."
}
cg_drawGun
{
syntax "^2cg_drawGun <0/1>"
desc "Sets whether or not the gun is draw in view. When set to 1 the gun"
desc2 "will draw and when set to 0 i wont."
}
cg_draw2D
{
syntax "^2cg_draw2D <0/1>"
desc "Sets whether or not the 2D components of the game are drawn. When
set"
desc2 "to 1 the 2D components will be rendered."
}
cg_drawTimer
{
syntax "^2cg_drawTimer <0/1>"
desc "Sets whether or not the round timer is drawn on the HUD."
}
cg_drawFPS
{
syntax "^2cg_drawFPS <0/1>"
desc "Sets whether or not the FPS meter is drawn on the HUD."
}
cg_drawCrosshair
{
syntax "^2cg_drawCrosshair "
desc "Sets which crosshair you would like to use."
}
cg_drawCrosshairNames
{
syntax "^2cg_drawCrosshairNames <0/1/2>"
desc "Sets whether or not players names are draw on the HUD when your crosshair"
desc "is over them. When set to 1 names will render at the bottom of the
HUD"
desc "and when set to 2 they will render right below the crosshair."
}
cg_drawRadar
{
syntax "^2cg_drawRadar <0/1/2>"
desc "Sets whether or not the radar is drawn on the hud and whether the
automap"
desc "or radar takes precedence. When set to 1 the radar will always be
up,"
desc "when set to 2 the automap will be up (providing you are in a RMG
game)."
}
cg_drawTeamScores
{
syntax "^2cg_drawTeamScores <0/1>"
desc "Sets whether or not the team scores are rendered on the HUD."
}
cg_crosshairSize
{
syntax "^2cg_crosshairSize "
desc "Sets the size of the crosshair on screen."
}
cg_crosshairX
{
syntax "^2cg_crosshairX "
desc "Sets the horizontal offset from the center of the screen where the
crosshair"
desc "will be rendered."
}
cg_crosshairY
{
syntax "^2cg_crosshairY "
desc "Sets the vertical offset from the center of the screen where the
crosshair"
desc "will be rendered."
}
cg_crosshairRGBA
{
syntax "^2cg_crosshairRGBA {-r-},{-g-},{-b-},{-a-}"
desc "Sets the color of the normal crosshair. Each component is a range
from"
desc "0 to 1 with 0 being dark and 1 being light. The last component is
the alpha"
desc "value if you want to make the crosshair transparent. For example,
to make"
desc "a blue crosshair that is partially transparent set this cvar to '0,0,1,.5'."
}
cg_crosshairFriendRGBA
{
syntax "^2cg_crosshairFriendRGBA {-r-},{-g-},{-b-},{-a-}"
desc "Sets the color of the crosshair when over a friendly target. Each
component"
desc "is a range from 0 to 1 with 0 being dark and 1 being light. The last"
desc "component is the alpha value if you want to make the crosshair transparent."
desc "For example, to make a blue crosshair that is partially transparent
set this"
desc "cvar to '0,0,1,.5'."
}
cg_simpleItems
{
syntax "^2cg_simpleItems <0/1>"
desc "Sets whether or not 2D icons should be drawn for items instead of
their"
desc "normal 3D model representation. When set to 1 the icons will be drawn"
desc "instead of the models which can greatly increase FPS on some machines."
}
cg_lagometer
{
syntax "^2cg_lagometer <0/1>"
desc "Sets whether or not the network monitor (lagometer) is displayed
on the HUD."
}
cg_centertime
{
syntax "^2cg_centertime "
desc "Sets the amount of time (in seconds) that centered text messages
remain"
desc "on screen. To disable centered text messages entirely set this cvars"
desc "value to 0."
}
cg_centerY
{
syntax "^2cg_centerY "
desc "Sets the veritical location of the centered text messages."
}
|