View Single Post
Old 06-15-10, 04:31 PM   #7
reaper7
sim2reality
 
Join Date: Jun 2007
Location: AM 82
Posts: 2,280
Downloads: 258
Uploads: 30
Default

Quote:
Originally Posted by TheDarkWraith View Post
I think you're onto something but it's still not completely automated. You have to click on the use stadimeter and then you have to click on send range to TDC. Maybe there's a way to completely automate it Is the TDC range dial showing the correct range reading? Something tells me it isn't.

It should, I will check. Maybe something like:

(ButtonName).MouseLeftButtonDown +=
Game.SubmarineCommands.ExecuteCommand( "Set_tgt_mast_height_international" )

(ButtonName).MouseLeftButtonUp +=
Game.SubmarineCommands.ExecuteCommand( "DIAL_TGT_RANGE" )

These are the 2 buttons:
PageTorpedoSolution_RightPanel_Range_SendRangeButt on and PageTorpedoSolution_RightPanel_StadimeterButton
reaper7 is offline   Reply With Quote