DT36 Posted April 11, 2013 Share Posted April 11, 2013 Does anyone know a way to change the field of view so we can see farther around the character? Link to comment https://forums.kleientertainment.com/forums/topic/14836-req-change-fov/ Share on other sites More sharing options...
clockwork Posted April 11, 2013 Share Posted April 11, 2013 Take a look at the SetDefault function in scripts\cameras\followcamera.lua -- specifically the fov, mindist, and maxdist fields. Should be as simple as tweaking the values.Good luck! Link to comment https://forums.kleientertainment.com/forums/topic/14836-req-change-fov/#findComment-138441 Share on other sites More sharing options...
DT36 Posted April 11, 2013 Author Share Posted April 11, 2013 That worked. All I had to change was the Self FOV setting.Thanks Link to comment https://forums.kleientertainment.com/forums/topic/14836-req-change-fov/#findComment-138468 Share on other sites More sharing options...
Excess Posted April 12, 2013 Share Posted April 12, 2013 This may be useful for others wondering the same:[*] Navigate to GAMELOCATION\data\scripts\cameras, see Game Data for your game location[*] Open followcamera.lua in a text editor[*] Find the line self.fov = #, the default # is usually 35[*] Change # to any number of your choice, higher for a larger FOV and lower for a more narrow FOV[*] Save the file Note that numbers that are too far from the default may cause glitches or otherwise make the game to look strange. If you have any problems repeat the steps but change the number to the default, that being 35Found on pcgamingwiki.com. Link to comment https://forums.kleientertainment.com/forums/topic/14836-req-change-fov/#findComment-138799 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now