The game is Vert- out of the box.
You can fix this by either editing the vehicle FOV range, or binding a corrected FOV value to a key.
TO EDIT THE VEHICLE FOV RANGE
Easily done, but it won't fix the cut-scenes.
C:\Users\\Documents\My Games\Fireburst\FSGame\Config\FSVehicle.ini
[FSGame.BaseGameVehicle]
FOV=80
MaxFov=130
16:9
FOV=96.42
MaxFov=141.45
16:10
FOV=90.4
MaxFov=137.53
15:9 (1280x768)
FOV=92.73
MaxFov=139.08
TO CREATE A FOV KEY
This will also fix the cut-scenes, but the FOV will be "locked" and won't get wider as the speed increases anymore.
C:\Users\\Documents\My Games\Fireburst\FSGame\Config\FSInput.ini
[Engine.PlayerInput]
Bindings=(Name="N",Command="FOV xxx")
Replace xxx with the FOVCalculated value based on your aspect ratio:
4:3 ---> 80
16:10 ---> 90.4
16:9 --->96.42
15:9 (1280x768) ---> 92.73
Then press N in-game to fix the FOV. Any other key will do, of course.
Note for splitscreen: all players MUST use a controller and a keyboard FOV command will only fix player1's FOV, so bind the FOV to a controller button i.e
Bindings=(Name="XboxTypeS_B",Command="FOV xxx | ActivateHandBrake | OnRelease DeactivateHandBrake") //where xxx is your desired FOV.