View Single Post
Old 07-26-19, 08:22 PM   #2
Captain Dave
Officer
 
Join Date: Jan 2008
Location: Herriman, Utah
Posts: 247
Downloads: 398
Uploads: 3
Default

Found this a long time ago. Don't remember who posted it.





--Clickable target distance dial--
Hi all,
Wanna directly move TARGET DISTANCE DIAL instead of TAGET MAST HEIGHT DIAL on the attack data tool?
I found the way, its piece of cake.

Open the file \Data\Menu\cfg\Dials.cfg
Just only add or delete semicolon at each top of 4 lines and change 1 value,
OR copy and paste following description
--------------------------------------------------------------------------------
[Dial58]
; will be changed by code
Name=TorpedoSolution_Mast_Height
Type=70; DIAL_TGT_MAST_HEIGHT_INTERNATIONAL
;Cmd=Set_tgt_mast_height_international; <--- add semicolon
Dial=0x431A0002
CrtVal=0x431A0001
NewVal=0x0
DialVal=-90,98
RealVal=15,130; height
Circular=Yes
;CmdOnDrag=Yes; <--- add semicolon
Logarithmic=7.189;4.656
;RelativeDrag=Yes
;SndStep=5
;SndList=1,Menu.TDC.AngleOnBow,360

[Dial59]
; will be changed by code
Name=TorpedoSolution_Temporary_Range
Type=68; DIAL_TGT_RANGE
Cmd=Set_tgt_sel_value; <--- delete semicolon
Dial=0x431A0001
CrtVal=0x431A0003
NewVal=0x0
;DialVal=10,0 <--- add semicolon
DialVal=17,0 <--- change value (*)
RealVal=11000,220; range
Circular=Yes
CmdOnDrag=Yes; <--- delete semicolon
Logarithmic=-0.98;51.0
RelativeDrag=Yes <---delete semicolon (edit:fix for mouse point problem)
;SndStep=5
;SndList=1,Menu.TDC.AngleOnBow,360
--------------------------------------------------------------------------------
That's all!
__________________
Sending "Fish" to the enemy for 14 years.
Captain Dave is offline   Reply With Quote