The problem is that the kegentys video show that it is possible.
On the video, we see the pilot's legs and the weapons on the wing when he looks with his TIR.
With mine i can't see the legs and the wings!
So there must be a solution.
I read somewhere that you can change the ratio by adjusting some things in the graphics.cfg :
Normal Resolution 1280x1024:
DisplayMode
{
resolution = {1280, 1024};
bpp = 32;
fullscreen = 1;
aspect = 1.333333373;
Interface
{
resolution = {1280, 1024};
bpp = 32;
fullscreen = 1;
}
Simulation
{
resolution = {1280, 1024};
bpp = 32;
fullscreen = 1;
aspect = 1.333333373;
}
}
With SoftTH :
DisplayMode
{
resolution = {1280, 1024};
bpp = 32;
fullscreen = 1;
aspect = 4.000000119;
Interface
{
resolution = {1280, 1024};
bpp = 32;
fullscreen = 1;
}
Simulation
{
resolution = {3840, 1024};
bpp = 32;
fullscreen = 1;
aspect = 4.000000119;
}
}
If someone has an idea...
|