Network options

From ZDoom Wiki
Jump to navigation Jump to search
Menus: Main menu → Options menu

The network options menu contains various multiplayer specific settings, which will generally only have any effect in a multiplayer game. Its MENUDEF name is NetworkOptions.

  • Movement prediction (Off/On)
cl_noprediction
Lets you switch off latency movement prediction, at the cost of not having responsive input depending on your netgame latency.
  • Predict line actions (On/Off)
cl_predict_specials
If switched on, allows some line specials, such as silent teleporters, to have the actions predicted by player prediction. Requires the above movement prediction option to also be on.


  • Extra Tics (None/1/All unacknowledged)
net_extratic
Controls if and how many extra inputs get sent for each message. 1 is the same as, and implied by, -extratic, and "All unacknowledged" is every tic that is currently missing a response.
  • Latency balancing (On/Off)
net_ticbalance
Controls if a P2P game uses latency balancing. If switched on, all nodes will attempt to send messages in advance to match when they would receive eachothers. In a 2 player game, this has the effect of halving network latency.