View Single Post
Old 02-08-09, 01:40 PM   #38
Munchausen
Commodore
 
Join Date: Jul 2002
Posts: 608
Downloads: 25
Uploads: 1
Quote:
Originally Posted by WEBSTER
like a home made patch to try and finish what ubisoft didnt fix
Sounds like a good idea. I don't have an account with any of the "Filefront"-like websites ... but all you need to do to fix range input is as follows:
Quote:
1.5 \Data\Menu\cfg\Dials.cfg: Enable the following lines by deleting the semicolon at the beginning of each line. Afterward, manual input on the range meter can be increased to max range.

[Dial58]
EnableRelativeDrag=Yes to steady the index marker (to keep from “chasing the dial.”)

[Dial59]
EnableCmd=Set_tgt_sel_value
EnableCmdOnDrag=Yes
EnableRelativeDrag=Yes to keep wheel from spinning when attempting to dial a range.
Edit: Or just copy and paste the following:
Quote:
[Dial58]
; will be changed by code
Name=TorpedoSolution_Mast_Height
Type=70; DIAL_TGT_MAST_HEIGHT_INTERNATIONAL
Cmd=Set_tgt_mast_height_international;
Dial=0x431A0002
CrtVal=0x431A0001
NewVal=0x0
DialVal=-90,98
RealVal=15,130; height
Circular=Yes
CmdOnDrag=Yes
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;
Dial=0x431A0001
CrtVal=0x431A0003
NewVal=0x0
DialVal=10,0
RealVal=11000,220; range
Circular=Yes
CmdOnDrag=Yes
Logarithmic=-0.98;51.0
RelativeDrag=Yes
;SndStep=5
;SndList=1,Menu.TDC.AngleOnBow,360

Last edited by Munchausen; 02-08-09 at 02:41 PM.
Munchausen is offline   Reply With Quote