Page 1 of 1
Lockon and SoftTH
Posted: 06 Jul 2007, 00:42
by SG
Hi all,
I have a problem with lockon and SoftTH, the FOV can be changed by a key on the game but i am really too close of the HUD is there a way to change this ratio/FOV i've seen the video of kegetys on lockon and is FOV seem the same as played in 1280x1024.
I play with 3x19" Benq and x2 8800 GTS 320Mo at 3840x1024 resolution.
Does a SoftTH guru has a solution ?
Thanks in advance
Lockon and SoftTH
Posted: 06 Jul 2007, 05:31
by wazoo
Nope. Unfortunately this is a problem with Lockon that I had back even when I used a Parhelia card for TripleHead.
Lockon and SoftTH
Posted: 06 Jul 2007, 09:27
by SG
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...
Lockon and SoftTH
Posted: 06 Jul 2007, 15:37
by JKeefe
Worked on it a bit...
http://www.widescreengamingforum.com/forum/viewtopic.php?t=4374
Lockon and SoftTH
Posted: 06 Jul 2007, 19:05
by SG
Thanx jkeefe will follow this thread, very interesting.