Log in

View Full Version : Need help on a leer problem...


JCWolf
12-23-07, 02:09 PM
That I don't remember how to fixx it anymore...

After making the alteration for the slideout dials FLB
I have in the Navigation map a draging leer, that I don't want
to be draggable....

I have made everything in the Menu-ini building for the Tools Dials Mod,
but somehow don't remember how to fix this Isue...


Help anyone...:hmm:

TheDarkWraith
12-23-07, 02:21 PM
isn't it just a simple matter of changing the entry 'Drag=true' to 'Drag=False' ? :hmm:

Dimitrius07
12-23-07, 04:46 PM
As Racerboy sad

Find thise line in menu_1024_768.ini
[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 with

[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

That should do the trick ;)