Author Topic: FOV changes to 140 after zooming out  (Read 584 times)

This problem persisted after I was fooling around with my FOV a bit through the setfov(); command. Basically, after you zoom out from pressing the F button, my FOV changes to 140 and stays like that until I use the console command.

Things I have tried that did not work:
  • $defaultfov = 90;
  • Disabling a crap-on that might be causing this. I disabled ALL my non-default add-ons and went into a singleplayer server, but the problem persisted.

Console and launcher log are included as attachments.
Any help is greatly appreciated.

I couldn't replicate your error but try one of these:

$cameraFov = "90";
$pref::Player::defaultFov = 90;

I couldn't replicate your error but try one of these:

$cameraFov = "90";
$pref::Player::defaultFov = 90;
Thanks, this worked!