Baseline (Widescreen) Solution & Issues
The game is Vert- but each camera has free zoom. A simple .ini edit will adjust the zoom range to any resolution, resulting in Hor+ gameplay.
Documents\aerofly FS\config\main.mcf
<[float64][viewer_fov_min][25]>
<[float64][viewer_fov_max][110]>
Easy fix...
Replace 110 with 160 as the fov_max value. You can now zoom out as much as you need, whatever the resolution.
More accurate method...
Pick your aspect ratio and use these FOVCalculated values for fov_min and fov_max :
4:3 >>> 25, 110
16:10 >>> 29.8, 119.47
16:9 >>> 32.93, 124.59
15:9 (1280x768) >>> 30.98, 121.49
Ultra/Super-Wide (21:9/32:9) Specific Solution & Issues
Eyefinity / Surround Specific Solution & Issues
On multi-mon systems, the in-game resolution list may be too long to fit the screen; luckily both resolution and FOV are stored in the same file.
First select your graphical detail options, quit the game then edit the file:
Documents\aerofly FS\config\main.mcf
Resolution:
<[int32tmarray][window_fullscreen][1 1920 1080 60 0 ]>
FOV:
<[float64][viewer_fov_min][25]>
<[float64][viewer_fov_max][110]>
FOVCalculated values for fov_min and fov_max:
15:4 >>> 63.89, 152.04
48:10 >>> 77.19, 157.99
48:9 >>> 83.13, 160.14
4k UHD Specific Solution & Issues