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.