Thread: [REL] Easy AOB
View Single Post
Old 06-28-09, 12:52 AM   #13
karamazovnew
The Old Man
 
Join Date: Mar 2009
Location: Bucharest, Romania
Posts: 1,403
Downloads: 151
Uploads: 0


Default

I'm gonna save Nicolas the trouble .

1. Open the Data\Menu\cfg\Dials.cfg file. (Save a copy in case you make a mistake).

2. The first part of the file looks like this:
[DIALS]
DialsNo=xx
For example for me it is DialsNo=74
Just add 1, so it becomes DialsNo=75

3. Do a search for this: Dial=0x43010002 There should only be one result. Replace this line:
Cmd=Set_tgt_sel_value; shared between dials
with: Cmd=Set_TDC_angle_on_bow

4. Go to the end of the file and paste this before "; the end":
[Dialxx] ;<- read the number of the last dial and add 1
Name=TorpedoSolution_Temporary_AngleOnBow
Type=42; DIAL_TGT_ANG_ON_BOW
Cmd=Set_tgt_sel_value; shared between dials
Dial=0x43010002
CrtVal=0x43010003
NewVal=0x0
DialVal=0.1,-0.1
RealVal=180,-180; degrees
Circular=Yes
CmdOnDrag=Yes
RelativeDrag=Yes
SndStep=5
;SndList=1,Menu.TDC.AngleOnBow,360

5. Do replace the [Dialxx] part with a corresponding number. If the last dial was [Dial73] then the new last dial should be [Dial74]

You're done.
Read my other post to understand what this actually does .
karamazovnew is offline   Reply With Quote