O.K. Found the working fix that will get you real aspect ratio and fix this problem:
If you have 1280x1024 resolution:
Change:
[G28 I120]
Name=Background
Type=1030;Static bmp
ItemID=0x28000001
ParentID=0x28000000
Pos=0,0,1024,768
Zone= 0 768 1024 768 1 1 0x28000000 0.5 -0.5 0x28000001 -0.5 0.5 0 0
Color=0xFFFFFFFF
Materials=1
Display=2;Linear
Mat 0=data/menu/gui/layout/tbt_1024.tga
Crop 0=0,0.125,1,0.75
MatFlags=0x9
TexFmt=0x0
To:
[G28 I120]
Name=Background
Type=1030;Static bmp
ItemID=0x28000001
ParentID=0x28000000
Pos=0,0,1152,864
Zone= 0 768 1152 864 1 1 0x28000000 0.5 -0.5 0x28000001 -0.5 0.5 0 0
Color=0xFFFFFFFF
Materials=1
Display=2;Linear
Mat 0=data/menu/gui/layout/tbt_1024.tga
Crop 0=0,0.125,1,0.75
MatFlags=0x9
TexFmt=0x0
1024:768=1.333
1152:864=1.333
1280:1024=1.25 > if you use this one it will stretch your screen.
1680:1050=1.6 > if you use this one it will stretch your screen.
|