mirror of
https://github.com/nzp-team/assets.git
synced 2025-03-22 01:20:58 +00:00
PC: Enable r_viewmodel_fov, change default fov values
This commit is contained in:
parent
2cdba3bf89
commit
a8b2c315ca
1 changed files with 2 additions and 2 deletions
|
@ -269,8 +269,8 @@ scr_fov_mode "4" //Controls what the fov cvar actually controls:
|
|||
//2: horizontal axis.
|
||||
//3: vertical axis.
|
||||
//4: 4:3 horizontal axis, padded for wider resolutions (for a more classic fov)
|
||||
r_viewmodel_fov "" //field of vision, 1-170 degrees, standard fov is 90, nquake defaults to 108.
|
||||
fov "65" //field of vision, 1-170 degrees, standard fov is 90, nquake defaults to 108.
|
||||
r_viewmodel_fov "70" //field of vision, 1-170 degrees, standard fov is 90, nquake defaults to 108.
|
||||
fov "90" //field of vision, 1-170 degrees, standard fov is 90, nquake defaults to 108.
|
||||
viewsize "100"
|
||||
|
||||
// Realtime Lighting
|
||||
|
|
Loading…
Reference in a new issue