Author Topic: Client Sided FOV (Field of View) Changer  (Read 3321 times)

A field of view changer would be really cool for Blockland, if possible. This would be client sided and have options to set how much FOV you want. Is this possible?

There's a $Pref that you can change, $Pref::Player::DefaultFOV

$Pref::Player::DefaultFOV = #;
Change # to a number and enter in console

Or just type into the console

setDefaultFOV("# # #");
# is the different numbers.

setDefaultFOV("100 100 100");  -To change it back to default.
Just go with:
There's a $Pref that you can change, $Pref::Player::DefaultFOV

$Pref::Player::DefaultFOV = #;
Change # to a number and enter in console
« Last Edit: October 08, 2012, 01:49:33 AM by halonerfer29 »

setDefaultFOV("# # #");
Except the argument is an integer, not a vector
Also, this method changes it back to normal if you restart or zoom.
My method keeps it.

Thanks, it would be nice if this could be an add-on, just so that I wont have to re-type it everytime I open BL.

I have no idea why you would want to change your FOV, but I can give a try at making a mod for this.

Thanks, it would be nice if this could be an add-on, just so that I wont have to re-type it everytime I open BL.
You don't. Prefs save automatically as long as you close the game properly

Oh okay, thanks. If you can try and make the add-on please do, it's not really for me only because I am fine with the current FOV but it's for a couple of my friends who just started playing Blockland and they are used to Cod4 and MW3. Thanks everyone!