The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


FOV change - solution
jioc0 Offline
Junior Member

Posts: 4
Threads: 1
Joined: Sep 2015
Reputation: 0
#1
FOV change - solution

I found a solution to change strict FOV of this game.

You must edit in Player.cpp this line:

mpCamera->SetFOV(cMath::ToRad(70));

to

mpCamera->SetFOV(cMath::ToRad(XX));

and edit in PlayerHelper.cpp:

mfStartFov = cMath::ToRad(70);

to

mfStartFov = cMath::ToRad(XX);

obviously xx It's to be replaced with your desider FOV.

If you want a binary already compiled can
download here:
FOV 90

[Image: Penumbra_Copia_2015_10_01_14_23_38_20.jpg] [Image: Penumbra_2015_10_01_14_24_06_89.jpg]
(This post was last modified: 06-04-2017, 01:00 AM by jioc0.)
09-28-2015, 10:56 AM
Find


Messages In This Thread
FOV change - solution - by jioc0 - 09-28-2015, 10:56 AM
RE: FOV change - solution - by Yuhaney - 09-30-2015, 10:33 PM
RE: FOV change - solution - by jioc0 - 10-01-2015, 01:26 PM



Users browsing this thread: 1 Guest(s)