Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Fov FriendName Bugged

Joined
Jan 9, 2009
Messages
614
Reaction score
152
Don't adjust the Field of view, field of view and camera distance aren't the same thing. What you're wanting to do is modify the default value of m_fDist (which is 290.f), not g_FOV.

Link to an old version I made:
https://forum.ragezone.com/f245/camera-option-1035095/

There's a couple ways to do it if you don't like my version. You can use a switch, or you can do an algorithm to give it perfect accuracy based on screen resolution. I chose the latter route (b/c i dont' want players setting a value of 500 if they're using 1024 x 768).
 
Upvote 0
Back
Top