View Single Post
Old 08-19-07, 12:00 PM   #38
CaptainCox
Sea Lord
 
Join Date: Feb 2007
Location: A Swede in Frankfurt am Main
Posts: 1,897
Downloads: 4
Uploads: 0
Default

That is certainly a rare case :p Ok I tell you what. I think the best solution here would be to drop one of the icons in the OrdersBar.

To make them smaller and what have you would require some serious tinkering in the .ini

If you decide to drop one of them this is how you do it.

Unload the mod using JSGME before you do this!

1. Go to the JSGME MOD folder in your main SH4 Dir and open the Mod. Navigate to
Quote:
Data\Menu\cfg
Open the OrdersBar.cfg with Notepad

2. Locate
Quote:
[Station2]
Name=5611
Tooltip=5611
CommandWhenActivated=Navigation_2D_map
IconIndex=2
This is where your problem is I believe

3. Lets say you want to drop Silent running (maybe most likely candidate)
Quote:
Button12Type=Checkbox
Button12CommandWhenClicked=Toggle_silent_running
Button12CommandToCheckIfIsChecked=Is_Silent_mode_A ctive
Button12CommandToCheckIfIsEnabled=Is_Underwater
Button12IconRowColumn=1,9
Button12Tooltip=5610
3.1 There are two ways to do it
Delete the whole code group or put ; in front of each code line, like this
Quote:
;Button12Type=Checkbox
;Button12CommandWhenClicked=Toggle_silent_running
;Button12CommandToCheckIfIsChecked=Is_Silent_mode_ Active
etc etc...
4. Then you have to renumber
Quote:
Button13Command=Crash_dive
Button13IconRowColumn=1,2
Button13Tooltip=5602
with 12, like this
Quote:
Button12Command=Crash_dive
Button12IconRowColumn=1,2
Button12Tooltip=5602

I know its probably not what you want ...
But to recode the .ini to make those icons in the OrdersBar smaller would need a lot of tinkering, believe me.
__________________
CaptainCox is offline   Reply With Quote