xonotic: added zoom bind, reduce video framerate to 30fps
This commit is contained in:
parent
f2e1e15a68
commit
bc1876cf0e
@ -64,7 +64,7 @@ bind SHIFT "+crouch"
|
||||
// View
|
||||
|
||||
bind g "toggle chase_active"
|
||||
bind MOUSE3 "togglezoom"
|
||||
bind MOUSE5 "+zoom"
|
||||
seta "fov" "105"
|
||||
seta "showfps" "1"
|
||||
seta "cl_viewsize" "100"
|
||||
@ -74,6 +74,7 @@ seta "vid_height" "1080"
|
||||
seta "vid_width" "1920"
|
||||
seta "cl_reticle" "0"
|
||||
seta "sensitivity" "4.0"
|
||||
seta "cl_zoomsensitivity" "1"
|
||||
seta "m_accelerate" "0"
|
||||
seta "r_drawviewmodel" "0"
|
||||
|
||||
@ -84,7 +85,7 @@ bind k "toggle cl_capturevideo"
|
||||
bind c "seta r_drawviewmodel 0; r_letterbox 1; showtime 0; showfps 0; viewsize 120"
|
||||
seta "cl_autodemo" "1"
|
||||
|
||||
cl_capturevideo_fps 60
|
||||
cl_capturevideo_fps 24
|
||||
cl_capturevideo_ogg 1
|
||||
cl_capturevideo_ogg_theora_quality 63
|
||||
cl_capturevideo_ogg_theora_bitrate -1
|
||||
|
Loading…
Reference in New Issue
Block a user