From e2e107af36059a4bd0389a444c6f900e0247c386 Mon Sep 17 00:00:00 2001 From: MotoLegacy Date: Sat, 30 Nov 2024 13:41:58 -0800 Subject: [PATCH] FTE: Default FOV parity with Vril --- pc/nzp/default.cfg | 2 +- pc/nzp/nzportable.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pc/nzp/default.cfg b/pc/nzp/default.cfg index 4016b8a..ffa87a0 100644 --- a/pc/nzp/default.cfg +++ b/pc/nzp/default.cfg @@ -52,7 +52,7 @@ name "Unknown Soldier" // Autocvar seta cg_chatEnabled "1" -seta r_viewmodel_default_fov "70" +seta r_viewmodel_default_fov "80" seta cl_controllerglyphs "xbox" seta in_rumbleenabled "1" seta cl_cinematic "0" diff --git a/pc/nzp/nzportable.cfg b/pc/nzp/nzportable.cfg index eafc5a0..cfd768a 100644 --- a/pc/nzp/nzportable.cfg +++ b/pc/nzp/nzportable.cfg @@ -100,7 +100,7 @@ seta nzp_particles "1" seta cl_cinematic "0" seta in_rumbleenabled "1" seta cl_controllerglyphs "xbox" -seta r_viewmodel_default_fov "70" +seta r_viewmodel_default_fov "80" seta cg_chatEnabled "1" // Text editor @@ -279,7 +279,7 @@ show_fps "0" //Displays the current framerate on-screen. //1: framerate average over a second. //2: Show a frametimes graph (with additional timing info). //-1: Normalized graph that focuses on the variation ignoring base times. -scr_fov_mode "4" //Controls what the fov cvar actually controls: +scr_fov_mode "2" //Controls what the fov cvar actually controls: //0: largest axis (ultra-wide monitors means less height will be visible). //1: smallest axis (ultra-wide monitors will distort at the edges). //2: horizontal axis.