View Single Post
Old 08-08-07, 03:40 AM   #1
Dimitrius07
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default GWX 1.3 a little annoying bug and my solution

The little annoying bug i want to talk about is a Leer.tga file.

Thince my English is not perfect and its not easy for me to explain thise correctly i recorded thise problem in a very small video clip

link

Maybe its done for some porpuse i don`t know - but here a quick solution to thise problem

Open the menu_1024_768.ini
find the line
Code:
 
[G31 I25]
Name=Target;Neuer Eintrag f Transparentmod Leer.tga
Type=1031;Stat bmp array
ItemID=0x31000006
ParentID=0x31000000
Pos=0,112,1024,130
Color=0xFFFFFFFF
Materials=1
Display=2;Linear
Mat 0=data/Menu/Gui/Layout/Leer.tga
Crop 0=0,0,1,1
MatFlags=0x9
TexFmt=0x9
Drag=true
BmpState=1
NeedFocus=true
replace it with

Code:
 
[G31 I25]
Name=Target;Neuer Eintrag f Transparentmod Leer.tga
Type=1031;Stat bmp array
ItemID=0x31000006
ParentID=0x31000000
Pos=0,112,1024,130
Color=0xFFFFFFFF
Materials=1
Display=2;Linear
Mat 0=data/Menu/Gui/Layout/Leer.tga
Crop 0=0,0,1,1
MatFlags=0x9
TexFmt=0x9
Drag=false
BmpState=1
NeedFocus=true
  Reply With Quote