Author Topic: how to set default fov  (Read 1100 times)

hi, i'm not brightest tire in the tool factory,

i'm used to playing with an fov of 135. i used to have an add-on that would set my default fov to 135, but i lost it when re-installing blockland along with all my other files (whilst uninstalling, i did have it keep my old saves and add-ons, but it just converted them into an unreadable file.)

pls don't say "put setfov(135); in the console", because that doesn't cut it for me! when i use the zoom button, it sets the fov back to default (which would be whatever it's set to in options) when it zoom back out. the default fov changer in the options has a max of 120.

pls aid situation.

thx.

I finally figured it out, Rexx. (I'm Cruxeis btw)

SliderDefaultFOV.range = "20 180";

I finally figured it out, Rexx. (I'm Cruxeis btw)

SliderDefaultFOV.range = "20 180";

hi, that does absolutely nothing to my field of vision.

No, what it does is modify the slider in the options menu. Try putting SliderDefaultFOV.range = "20 135"; in the console, then max the FOV via options.

ok, thx person that elaborated!