Frictional Games
|
Forum
|
Privacy Policy
|
Dev Blog
|
Dev Wiki
|
Support
|
Search
Member List
IRC
Help
Current time:
04-14-2025, 02:18 PM
Hello There, Guest! (
Login
—
Register
)
Frictional Games Forum (read-only)
›
Open Source Collaboration
›
Overture
1
2
3
Next »
FOV change - solution
Thread Modes
FOV change - solution
jioc0
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
(This post was last modified: 06-04-2017, 01:00 AM by
jioc0
.)
09-28-2015, 10:56 AM
Yuhaney
Hello Friends!
Posts: 3,466
Threads: 100
Joined: Mar 2007
Reputation:
64
#2
RE: FOV change - solution
That's nice! Would you be kind enough to add few screenshots showcasing the end result compared to the original, if it's not too much of a problem?
http://GameScraper.net
09-30-2015, 10:33 PM
jioc0
Junior Member
Posts: 4
Threads: 1
Joined: Sep 2015
Reputation:
0
#3
RE: FOV change - solution
Sure, Screens added.
10-01-2015, 01:26 PM
«
Next Oldest
|
Next Newest
»
View a Printable Version
Users browsing this thread: 1 Guest(s)
Linear Mode
Threaded Mode