So, in SP, there is no FOV options in the settings. But then, you want lower FOV for better thumbnail screenshot or to better suit your gameplay preferences.
There is one way to set FOV in game. Here i will show you exactly that.
To set FOV, first open console command (~ key on pc, idk android), and next, type following command:
>>CameraManagerScript SetCameraFov X
Replace the "X" with the amount of FOV you want. For thumbnail screenshots, it is recommended to set it into 25-40 FOV.
I am sorry if the command is wrong or slightly incorrect/has typos, let me know in comments if it is wrong.
Thanks for checking in, and hope this guide help. Have a good day.
i see
I use a slightly different approach, the command is as follows:
//MainCamera>Camera.set_fieldOfView 15
And if I feel it I add this aswell:
//CameraPlane>Camera.set_fieldOfView 15
And for those mobile user that wants their HUD gone, type this:
//maincamera>camera.set_depth 10
yes