About this mod
Simple HUD Toggle and FOV Fix now that that Advance Launcher is Broken
- Permissions and credits
The UserInput can be found by going into Documents, then SquareEnix (may be Elios or something starting with an E), click on Config then open UserInput. Scroll to bottem, then paste the below script.
Makes for a phenomenal first person when Zoom is on with a widened FOV.
Can also toggle off HUD.
.Bindings=(Name="R",Command="SecondaryFireGadget", Shift=false, Control=false, Alt=false, bIgnoreShift=false, bIgnoreCtrl=false, bIgnoreAlt=false):META:COM_GADGET_SECONDARY,1,2,-1,"",true,true,CI_SecondaryFire
.Bindings=(Name="Unbound",Command="DebugMenuNextPage | BlockBreaker", Shift=false, Control=false, Alt=false, bIgnoreShift=false, bIgnoreCtrl=false, bIgnoreAlt=false):META:COM_CAPESTUN,1,2,-1,"",true,true,CI_CapeStun
.Bindings=(Name="F2",Command="TeamTalk", Shift=false, Control=false, Alt=false, bIgnoreShift=false, bIgnoreCtrl=false, bIgnoreAlt=false)
.Bindings=(Name="F3",Command="ToggleGfx", Shift=false, Control=false, Alt=false, bIgnoreShift=false, bIgnoreCtrl=false, bIgnoreAlt=false)
.Bindings=(Name="F5",Command="fov 0", Shift=false, Control=false, Alt=false, bIgnoreShift=false, bIgnoreCtrl=false, bIgnoreAlt=false)
.Bindings=(Name="F6",Command="fov 95", Shift=false, Control=false, Alt=false, bIgnoreShift=false, bIgnoreCtrl=false, bIgnoreAlt=false)
.Bindings=(Name="F7",Command="fov 100", Shift=false, Control=false, Alt=false, bIgnoreShift=false, bIgnoreCtrl=false, bIgnoreAlt=false)
.Bindings=(Name="F8",Command="fov 110", Shift=false, Control=false, Alt=false, bIgnoreShift=false, bIgnoreCtrl=false, bIgnoreAlt=false)