Quote:
Originally Posted by Sawdust
Actually, it would be nice to have a key mapped that simply took you to the conning tower, too. Maybe I can figure out how to do that from this mod.
|
Like this
[Cmd13]
Name=Conning_tower_camera
Ctxt=1,2
Key0=0x71,c,"Ctrl+F2"
Page=0x33000000,3715
GoBack=Interior_fore_camera
Here are the rest as I have them set up -
[Cmd14]
Name=Conning_tower_periscope
Ctxt=1,2
Key0=0x72,c,"Ctrl+F3" ;C9 add
Page=0x33000000,3716
GoBack=Conning_tower_camera
[Cmd15]
Name=Conning_deck_camera
Ctxt=1,2
MnID=0x3F020004
Key0=0x73,,"F4"
Page=0x34000000,3705
GoBack=Conning_tower_camera
[Cmd16]
Name=Periscope_camera
Ctxt=1,2
MnID=0x3F020003
Key0=0x72,,"F3"
Page=0x26000000,3702
GoBack=Conning_tower_periscope
[Cmd17]
Name=UZO_camera
Ctxt=1,2
Key0=0x55,,"U"
Page=0x28000000,3718
GoBack=Conning_deck_camera
[Cmd58]
Name=Obs_periscope_camera
Ctxt=1,2
Key0=0x4f,,"O"
Page=0x2B000000,3727
GoBack=Interior_aft_camera
I`ve got the Obs scope backing out to the Interior Aft section as that`s where it appears on the 7b. Interior_fore_camera could be used instead.
btw the ",2" in "Context" means you can switch between screens when paused. I`ve added it to a few views.
Hope this helps