Screen Ratio Aspect is wrong you can change it in X:\Ubisoft\Eagle Dynamics\Lock On\Config, graphics.CFG file
open it and scroll down to you see these lines:
DisplayMode
{
resolution = {1280, 1024};
bpp = 32;
fullscreen = 1;
aspect = 1.25;
Interface
{
resolution = {1280, 1024};
bpp = 32;
fullscreen = 1;
aspect = 1.25;
}
Simulation
{
resolution = {1280, 1024};
bpp = 32;
fullscreen = 1;
aspect = 1.25;
}
AVI
{
resolution = {640, 480};
fullscreen = 0;
aspect = 1.3333;
}
}
I'm using resolution 1280x1024 so my aspect is 1.25.
You can calculate that with 1280/1024=1.25
for example 1920/1200=1.6 so change the aspect to 1.6.
This was total new for me 2 weeks ago because i didn't know that the aspect change when you have a widescreen, this is my first widescreen.