View Single Post
Old 04-10-07, 10:10 AM   #1
ottos
Mate
 
Join Date: May 2005
Posts: 57
Downloads: 63
Uploads: 0
Default [REL] Input Target Distance on TBT (ready for 1.2patch)

--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!

JSGME compliant file (for patch1.2)
http://rapidshare.com/files/26509790...forPatch12_.7z

note:
*I have measured the degree. but if you feel complaint about the result (=distance value), please adjust DialVal from15to20.
*Check mark of RECmanual (TAGET MAST HEIGHT) funcion normally, dont worry about it.
*If you install any mod using Dials.cfg already. Please edit the file by yourself.
*Any modders can use or arrange this method without my permission, if you want.

cheers,
sorry for my poor English.


(edit)
I notice that mouse point problem can solve with delete semicolon at above PINK colour line.
So I have replaced the DL file..

Last edited by ottos; 04-17-07 at 01:22 PM.
ottos is offline   Reply With Quote