Remove fov limit?

Locked
d1ngd0ngtralala
Posts: 3
Joined: Tue May 26, 2009 5:54 pm

Remove fov limit?

Post by d1ngd0ngtralala »

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?
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: Remove fov limit?

Post by ^misantropia^ »

Did you start the game with '+set vm_ui 0 +set vm_game 0 +set vm_cgame 0 +set sv_pure 0'?
Locked