Developer postOriginal post (opens in a new tab)

Aerofly FS 2 Beta Version

Dear Aerofly Users,

we have uploaded a new update for Aerofly FS 2 in our Beta channel. If you want to try it, you need to opt into Beta versions for Aerofly FS 2 from within the Steam client. Keep in mind however that this version might not run stable at this time.

Here is a quick overview of whats new:

- We have implemented a 'repeat' function for the Autopilot controls
- Bug fixes when using Windows 8 or 10 with a text magnification of > 100%
- Preliminary support for a 2 or 3 monitor setup with individual view settings for each monitor. This requires some manual editing in the main.mcf config file.
- Better texture upload functionality with less stuttering on selected 3D cards
- This update also prepares some internal structures for the upcoming Switzerland DLC

If you have a 3 monitor setup and you are using the NVIDIA Surround technique, you can have different views on each of the 3 monitors. To achieve this, add the following lines to the main.mcf config file of Aerofly FS 2:


<[list_tmsettings_separate_3d_view][separate_3d_view_list][]
<[tmsettings_separate_3d_view][element][0]
<[float64][x][0.3333333]>
<[float64][y][0]>
<[float64][w][0.3333333]>
<[float64][h][1]>
<[float64][field_of_view_factor][1]>
<[float64][z_axis_offset_in_degree][0]>
>
<[tmsettings_separate_3d_view][element][1]
<[float64][x][0]>
<[float64][y][0]>
<[float64][w][0.3333333]>
<[float64][h][1]>
<[float64][field_of_view_factor][0.5]>
<[float64][z_axis_offset_in_degree][-45]>
>
<[tmsettings_separate_3d_view][element][2]
<[float64][x][0.6666666]>
<[float64][y][0]>
<[float64][w][0.3333333]>
<[float64][h][1]>
<[float64][field_of_view_factor][0.5]>
<[float64][z_axis_offset_in_degree][45]>
>
// if you are really up to something need, here is your rear view as an extra window. just ensure you have a high end 3D card
// <[tmsettings_separate_3d_view][element][3]
// <[float64][x][0.1]>
// <[float64][y][0.1]>
// <[float64][w][0.2]>
// <[float64][h][0.2]>
// <[float64][field_of_view_factor][1]>
// <[float64][z_axis_offset_in_degree][180]>
// >
>