Slight FOV tweak

This commit is contained in:
Simon 2019-08-19 22:43:35 +01:00
parent 4be5f74ac5
commit c0b145fca2
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
#include "snd_main.h" #include "snd_main.h"
cvar_t scr_viewsize = {CVAR_SAVE, "viewsize","100", "how large the view should be, 110 disables inventory bar, 120 disables status bar"}; cvar_t scr_viewsize = {CVAR_SAVE, "viewsize","100", "how large the view should be, 110 disables inventory bar, 120 disables status bar"};
cvar_t scr_fov = {CVAR_SAVE, "vr_fov","104", "field of vision for VR - defaulted to 104"}; cvar_t scr_fov = {CVAR_SAVE, "vr_fov","106", "field of vision for VR - defaulted to 106"};
cvar_t scr_conalpha = {CVAR_SAVE, "scr_conalpha", "0.85", "opacity of console background gfx/conback"}; cvar_t scr_conalpha = {CVAR_SAVE, "scr_conalpha", "0.85", "opacity of console background gfx/conback"};
cvar_t scr_conalphafactor = {CVAR_SAVE, "scr_conalphafactor", "1", "opacity of console background gfx/conback relative to scr_conalpha; when 0, gfx/conback is not drawn"}; cvar_t scr_conalphafactor = {CVAR_SAVE, "scr_conalphafactor", "1", "opacity of console background gfx/conback relative to scr_conalpha; when 0, gfx/conback is not drawn"};
cvar_t scr_conalpha2factor = {CVAR_SAVE, "scr_conalpha2factor", "0", "opacity of console background gfx/conback2 relative to scr_conalpha; when 0, gfx/conback2 is not drawn"}; cvar_t scr_conalpha2factor = {CVAR_SAVE, "scr_conalpha2factor", "0", "opacity of console background gfx/conback2 relative to scr_conalpha; when 0, gfx/conback2 is not drawn"};

View file

@ -53,6 +53,6 @@ bind MOUSE2 "+forward"
bind MOUSE3 "+mlook" bind MOUSE3 "+mlook"
"cl_particles_quality" "2" "cl_particles_quality" "2"
"cl_stainmaps" "1" "cl_stainmaps" "1"
"vr_fov" "104" "vr_fov" "106"
"sensitivity" "4" "sensitivity" "4"
"snd_speed" "44100" "snd_speed" "44100"