Several commands like cl_horizontal_fov_scale, r_projection_matrix_mode, r_override_aspect_ratioare not working for me... The console says unknown command... Deoes anyone know how i can fix this?
你可以在游戏启动项中添加-devmode +exec user.cfg, 或者直接在控制台输入cl_fov=80(任意数值),它同样会起效 You can add -devmode +exec user.cfg to the game's launch options, or directly type cl_fov=80 (any value) in the console, and it will take effect.
r_customaspectratio = 1.7778#Scale the image to match the display aspect ratio(16:9=1.7778,21:9=2.333
What would be the correct number for 32:9?
EDIT: I used these settings for 32:9 on a 1800R monitor:cl_fov = 75 cl_horizontal_fov_scale = 1.2 r_projection_matrix_mode = 2 r_override_aspect_ratio = 2 r_customaspectratio = 3.555 r_ui_scale = 0.8 hud_horizontal_anchor = 0.5 r_ui_offset_x = -0.03
Setting cl_fov too high causes a huge fisheye effect, so only increase it slightly depending on your monitor. (f.e. 85 for a 1000R) With these settings, I reduced the fisheye to a minimum, but I am still able to see my full body when looking down.
我找到了新的方法,可以在游戏里随更改,即使你在游戏里更改了设置。 按~键,打开控制台输入cl_fov 80(可任意输入) I found a new method that allows you to change settings in the game anytime, even after you've changed them already. Press the ~ key to open the console and input cl_fov 80 (or any value).
18 comments
However, it is seemingly not working (32:9) for me. If I exec the user.cfg in the console, I get a bunch of error messages.
或者直接在控制台输入cl_fov=80(任意数值),它同样会起效
You can add -devmode +exec user.cfg to the game's launch options,
or directly type cl_fov=80 (any value) in the console, and it will take effect.
What would be the correct number for 32:9?
EDIT: I used these settings for 32:9 on a 1800R monitor:
cl_fov = 75
cl_horizontal_fov_scale = 1.2
r_projection_matrix_mode = 2
r_override_aspect_ratio = 2
r_customaspectratio = 3.555
r_ui_scale = 0.8
hud_horizontal_anchor = 0.5
r_ui_offset_x = -0.03
Setting cl_fov too high causes a huge fisheye effect, so only increase it slightly depending on your monitor. (f.e. 85 for a 1000R) With these settings, I reduced the fisheye to a minimum, but I am still able to see my full body when looking down.
32 divided by 9 = 3.555
It is the Float expression of the ratio
The number should be 3.5556. Thank you for your reminder; I will include it in the MOD introduction.
Is it impossible to pet the dog now? But I feel completely fine
按~键,打开控制台输入cl_fov 80(可任意输入)
I found a new method that allows you to change settings in the game anytime, even after you've changed them already. Press the ~ key to open the console and input cl_fov 80 (or any value).