Nocturnals

Nocturnals

Not enough ratings
[OFFICIAL] Change FOV Guide
By §imoleon
An official guide to changing the FOV of the game.

   
Award
Favorite
Favorited
Unfavorite
Changing the FOV of the game.
Thanks to This discussion post by LK4D4 I know it is possible for you guys to be able to change the FOV of the game camera yourselves.

However it may produce weird visual affects if you use extreme values, so change it at your own risk.


Open the file with a text editor:
\Steam\steamapps\common\Nocturnals\package. nw\scripts\c3runtime .js

Use Search to find the string:
{this._fieldOfView=

After the equal sign, specify the desired FOV value in the range of 0.8 to 1.4

For example:
{this._fieldOfView=1.25} - increase the FOV value
{this._fieldOfView=0.92} - lower the FOV value