File information

Last updated

Original upload

Created by

QFeiQFei

Uploaded by

QFeiQFei

Virus scan

Safe to use

About this mod

修改Field of View在游戏中的表现,和更多的FOV数值选择
Adjust the Field of View (FOV) in-game and provide more FOV value options.

Permissions and credits
我在游戏设置里把FOV设到100,但它的表现不是很让我满意(不知道是不是BUG)
我想修改它
它的FOV效果比游戏里更好
I set the FOV to 100 in the game settings, but it doesn't perform as expected (not sure if it's a bug).
I want to modify it.
The actual FOV effect seems better than the in-game settings.
Through my testing, FOV 80 works perfectly!


基础FOV与横向补偿
Base FOV and Horizontal Compensation.

cl_fov = 100# FOV提升至100(可以根据自己的喜好调整)Increase FOV to 100 (adjustable based on preference)
cl_horizontal_fov_scale = 0.85# 横向视野缩放(降低拉伸感,0.8~0.95微调)Horizontal FOV scaling (reduces stretching distortion, fine-tune between 0.8–0.95)
r_projection_matrix_mode = 2 # 修正投影矩阵((防止鱼眼畸变)Adjust the projection matrix (to prevent fisheye distortion)

宽高比强制锁定
Aspect ratio locked

r_override_aspect_ratio = 2# 2=手动指定宽高比
r_CustomAspectRatio = 1.7778 # 按显示器比例调整Adjust according to display aspect ratio
(4∶3=1.3333, 16:9=1.7778, 21:9=2.3333, 32∶9=3.5556)

UI修复
UI recovery

r_ui_scale = 0.8# 缩小UI避免边缘溢出 Scale down UI to prevent edge overflow.
hud_horizontal_anchor = 0.5#HUD居中(0=左,1=右)HUD centering (0=left, 1=right)
r_ui_offset_x = -0.03# 微调HUD横向偏移(向右移填负数)Fine-tune HUD horizontal offset (use negative values to shift right


你可以把不需要的删掉
You may remove unnecessary entries.



在游戏中更改FOV
可以在游戏里随更改,即使你在游戏里更改了别的设置,
按~键,打开控制台输入cl_fov=80(可任意输入数值)
How to adjust FOV in-game:
Even if you have modified other settings, simply press the ~ key to open the console, then enter the command  (the number can be replaced with any value) for real-time adjustments
cl_fov=80

以下是针对21:9(超宽屏)和32:9(超级宽屏)显示器的配置文件代码,专门优化投影矩阵和鱼眼畸变问题
Below are configuration files for 21:9 (ultrawide) and 32:9 (super ultrawide) monitors, specifically optimized to address projection matrix adjustments and fisheye distortion.

21:9(3440×1440 或 2560×1080)
r_projection_matrix_mode = 1      # 修正投影矩阵
cl_fov = 75
r_ProjectionAspectRatio = 2.3333
r_ProjectionMatrixOffset = 0.02   # 轻微偏移修正边缘拉伸
r_ProjectionFOVScale = 0.95       # 缩小FOV缩放比例,平衡视野与畸变
r_ProjectionCustom = 1            # 启用自定义投影公式


32:9(5120×1440 或 3840×1080)
r_projection_matrix_mode = 1
cl_fov = 70 
r_ProjectionAspectRatio = 3.5555
r_ProjectionMatrixOffset = 0.03
r_ProjectionFOVScale = 0.92
r_ProjectionCustom = 1

有需要的,自行复制粘贴到user.cfg里
Copy and paste into user.cfg as needed.

安装:下载此 Mod 并将其内容解压到
D:\Steam\steamapps\common\KingdomComeDeliverance2
在有user.cfg的情况下可以直接复制到里面
If a user.cfg file is already available, you can directly copy the parameter into the launch options field
在steam《天国拯救2》属性启动项里添加-devmode +exec user.cfg
Add -devmode +exec user.cfg to the launch options in the properties of Kingdom Come: Deliverance 2 on Steam