Blockland Forums > Suggestions & Requests
Client Sided FOV (Field of View) Changer
Altiris:
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?
Headcrab Zombie:
There's a $Pref that you can change, $Pref::Player::DefaultFOV
$Pref::Player::DefaultFOV = #;
Change # to a number and enter in console
halonerfer29:
Or just type into the console
setDefaultFOV("# # #");
# is the different numbers.
setDefaultFOV("100 100 100"); -To change it back to default.Just go with:
--- Quote from: Headcrab Zombie on October 07, 2012, 11:42:51 PM ---There's a $Pref that you can change, $Pref::Player::DefaultFOV
$Pref::Player::DefaultFOV = #;
Change # to a number and enter in console
--- End quote ---
Headcrab Zombie:
--- Quote from: halonerfer29 on October 07, 2012, 11:50:34 PM ---setDefaultFOV("# # #");
--- End quote ---
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.
Altiris:
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.