Jump to content

Server variables: Difference between revisions

m
sv_disallowbots has been removed from zand 3.0, https://bitbucket.org/Torr_Samaho/zandronum/src/dd3c3b57023f64cda84f09ed13e4c03a4ad2b920/docs/zandronum-history.txt?at=ZA_3.0&fileviewer=file-view-default#zandronum-history.txt-154
No edit summary
m (sv_disallowbots has been removed from zand 3.0, https://bitbucket.org/Torr_Samaho/zandronum/src/dd3c3b57023f64cda84f09ed13e4c03a4ad2b920/docs/zandronum-history.txt?at=ZA_3.0&fileviewer=file-view-default#zandronum-history.txt-154)
(One intermediate revision by one other user not shown)
Line 89: Line 89:
| False
| False
| Certain items for Heretic, Hexen and Strife have the ability to auto-trigger when the player's health drops below a certain percentage. Setting this CVAR to true will disable that behavior.
| Certain items for Heretic, Hexen and Strife have the ability to auto-trigger when the player's health drops below a certain percentage. Setting this CVAR to true will disable that behavior.
|-
|{{LE|sv_disallowbots}}
|false
|When true, the server will not create path nods for bots, saving a large amount of memory. However, with no bot nodes, bots cannot be added to the game.
|-
|-
|{{LE|sv_disallowspying}}
|{{LE|sv_disallowspying}}
Line 397: Line 393:
|false
|false
|If set, team starts will be used as possible deatmatch starts in deathmatch gamemodes with teams. (TDM, TLMS)
|If set, team starts will be used as possible deatmatch starts in deathmatch gamemodes with teams. (TDM, TLMS)
|-
|{{LE|sv_useticbuffer}}
|true
|Instead of processing all commands of a client immediately, they are stored in a "ticbuffer".  During each server tic, the server processes up to two sets of commands in this buffer for each client. This limits players to only executing 2 tics worth of shooting and movement commands per each server tic. This limits how jittery laggy players will be. Because each client's own displayed position is predicted, under any reasonable internet conditions the way a client perceives his own movement will be the same whether this variable is on or off. For all stable releases this variable is forced on. For experimental builds it is changeable.
|-
|-
|{{LE|sv_website}}
|{{LE|sv_website}}
2

edits