PDA

View Full Version : Need Help With GoBack Commands


WolfyBrandon
11-30-08, 09:33 PM
Hi All,

I'm trying to get the GoBack commands working but not having any luck. (Example: When you’re in the cunning tower and right click it goes to the command room.) The cunning tower to command room is actually working for me but I'm having trouble making others work. What I want is when I’m looking through the periscope and right click it will go to the view where your in the cunning tower looking at the periscope, and when I’m in that view if I right click it will go to the cunning tower, and right clicking from there will make it go to the command room. Here is what I have in my commands.cfg right now

[Cmd16]
Name=Periscope_camera
Ctxt=1
MnID=0x3F020003
Key0=0x72,,"F3"
Page=0x26000000,3702
GoBack=Conning_tower_periscope

[Cmd14]
Name=Conning_tower_periscope
Ctxt=1
Page=0x33000000,3716
GoBack=Conning_tower_camera

[Cmd13]
Name=Conning_tower_camera
Ctxt=1
Page=0x33000000,3715
Key0=0x78,,"F9"
Page=0x33000000,3715
GoBack=Interior_fore_camera

[Cmd10]
Name=Interior_fore_camera
Ctxt=1,12
MnID=0x3F020001
Key0=0x71,,"F2"
Page=0x33000000,3703

From looking at this, it looks like I’m missing a MnID from [Cmd14] and I have an extra Page line in [Cmd13] also with no MnID. I did not add/delete those entries, this is the way my file was for the exception I changed a few of the keys to match SH3 keys. If I could get some help on what I need to add/change or whatever to make the go back commands work it would be highly appreciated by me. Lastly someone made a command in SH3 where if you click the F4 command to go to the bridge but you were underwater it would instead put you in the cunning tower. If I could make that work with SH4 that would be nice. :yep:

Thanks,
Wolfy

WolfyBrandon
12-02-08, 01:13 AM
"right click go back" is hardcoded for some stations.

The problem though is that it can be annoying when you're on the navmap screen since the right click is used to "cancel" the plotting tools.


Thanks for the reply Mikhayl,

Thats to bad its hardcoded, and I understand about the Nav map confliction. I guess I will have to live without the go back feature which is fine, I can visit all the stations I want now anyway with my current key mapping.

Wolfy