IntroSmall mod to edit the field of view of your character.
HowDawn found a solution on how to create a viewport that is actual a viewport and no overlay. Ego-shooter gamers know this as fov (field of view).
I took his idea out of oUF_viv and made a standalone mod from it. So props to him for finding this.
WhatThis mod does the field of view only. To bad it's not possible to give the WorldFrame a negative margin. So this works best for those who actually use a black border at top/bottom.
Nevertheless...do you want to have a Quake-like fov? This is the mod for you.
ConfigYou will find a small config at the top of rFov.lua where you can edit your top,left,right,bottom and scale values.
You can test your values ingame with:
Code:
/run change_worldframe_setpoints(20,20,0,0,1)
Code:
--function change_worldframe_setpoints(t,b,l,r,s)--top--bottom--left--right--scale




Change Log: