mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-21 23:50:58 +00:00
Added a couple of descriptions
This commit is contained in:
parent
b3a9432b70
commit
a1559fc7d9
1 changed files with 19 additions and 18 deletions
|
@ -78,9 +78,9 @@ Description :
|
|||
Cvar : ambient_level
|
||||
Targets :
|
||||
Category :
|
||||
Type :
|
||||
Type : float
|
||||
Default : 0.3
|
||||
Description :
|
||||
Description : Ambient sound volume
|
||||
|
||||
Cvar : baseskin
|
||||
Targets :
|
||||
|
@ -436,9 +436,9 @@ Description :
|
|||
Cvar : freelook
|
||||
Targets :
|
||||
Category :
|
||||
Type :
|
||||
Type : Boolean
|
||||
Default : 0
|
||||
Description :
|
||||
Description : 1 = force mouse look on (exactly like in Q2/Q3)
|
||||
|
||||
Cvar : fs_globalcfg
|
||||
Targets : all
|
||||
|
@ -1087,7 +1087,7 @@ Description :
|
|||
Cvar : r_skyname
|
||||
Targets :
|
||||
Category :
|
||||
Type :
|
||||
Type : string
|
||||
Default : "none"
|
||||
Description : name of the current skybox
|
||||
|
||||
|
@ -1388,23 +1388,23 @@ Description :
|
|||
Cvar : sv_timekick
|
||||
Targets :
|
||||
Category :
|
||||
Type :
|
||||
Type : Boolean
|
||||
Default : 3
|
||||
Description :
|
||||
Description : Time cheat protection
|
||||
|
||||
Cvar : sv_timekick_fuzz
|
||||
Targets :
|
||||
Category :
|
||||
Type :
|
||||
Type : float
|
||||
Default : 10
|
||||
Description :
|
||||
Description : Timecheat sensitivity (10 = 1%)
|
||||
|
||||
Cvar : sv_timekick_interval
|
||||
Targets :
|
||||
Category :
|
||||
Type :
|
||||
Type : float
|
||||
Default : 30
|
||||
Description :
|
||||
Description : Timecheat check interval
|
||||
|
||||
Cvar : sv_wateraccelerate
|
||||
Targets :
|
||||
|
@ -1435,11 +1435,12 @@ Default : 0
|
|||
Description :
|
||||
|
||||
Cvar : sys_sleep
|
||||
Targets :
|
||||
Targets : Win32
|
||||
Category :
|
||||
Type :
|
||||
Default : 8
|
||||
Description :
|
||||
Type : integer
|
||||
Default : 8 for Win9x, 0 for WinNT
|
||||
Description : Numbers of milliseconds to try to Sleep() every frame.
|
||||
: Needed when running the server on localhost in Win9x.
|
||||
|
||||
Cvar : team
|
||||
Targets :
|
||||
|
|
Loading…
Reference in a new issue