patch 2.13 broke the mod. have to wait for update. In the meantime, does anyone else have any fov mods? just use this command for now if you want to get to 115
cam = Game.GetPlayer():GetFPPCameraComponent(); fov = cam:GetFOV(); cam:SetZoom(0.0) if fov <= 66.0 then cam:SetFOV(70.0) print(" - FOV Setted: 70") elseif fov <= 71.0 then cam:SetFOV(75.0) print(" - FOV Setted: 75") elseif fov <= 76.0 then cam:SetFOV(80.0) print(" - FOV Setted: 80") elseif fov <= 81.0 then cam:SetFOV(85.0) print(" - FOV Setted: 85") elseif fov <= 86.0 then cam:SetFOV(90.0) print(" - FOV Setted: 90") elseif fov <= 91.0 then cam:SetFOV(95.0) print(" - FOV Setted: 95") elseif fov <= 96.0 then cam:SetFOV(100.0) print(" - FOV Setted: 100") elseif fov <= 101.0 then cam:SetFOV(105.0) print(" - FOV Setted: 105") elseif fov <= 106.0 then cam:SetFOV(110.0) print(" - FOV Setted: 110") elseif fov <= 111.0 then cam:SetFOV(115.0) print(" - FOV Setted: 115") elseif fov >= 114.0 then cam:SetFOV(65.0) print(" - FOV Setted: 65") end
hey yeah, i just prefer this mod for convenience. To get back to default just go into your graphic settings, and turn the fov down to the original. (: although no need, since this mod is updated now
Hi. Thanks for making this mod. I always appreciate higher FOV. Though, I'd like to make a request. Can you make a version that's compatible with No More Hard-Coded Keybinds?
Both your mod and the mod mentioned above affects the options.JSON file.
189 comments
cam = Game.GetPlayer():GetFPPCameraComponent(); fov = cam:GetFOV(); cam:SetZoom(0.0) if fov <= 66.0 then cam:SetFOV(70.0) print(" - FOV Setted: 70") elseif fov <= 71.0 then cam:SetFOV(75.0) print(" - FOV Setted: 75") elseif fov <= 76.0 then cam:SetFOV(80.0) print(" - FOV Setted: 80") elseif fov <= 81.0 then cam:SetFOV(85.0) print(" - FOV Setted: 85") elseif fov <= 86.0 then cam:SetFOV(90.0) print(" - FOV Setted: 90") elseif fov <= 91.0 then cam:SetFOV(95.0) print(" - FOV Setted: 95") elseif fov <= 96.0 then cam:SetFOV(100.0) print(" - FOV Setted: 100") elseif fov <= 101.0 then cam:SetFOV(105.0) print(" - FOV Setted: 105") elseif fov <= 106.0 then cam:SetFOV(110.0) print(" - FOV Setted: 110") elseif fov <= 111.0 then cam:SetFOV(115.0) print(" - FOV Setted: 115") elseif fov >= 114.0 then cam:SetFOV(65.0) print(" - FOV Setted: 65") end
And to get it back to the original FOV, what code is needed?
although no need, since this mod is updated now
Been looking since like... forever a solution to increase the car FOV. But NINE dependencies only for such a simple thing?!
FP FOV can be changed so easily, without mods or dependencies. What were these guys thinking... ?!
Though, I'd like to make a request. Can you make a version that's compatible with No More Hard-Coded Keybinds?
Both your mod and the mod mentioned above affects the options.JSON file.