SUBSIM Radio Room Forums



SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997

Go Back   SUBSIM Radio Room Forums > Silent Hunter 3 - 4 - 5 > SH5 Mods Workshop
Forget password? Reset here

Reply
 
Thread Tools Display Modes
Old 03-13-10, 11:43 PM   #1
gutted
The Old Man
 
Join Date: Apr 2005
Location: New Orleans, LA.
Posts: 1,353
Downloads: 470
Uploads: 10
Default [REL] Hidden TAI map features.

Hidden TAI Map Features v0.5


What Does It Do?

Adds two hidden buttons to your TAI map that the devs left out.

Parallel & Intercept Buttons.

Whenever you have a target locked you can:
Hit the paralell button, and the crew will turn your boat on a paralell course.
Hit the intercept button, and the crew will turn your boat to an intercept course (though it MAY just be a direct course, havent left port to really test it more).

Paralell (note: the green arrow is not photoshopped)



Intercept:



HOW TO ENABLE THIS:

Open up Silent Hunter 5\data\scripts\menu\Page Default Hud.py

Search for:
def SetMiniMap( boolvalue ):

Look down a few lines and change these values to True:
Code:
    PageDefaultHud_MapGroup_ParallelCourseButton.Visible = False
    PageDefaultHud_MapGroup_InterceptCourseButton.Visible = False
That's it.


I'm not providing it as a full mod because:
1. It's extremely gamey (the map contacts guys might like it though)
2. The changes are so miniscule.
3. Alot of other mods either already have.. or will be modifiying this file in the future.


__________________

Solution Solver 2.3.2 - Visual Targeting Tools & Aids

Last edited by gutted; 03-14-10 at 01:00 AM.
gutted is offline   Reply With Quote
Old 03-13-10, 11:43 PM   #2
Safe-Keeper
Ocean Warrior
 
Join Date: Dec 2005
Location: Norway
Posts: 3,234
Downloads: 11
Uploads: 0
Default

Nice find!
Safe-Keeper is offline   Reply With Quote
Old 03-13-10, 11:46 PM   #3
gutted
The Old Man
 
Join Date: Apr 2005
Location: New Orleans, LA.
Posts: 1,353
Downloads: 470
Uploads: 10
Default

There may be more. I'm still looking
__________________

Solution Solver 2.3.2 - Visual Targeting Tools & Aids
gutted is offline   Reply With Quote
Old 03-14-10, 12:07 AM   #4
Elphaba
Neptune's daughter
 
Join Date: Apr 2007
Posts: 324
Downloads: 164
Uploads: 0
Default

Amazing Find! Well done.

Now why on earth would the Dev's leave this out??? WTH were they thinking?

Grrrrrr
Elphaba is offline   Reply With Quote
Old 03-14-10, 12:13 AM   #5
gutted
The Old Man
 
Join Date: Apr 2005
Location: New Orleans, LA.
Posts: 1,353
Downloads: 470
Uploads: 10
Default

Ho Ho Ho!! Look what i found....



Heading indicator? It's fully functional btw. Why did they disable that?


In the same file.. search for:
PageDefaultHud_Feedback_BottomBar_Heading.Visible = False

and change it to True

I might try to position it better, but i suck at the menu editor.
__________________

Solution Solver 2.3.2 - Visual Targeting Tools & Aids

Last edited by gutted; 03-14-10 at 12:56 AM.
gutted is offline   Reply With Quote
Old 03-14-10, 12:21 AM   #6
gutted
The Old Man
 
Join Date: Apr 2005
Location: New Orleans, LA.
Posts: 1,353
Downloads: 470
Uploads: 10
Default

There's some zoom in & out buttons at the bottom right corner as well. Not sure how useful they'll be. Ignoring them.
__________________

Solution Solver 2.3.2 - Visual Targeting Tools & Aids
gutted is offline   Reply With Quote
Old 03-14-10, 12:50 AM   #7
gutted
The Old Man
 
Join Date: Apr 2005
Location: New Orleans, LA.
Posts: 1,353
Downloads: 470
Uploads: 10
Default

Apparently there was an orders bar they ditched.

Still pretty functional for the most part, though clicking the buttons does nothing. Probably have to enable other areas in this file to see them.


I was able to enable it partly by changing this:
DisplayPageDefaultHud_Orders = ScriptEventArgsBoolWrapper( False )

To this:
DisplayPageDefaultHud_Orders = ScriptEventArgsBoolWrapper( True )


Looking around the file to see what else is tied to this that is disabled.
__________________

Solution Solver 2.3.2 - Visual Targeting Tools & Aids

Last edited by gutted; 03-14-10 at 01:16 AM.
gutted is offline   Reply With Quote
Old 03-14-10, 12:56 AM   #8
mookiemookie
Navy Seal
 
mookiemookie's Avatar
 
Join Date: Nov 2005
Location: Houston, TX
Posts: 9,404
Downloads: 105
Uploads: 1
Default

Quote:
Originally Posted by Elphaba View Post
Amazing Find! Well done.

Now why on earth would the Dev's leave this out??? WTH were they thinking?

Grrrrrr
They may have been thinking of a "shadow convoy" or "intercept convoy" order from BdU
__________________
They don’t think it be like it is, but it do.

Want more U-boat Kaleun portraits for your SH3 Commander Profiles? Download the SH3 Commander Portrait Pack here.
mookiemookie is offline   Reply With Quote
Old 03-14-10, 01:01 AM   #9
Elphaba
Neptune's daughter
 
Join Date: Apr 2007
Posts: 324
Downloads: 164
Uploads: 0
Default

I've found a 'slight' bug with this I think.

When the TAI is minimized, those two buttons don't get hidden - they get shunted out to the left and you can just seem one visible behind the L shaped gui on the bottom left of the screen.

Is this just me it's happening too?
Elphaba is offline   Reply With Quote
Old 03-14-10, 01:04 AM   #10
gutted
The Old Man
 
Join Date: Apr 2005
Location: New Orleans, LA.
Posts: 1,353
Downloads: 470
Uploads: 10
Default

No i noticed it too. It may be why they hid them.. but then again.. i see alot of stuff they hid.
__________________

Solution Solver 2.3.2 - Visual Targeting Tools & Aids
gutted is offline   Reply With Quote
Old 03-14-10, 01:08 AM   #11
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by gutted View Post
No i noticed it too. It may be why they hid them.. but then again.. i see alot of stuff they hid.
A lot of that stuff was disabled because it either a) wasn't finished, b) isn't fully functional, or c) is buggy. There's more than what you've discovered.
TheDarkWraith is offline   Reply With Quote
Old 03-14-10, 01:15 AM   #12
gutted
The Old Man
 
Join Date: Apr 2005
Location: New Orleans, LA.
Posts: 1,353
Downloads: 470
Uploads: 10
Default

Quote:
Originally Posted by TheDarkWraith View Post
There's more than what you've discovered.
Yeah i know, i can see most of them hehe. Just trying to see what works and what doesn't. I would really like to get that orders bar functional.

The heading tape im definately keeping on. It's nice to see my course at a glance.
__________________

Solution Solver 2.3.2 - Visual Targeting Tools & Aids
gutted is offline   Reply With Quote
Old 03-14-10, 01:18 AM   #13
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by gutted View Post
Yeah i know, i can see most of them hehe. Just trying to see what works and what doesn't. I would really like to get that orders bar functional.

The heading tape im definately keeping on (i dont use the new Dial UI). It's nice to see my course at a glance.
the orders bar can be made functional - just takes some script work.
TheDarkWraith is offline   Reply With Quote
Old 03-14-10, 01:26 AM   #14
gutted
The Old Man
 
Join Date: Apr 2005
Location: New Orleans, LA.
Posts: 1,353
Downloads: 470
Uploads: 10
Default

I'm looking through it, but im not very familiar with the way SH does things. I've never done any UI modding in previous versions, so there's alot of things i need to learn to do anything major.

I've also never done any python scripting. I'm just relying on my C/C++/C# knowledge and mimicking the syntax i see whenever i want to do something.
__________________

Solution Solver 2.3.2 - Visual Targeting Tools & Aids
gutted is offline   Reply With Quote
Old 03-14-10, 01:39 AM   #15
wamphyri
Lieutenant
 
wamphyri's Avatar
 
Join Date: May 2004
Location: Lethbridge, Alberta
Posts: 260
Downloads: 40
Uploads: 0
Default

the python stuff is new to sh5. They didn't let us have access to as much in the other games as we do in sh5. Tho it's annoying as hell that they release the game and we have to finish it.
wamphyri is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 02:43 AM.


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