yquake2remaster/doc
Yamagi Burmeister fc5c2788a1 Put the client into pause mode when loading save games.
This prevenits the worlds from advancing during client connect. The
player won't get attacked by monsters or hurt by the environment. Note
that in baseq2 there're still 4 world frames processed by the game and
100 world frames if the player enters a level that he or she already
visited. Both aren't a big problem, 4 world frames are hardly enough
for monsters starting to attack and in most levels the starting area
can't be reached by monsters and is free from environmental effects.

Pause mode is only entered for local servers and only in single player
mode. This should prevent problems with coop and deathmatch games.

The behaviour can be controlled by `cl_loadpaused`:
* `0`: Do not enter pause mode, Vanilla Quake I behaviour.
* `1`: Enter pause mode at load and leave it at first regular server
       frame.
* `2`: Enter pause mode at load, never leave it. The player must leave
       it by hand.

This was requested in issue #417.
2019-09-03 08:42:05 +02:00
..
01_index.md Add file listsings. 2019-04-03 21:17:13 +02:00
02_installation.md Some clarifications, typo and grammar fixes to the documentation. 2019-04-03 11:33:20 +02:00
03_configuration.md Update 03_configuration.md 2019-08-21 09:40:21 -04:00
04_cvarlist.md Put the client into pause mode when loading save games. 2019-09-03 08:42:05 +02:00
05_packaging.md Some clarifications, typo and grammar fixes to the documentation. 2019-04-03 11:33:20 +02:00
06_contributing.md Fix some typos in documentation 2018-11-10 18:16:30 +01:00
07_multiplayer.md Bring the multiplayer docs inline with other docs. 2019-04-03 21:08:07 +02:00
08_filelists.md Some clarifications and annotations to the file lists. 2019-04-08 13:56:19 +02:00