SUBSIM Radio Room Forums

SUBSIM Radio Room Forums (https://www.subsim.com/radioroom/index.php)
-   SHIII Mods Workshop (https://www.subsim.com/radioroom/forumdisplay.php?f=195)
-   -   Research mod for menu bar slide in and out... (https://www.subsim.com/radioroom/showthread.php?t=99224)

Isitol 10-08-06 09:50 AM

Research mod for menu bar slide in and out...
 
Hello,

I research un mod : "menu bar slide in et out"
Image :
http://img22.imagevenue.com/img.php?..._122_561lo.jpg

;)
http://img22.imagevenue.com/aAfkjfp0..._122_561lo.jpg

SquareSteelBar 10-08-06 10:44 AM

Hi Isitol,

I know it's included the '4 Anzeigen Slideout Mod' created by FLB Sale but unfortunately I've no DL.

Maybe some mates could help in this...?

Greetings,
SSB

P.s.: just found the thread: http://www.subsim.com/radioroom/showthread.php?t=88680

Isitol 10-08-06 12:09 PM

Re,

Thank you but it is not only i research.

I found this :yep:: http://www.subsim.com/phpBB/viewtopic.php?t=41918

But the mod is not available any more. :cry:

SquareSteelBar 10-09-06 11:52 AM

Hi mate,

I remembered that the slideout console was in FF2.0 included, so I rummaged for it in my mod batch. I extracted the needed changes from the 'menu_1024_768.ini'.
There are two options for slideout: a permanent one which slides out whenever you move the cursor to the lower screen edge and a switchable one which you can toggle whenever you left-click on the most screen places [this switchable one doesn't work on all stations, such as navi & attack map and crew management view].

These are the changes you have to do in your 'menu_1024_768.ini':

1) switchable slideout console:


change

[Settings]
SlidingSpeed=200;pixels per second

to

[Settings]
SlidingSpeed=2000;pixels per second

---------------------------------------

change

[G3F I33]
...
...

to

[G3F Ixxx+1] ;if xxx is the last block number in G3F section then add 1 (e.g. if 286 is the last block number in G3F section then insert 287)
...
...

---------------------------------------

insert this new block into G3F section (at best beyond block [G3F I32]):

[G3F I33]
Name=Full Consolse
Type=1026;Menu group
ItemID=0x3F0C0000
ParentID=0x3F000000
Pos=0,766,1024,765
Color=0xFFFFFFFF
VertSlide=-130


----------------------------------------

change

[G3F I34]
Name=Group feedback
Type=1026;Menu group
ItemID=0x3F010000
ParentID=0x3F000000
Pos=691,131,330,130
Color=0xFFFFFFFF

to

[G3F I34]
Name=Group feedback
Type=1026;Menu group
ItemID=0x3F010000
ParentID=0x3F0C0000
Pos=692,-635,330,130
Color=0xFFFFFFFF

----------------------------------------

change

[G3F I89]
Name=Group officers
Type=1026;Menu group
ItemID=0x3F030000
ParentID=0x3F000000
Pos=0,131,281,130
Color=0xFFFFFFFF

to

[G3F I89]
Name=Group officers
Type=1026;Menu group
ItemID=0x3F030000
ParentID=0x3F0C0000
Pos=0,-635,281,130
Color=0xFFFFFFFF

----------------------------------------

change

[G3F I138]
Name=Group msg top bar
Type=1026;Menu group
ItemID=0x3F120000
ParentID=0x3F000000
Pos=284,130,404,22
Color=0xFFFFFFFF

to

[G3F I138]
Name=Group msg top bar
Type=1026;Menu group
ItemID=0x3F120000
ParentID=0x3F0C0000
Pos=284,-635,404,22
Color=0xFFFFFFFF

----------------------------------------

change

[G3F I146]
Name=Sillent running
Type=1031;Stat bmp array
ItemID=0x3F120002
ParentID=0x3F120000
Pos=21,0,91,22
Color=0xB4B4B4FE
Materials=1
...

to

[G3F I146]
Name=Sillent running
Type=1031;Stat bmp array
ItemID=0x3F120002
ParentID=0x3F120000
Pos=21,-2,91,22
Color=0xB4B4B4FE
Materials=1
...

----------------------------------------

and at last change

[G3F I148]
Name=Group messages
Type=1026;Menu group
ItemID=0x3F040000
ParentID=0x3F000000
Pos=283,131,406,130
Color=0xFFFFFFFF

to

[G3F I148]
Name=Group messages
Type=1026;Menu group
ItemID=0x3F040000
ParentID=0x3F0C0000
Pos=283,-635,406,130
Color=0xFFFFFFFF

done

------------------------------------------------------------------------------
------------------------------------------------------------------------------

2) permanent slideout console:


change

[Settings]
SlidingSpeed=200;pixels per second

to

[Settings]
SlidingSpeed=2000;pixels per second

---------------------------------------

change

[G3F I33]
...
...

to

[G3F Ixxx+1] ;if xxx is the last block number in G3F section then add 1 (e.g. if 286 is the last block number in G3F section then insert 287)
...
...

---------------------------------------

insert this new block into G3F section (at best beyond block [G3F I32]):

[G3F I33]
Name=Full Consolse
Type=1026;Menu group
ItemID=0x3F0C0000
ParentID=0x3F000000
Pos=0,141,1024,140
Color=0xFFFFFFFF
VertSlide=-130


----------------------------------------

change

[G3F I34]
Name=Group feedback
Type=1026;Menu group
ItemID=0x3F010000
ParentID=0x3F000000
Pos=691,131,330,130
Color=0xFFFFFFFF

to

[G3F I34]
Name=Group feedback
Type=1026;Menu group
ItemID=0x3F010000
ParentID=0x3F0C0000
Pos=692,-10,330,130
Color=0xFFFFFFFF

----------------------------------------

change

[G3F I89]
Name=Group officers
Type=1026;Menu group
ItemID=0x3F030000
ParentID=0x3F000000
Pos=0,131,281,130
Color=0xFFFFFFFF

to

[G3F I89]
Name=Group officers
Type=1026;Menu group
ItemID=0x3F030000
ParentID=0x3F0C0000
Pos=0,-10,281,130
Color=0xFFFFFFFF

----------------------------------------

change

[G3F I138]
Name=Group msg top bar
Type=1026;Menu group
ItemID=0x3F120000
ParentID=0x3F000000
Pos=284,130,404,22
Color=0xFFFFFFFF

to

[G3F I138]
Name=Group msg top bar
Type=1026;Menu group
ItemID=0x3F120000
ParentID=0x3F0C0000
Pos=284,-10,404,22
Color=0xFFFFFFFF

----------------------------------------

change

[G3F I146]
Name=Sillent running
Type=1031;Stat bmp array
ItemID=0x3F120002
ParentID=0x3F120000
Pos=21,0,91,22
Color=0xB4B4B4FE
Materials=1
...

to

[G3F I146]
Name=Sillent running
Type=1031;Stat bmp array
ItemID=0x3F120002
ParentID=0x3F120000
Pos=21,-2,91,22
Color=0xB4B4B4FE
Materials=1
...

----------------------------------------

and at last change

[G3F I148]
Name=Group messages
Type=1026;Menu group
ItemID=0x3F040000
ParentID=0x3F000000
Pos=283,131,406,130
Color=0xFFFFFFFF

to

[G3F I148]
Name=Group messages
Type=1026;Menu group
ItemID=0x3F040000
ParentID=0x3F0C0000
Pos=283,-10,406,130
Color=0xFFFFFFFF

done

************************************************** **********************************

Hope you get it to work:yep:

So long,
SSB

Isitol 10-09-06 03:21 PM

Edit:

That functions very well :up:

Thank you SquareSteelBar :rock:

;)

Tuddley3 10-09-06 05:29 PM

I love your shark skin. I scratched the paint on her first patrol.

http://i101.photobucket.com/albums/m...istloshark.jpg
http://i101.photobucket.com/albums/m.../SharkSkin.jpg

Isitol 10-10-06 01:33 PM

Good screens ;)


All times are GMT -5. The time now is 07:16 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 1995- 2025 Subsim®
"Subsim" is a registered trademark, all rights reserved.