Log in

View Full Version : Disabling mouse map scroll


bert8for3
04-28-07, 07:15 PM
I'm pretty sure that somewhere in here and fairly recently I saw something about how to disable the map auto-scroll that happens when you butt the mouse cursor up against the screen edge, but danged if I can find it. Anyone refer me to that, or better still tell me how to disable?

Reece
04-28-07, 08:01 PM
Hi Bert, this is from my Sliding Stations Panel mod, edit the menu_1024_768.ini file:

Find the following 4 blocks in your G31 Group! (This Group is responsible for the Nav Map auto scrolling - If you still want this feature then simply skip this section), search for "Name=Scroll xxxxxx" (eg xxxxx=bottom).
Delete these 4 Blocks and replace with with the following:

[G31 IXX]
Name=Scroll bottom
Type=1030;Static bmp
ItemID=0x31000004
ParentID=0x3F000000; Original ParentID=0x31000000
Pos=5,6,689,40
Color=0xFFFFFF00
Materials=1
Display=2;Linear
Mat 0=data/menu/gui/layout/bkgr.tga
MatFlags=0x1
TexFmt=0x9

[G31 IXX]
Name=Scroll right
Type=1030;Static bmp
ItemID=0x31000003
ParentID=0x3F000000; Original ParentID=0x31000000
Pos=1004,768,60,638
Color=0xFFFFFF00
Materials=1
Display=2;Linear
Mat 0=data/menu/gui/layout/bkgr.tga
MatFlags=0x1
TexFmt=0x9

[G31 IXX]
Name=Scroll top
Type=1030;Static bmp
ItemID=0x31000002
ParentID=0x3F000000; Original ParentID=0x31000000
Pos=0,808,679,60
Color=0xFFFFFF00
Materials=1
Display=2;Linear
Mat 0=data/menu/gui/layout/bkgr.tga
MatFlags=0x1
TexFmt=0x9

[G31 IXX]
Name=Scroll left
Type=1030;Static bmp
ItemID=0x31000001
ParentID=0x3F000000; Original ParentID=0x31000000
Pos=-45,286,60,156
Color=0xFFFFFF00
Materials=1
Display=2;Linear
Mat 0=data/menu/gui/layout/bkgr.tga
MatFlags=0x1
TexFmt=0x9

That's it!:up:
Cheers.

bert8for3
04-29-07, 01:23 PM
Tks a lot Reece :up:

Reece
04-29-07, 09:23 PM
Forgot to mention to replace the "XX" in " [G31 IXX]" with the numbers of your original, probably 16 to 19!:oops:

bert8for3
04-30-07, 09:27 AM
Forgot to mention to replace the "XX" in " [G31 IXX]" with the numbers of your original, probably 16 to 19!:oops:

:up: Gotcha, tks.