Jump to content

Console variables: Difference between revisions

changed descriptions of cl_unlagged and cl_ticsperupdate to be more accurate
(Created page with "{| class="wikitable" border="2" width="100%" ! colspan="2" scope="row" height="35px" | <b>Zandronum Console Variables</b> |- ! colspan="2" scope="row" height="35px" | <b>Updat...")
 
(changed descriptions of cl_unlagged and cl_ticsperupdate to be more accurate)
(2 intermediate revisions by 2 users not shown)
Line 145: Line 145:
CL_ShowLargeFragMessages True
CL_ShowLargeFragMessages True
|When true and a player fragged an opponent, a large message will appear in the middle of the HUD stating that a player was fragged, but also displays if the client himself was fragged by another player. (e.i <i>Tiger was fragged by Rivecoder!</i>)
|When true and a player fragged an opponent, a large message will appear in the middle of the HUD stating that a player was fragged, but also displays if the client himself was fragged by another player. (e.i <i>Tiger was fragged by Rivecoder!</i>)
|-
|CL_ShowWeapNameOnCycle
CL_ShowWeapNameOnCycle True
|When true, this displays the weapon name that is either selected or scrolled too.  The message is only temporary and does not stay on the clients HUD forever.
|-
|-
|CL_Skins
|CL_Skins
Line 178: Line 174:
|CL_TicsPerUpdate
|CL_TicsPerUpdate
CL_TicsPerUpdate 3
CL_TicsPerUpdate 3
|This controls how often the clients will send updates to the server.  If the new value is less than the default, the clients will have smoother movement within the game.  But, however, this will increase the bandwidth flow.  The values that can be used is only 1 tic, 2 tics, and 3 tics.
|This value is how many tics it takes the client to update the positions of other clients based on server dataIn between server data updates, other client positions are extrapolated as traveling in their current directions at their current velocities.    The lower the value, the higher bandwidth consumption will be.  The values that can be used are limited to only 1 tic, 2 tics, and 3 tics.
*Time measured in tics; Doom tics 35 == 1 sec
*Time measured in tics; Doom tics 35 == 1 sec
*Default value is 3 tics
*Default value is 3 tics
Line 184: Line 180:
|CL_Unlagged
|CL_Unlagged
CL_Unlagged True
CL_Unlagged True
|Allows the clients to disable the Unlagged feature on Zandronum regardless of the server's Unlagged CVar.
|When False, the client's own hitscan weapon hits will not use unlagged reconcilation, regardless of the server's Unlagged CVar.
|-
|-
|CL_UseOriginalWeaponOrder
|CL_UseOriginalWeaponOrder
Line 447: Line 443:
*[[Console Commands]]
*[[Console Commands]]
*[[DMFlags]]
*[[DMFlags]]
*[[LMSFlags]]




[[Category:Console Configuration]]
[[Category:Console Configuration]]
2

edits