I managed to changed the FOV in the Dora and I wanted to also change the cockpit head position to be a bit away from the dashboard to see the instruments but it won't go pass xtrans = -0.050000 in SnapViews.lua:
[13] = {--default view
viewAngle = 72.201538,--FOV
hAngle = 0.000000,
vAngle = -9.609863,
x_trans = -0.050000,
y_trans = 0.017064,
z_trans = 0.036000,
rollAngle = -0.000000,
cockpit_version = 0,
},
If I change xtrans to a value greater than -0.05 (zoom out) it doesn't do anything in the cockpit, the head position stays the same. With a greater FOV is shows the head further away from the instruments cluster so it kinda looks like a bug.
Changing the FOV itself is also buggy or, at least, is not consistent with the older modules that could be changed in Server.lua. I had to modify the Zoom View axis and decrease the Y saturation until I got to the desired FOV but is should not work like that.
FOV is a very important feature, especially for us, the 2D users. Thank you!