I want to try FOV 360 just out of curiosity, but I can't set cg_fov to 360 because there seems to be a hardcoded limit for that.
Edit: I modified cgame/cg_view.c. I replaced the 160's in there with MAX_FOV, which I defined as 360. Compiled both server and client binaries but it doesn't have effect. Why?
Remove fov limit?
-
- Posts: 4022
- Joined: Sat Mar 12, 2005 6:24 pm
Re: Remove fov limit?
Did you start the game with '+set vm_ui 0 +set vm_game 0 +set vm_cgame 0 +set sv_pure 0'?