Quote:
Originally Posted by Syxx_Killer
Thanks for that little tid bit. I was getting tired of setting the torpedoes to 3M constantly.
Edit 1:
I did as you said, but when I went to test it, my torpedos had been set to 6M! Here is the line from my dials.cfg:
DialVal=55,330
Edit 2:
To get 3M depth setting I had to make it 15,330. I'm not sure if 55 was a typo or if it is mod specific.
|
OK, my bad on this one... You need to also change the line RealVal=
[Dial0]
Name=Torp_Depth
Type=16; DIAL_TORP_DEPTH
Cmd=Set_torpedo_depth
Dial=0x3B0600FF
CrtVal=0x3B060001
NewVal=0x0
DialVal=55,330 ;; 30,330;; <== Change this line
RealVal=3,25 ;;0,25; meters <== Change this line
Circular=Yes
CmdOnDrag=Yes
With this your torpedoes will by default be at 3 metres and it will be a correct depth setting as it was taking the 3metres to be 0 depth and working as such....