Log in

View Full Version : Little help please


waste gate
07-30-05, 10:46 AM
Hi all,

Due to continuous and very annoying CTD problems I was required to do a complete re-install. :( :damn:

I was able to save nearly all of my game settings (including career) because of JSGME and copious notes regarding changes that I made along the way. One exception was the quick speeds for the sidebar and Nav tools. Can anyone point me in the right direction?

Thank you in advance

Taurondin
07-30-05, 03:05 PM
You can change the menu scrolling speed by editing data\Menu\menu_1024_768.ini

Near the top is the entry -

[Settings]
SlidingSpeed=200;pixels per second

I find a value of 600 works nicely. Hope that`s what you were after.

btw in the same file you can move the left hand sliding menu out of sight (until you mouse over the left edge of the screen) this way -

Look for the following section, [G3F I21], and change the Pos= and HorizSlide= lines as follows:

OLD VERSION:

[G3F I21]
Name=Group shortcuts
Type=1026;Menu group
ItemID=0x3F020000
ParentID=0x3F000000
Pos=-1,761,56,474
Color=0xFFFFFFFF
HorizSlide=-30

NEW VERSION: (note Pos=1 instead of Pos=-1 and HorizSlide=-56)

[G3F I21]
Name=Group shortcuts
Type=1026;Menu group
ItemID=0x3F020000
ParentID=0x3F000000
Pos=1,761,56,474
Color=0xFFFFFFFF
HorizSlide=-56

waste gate
07-30-05, 04:55 PM
That is exactly what I am after Taurondin!

thank you kindly