PDA

View Full Version : How can i disable/hide the side menu??


matthewlue
07-10-05, 08:31 AM
I remember i have seen it before here, but i cannot find the post now....

thanks.

Letum
07-10-05, 08:31 AM
RUB 1.42 hides it

matthewlue
07-10-05, 09:09 AM
thx for the info.

however i acctually want to know which lines to edit in cfg to hide it.

thank you.

waste gate
07-10-05, 09:16 AM
Try this out.
From timetraveller's SH3 Command Room


http://www.delraydepot.com/tt/sh3.htm#shortcuts

Hiding the Shortcuts Bar (a tiny mod)
Release: June 24, 2005
Current Version: 1.0

Screenshot

Mod works with patch version 1.4 ONLY. For other versions, locate the G3F "Name=Group shortcuts" item in menu_1024_768.ini and make the same correction to that item. G3F item numbers were different in earlier patch versions.

THE MOD

This tiny mod allows the Shortcuts Bar to be totally hidden. Mousing to the left side of the game window makes the bar slide out as before.

INSTALLING THE SHORTCUTS BAR MOD

First backup your data\Menu\menu_1024_768.ini file.

Open data\Menu\menu_1024_768.ini in a text editor. Look for the following section, [G3F I21], and change the Pos= and HorizSlide= lines as follows:

OLD CODE:

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

NEW CODE: (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

Resave the file.

That hides it nicely, totally out of view except for 1 pixel wide. Gotta have that one pixel for the mouse to catch.

Sawdust
07-10-05, 09:18 AM
I'm going to implement this change ASAP! Thanks, guys. :cool:

matthewlue
07-10-05, 10:54 AM
Impact! Thanks!! :up: