Page 2 of 12

How To Use Torpedoes

Posted: Tue Jan 13, 2004 8:18 pm
by Donoby
Thanks East ! Image

How To Use Torpedoes

Posted: Sun Jan 18, 2004 8:17 pm
by GameRat
Hey Donoby,

I was just talking to my daughter about the firing solution for the torps that was mentioned on this forum ... and she has the Ti-83 calculator for grade 12 math. Can you please tell me what formula you are using and how to program it into this calculator.

Thanks in advance for any info.

David

How To Use Torpedoes

Posted: Sun Jan 18, 2004 8:21 pm
by Donoby
Your lucky Gamerat! I've got also a Ti-83, but the problem is I have to convert the programm from the Ti-89 to Ti-83, not hard actually just few things to change. Anyway do you have the cable link or not? otherwise ill post the programm right here on the forum

How To Use Torpedoes

Posted: Sun Jan 18, 2004 8:21 pm
by GameRat
Hi all,

Can someone confirm what enhancements are going to be available in the next patch concerning the more detailed torp firing abilities. And how they will be used in game.

Thanks

David

How To Use Torpedoes

Posted: Sun Jan 18, 2004 8:26 pm
by GameRat
Hi Donoby,

My son says he has a cable, but we have not used it before ... so posting what we need on the forum may be best.

And thanks

David

How To Use Torpedoes

Posted: Sun Jan 18, 2004 9:32 pm
by Donoby
Ok first you must understand how the program works:

It ask 5 numbers, C,A,B,S,E

C is for cadrant, you tell the program where's the target in the B-Tac, the number is between 1 and 4, like shown below, simple if the target is in zone one just input 1

Image

Then it ask -A: target's heading, read that on the B-Tac

-B: your heading, read that in the upper right corner of the screen

-S: target's speed, read on the B-Tac

-E: the heading you read in tactical mode when aiming the target

After that it gives you the angle to lead your view where you were aiming, I always add 1 or 2 to degrees because the torp speed isn't really 40 and the speed read in the B-tac isn't really true.

So here is my programm, it isn't perfect could be better, but works...

Code: Select all

:Prgm
:Lbl a
:Prompt c:Prompt A:Prompt B:Prompt S:Prompt E
:
:If E>180 Then
:B+E-360->W   (here "->" represente the arrow for STO wich stands for Store)
:Else
:B+E->W
:End
:
:If c=1 Then
:360-w->w
:If A>360-W Then
:540-W-A->G
:End
:If A<180-W Then
:180-A-W->G
:End
:If A>180-W xor A>360-W Then
:W+A-180->G
:End:End   (very important to put 2 times End)
:
:If c=2 Then
:If A>W+180 Then
:A-W-180->G
:End
:If A<W Then
:180-W+A->G
:End
:If A>W xor A>W+180 Then
:W+180-A->G
:End:End
:
:If c=3 Then
:180-W->w
:If A>180-W Then
:A+W->G
:End
:If A>360-W Then
:W-360+A->G
:End
:If A>180-W xor A>360-W Then
:360-A-W->G
:End:End
:
:If c=4 Then
:W-180->w
:If A>180+W Then
:360-A+W->G
:End
:If A<W Then
:W-A->G
:End
:If A>W xor A>180+W Then
:A-W->G
:End:End
:
:sin(G)x(S/40)->T
:Disp "angle offset",sin*-1(T)
          (here the sin*-1 is inverse sinus,which is usualy "on the shift" of sin)
:Goto a
:EndPrgm
You'll notice there's 12 differant formulas...so that's why i programm this

If the target is just on the limit of 2 cadrans always use the one with the smallest number (e.g. if between 1 and 2 take 1)

VERY IMPORTANT: set your calculator in degrees ;)

Good hunting!

How To Use Torpedoes

Posted: Tue Jan 20, 2004 2:44 am
by GameRat
Hi Donoby,

I can't figure out how to get all that into the calculator, but am having OK success with the demo anyway. I am waiting for the next patch to come out before I buy the game and maybe there will be some more torp firing info available. And after that I will try and figure all your stuff out.

Until then ... and thanks again for your help.

David

How To Use Torpedoes

Posted: Tue Jan 20, 2004 4:14 am
by Rogue {RKn}
And to think all I do is look at the target and aim off LOL

Is there a way to use a normal Calc to do this? dont have a Ti whats it :(

How To Use Torpedoes

Posted: Tue Jan 20, 2004 9:02 am
by Donoby
Rogue if you often programm calculators, this is a easy program, if then conditions all the time, with formulas in it. This is quite commun for calculator. The only differance you will have is maybe the conditions won't be exacly the same, depends of how your calculator understand things, what is it antway? casio?

Gamerat, what is your problem? If and then can be found in the program menu, all the > < and xor can be found in the sub-menu test and main-menu math, and prompt, lbl and goto is also in the prgm menu.

How To Use Torpedoes

Posted: Tue Jan 20, 2004 4:05 pm
by Jesper
Hi all,
Can someone confirm what enhancements are going to be available in the next patch concerning the more detailed torp firing abilities. And how they will be used in game.

Thanks

David
Exactly what is new:

You wil lhave awhole new hud where you choose:

Running depth (assuming the deeper they run the harder they are to spot)

+ you can sink subs at deeper depths.

Also you will have:

The ability to choose the speed of them.

Without looking I think that slwest speed == 10800some meters and fastest speed(44kts) == 48some meters

Using Donoby's or others mathematic calculations you can set your speed eaxtly to the point of heading, angle & speed of your enemy. Ofcourse you will not have time to calculate your every moev in MP, so now is the time to practice. :)