View Single Post
Old 03-11-10, 04:41 PM   #4
piri_reis
Seasoned Skipper
 
Join Date: Aug 2005
Location: Istanbul, Turkiye
Posts: 715
Downloads: 115
Uploads: 0
Default

I was working on this the other day;

It was implemented with the search patterns function in SH3. 3 Search patterns are already defined in the game using Menu\Patterns\Pattern*.mis files which are single missions with only a sub w/ waypoints.

But a menu function doesn't exist in the game to order your Nav.Officer to plot these patterns:

Commands.cfg:

[Cmd254]
Name=Search_pattern_1
Contexts=1
MnID=0x3F240002
HasDelayedExecution=Yes

So I reversed the key combo definition from return to course.

[Cmd254]
Name=Search_pattern_1
Contexts=1
Key0=0x52,s,"Shift+R"
HasDelayedExecution=Yes
CommandClass=Course

MnID=0x3F240002
HasDelayedExecution=Yes

But can't get it to work. CTD if I have the CommandClass in there and no reaction if I delete that line. Maybe a menu/keyboard expert could lend a hand here?
__________________

Lt.z.S. Barbaros Hayreddin, U-35, 2nd Flot/Kiel, Type VIIB
Oct.29.1939, 2nd Patrol Eastern English Waters
Running SH5/TWOS
piri_reis is offline   Reply With Quote