Author Topic: FOV Checker  (Read 408 times)

I seem to have a lot of bad luck in servers with items and things setting my FOV to 90.

Even though 90 isn't that bad of an FOV, I find it very constricted, which is why I usually play BL at 115-120 degrees.

Is it possible to make a add-on that checks what FOV your game is running at, and re-adjusting it if it gets changed?

i dunno about checking what the fov is at, but one could fairly easily activate a loop-fov setter

It's much more viable to have the client tell the server the default FOV so that it can correctly set it back.

BAM already does this.

If you don't want the server to change your FOV at all, do this:

PlayGUI.forceFOV = <field of view>;

It's much more viable to have the client tell the server the default FOV so that it can correctly set it back.
is there a way to know when the server is trying to change it? and then just add a multiplier based on the new default FoV to what the server is trying to do