From 5eb39e64ccf844647780810cd48eb649c71653f2 Mon Sep 17 00:00:00 2001 From: Vasily Petrov Date: Tue, 23 Jun 2026 15:01:59 +0300 Subject: [PATCH] disable dialogs' fov scaling --- gamedata/configs/engine_external.ltx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamedata/configs/engine_external.ltx b/gamedata/configs/engine_external.ltx index 039ada8..0da6bf1 100644 --- a/gamedata/configs/engine_external.ltx +++ b/gamedata/configs/engine_external.ltx @@ -63,8 +63,8 @@ EnableDelayedWeaponActions = false ; Gunslinger Mod Style EnableLegacyUpgradeSystem = false ; Use upgrade system from Clear Sky ; Dialogs -DialogFovScale = 0.75 ; Increasing fov during dialogue -TalkDof = 0.0, 0.5, 5.0, 0.0 ; Degree of background blurring in dialogue +DialogFovScale = 1 ; Increasing fov during dialogue +TalkDof = 0.0, 0.0, 0.0, 0.0 ; Degree of background blurring in dialogue ; Sprint EnableBlockSprintInReload = true ; Enable block sprint in reload DisableSprintWhileOverweight = false ; Disable Sprint while overweight