Thread: SubMines - SLMM
View Single Post
Old 10-05-06, 04:37 AM   #13
Narcosis
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

In Lwami mod 103

the doctrine says for SLMM:

Depth:
.................................................. ...................................
( OwnAlt < -600 ) THEN {
DebugOut "Depth greater than 600ft, mine destroyed"
Shutdown

.................................................. .................................

Altitude:
.................................................. ..................................
IF ( rng < 500 ) THEN {
ordalt = ( TerrainAlt + overthebottom )
IF ( ordalt > -10 ) THEN {
ordalt = -10
} ENDIF
.................................................. ...................................

Distance:

.................................................. ................................

IF rng < 20 THEN {
DestReached = True
; DebugOut "DestReached"
.................................................. ..................................




So please correct me if i am wrong and correct my answers for LWAMI mod 103 use of SLMMS.

1. If let lose a SLMM greater than 600 feet my mines will not work.

2. If their destination is placed facing slope they will not work. This means SLMM ark of detection cannot be touching a slope that has an incline greater than 10 degrees.

3. If range greater than 20 miles, then SLMM reaches it endurance.

4. SLMMs can be placed only on a flat surface and any surface that has a 10 degree incline. Or less but not over -10 degrees decline.

5. SLMMs can only be placed at depths lower than 300 feet


The questions i ask and that i don't know the answers too.

A.
If SLMM is fired while sub is doing more than a set speed for firing SLMMs (which i dont know).
Does the SLMM not work, yet can be fired still?

B.

In the doctrine file for LWAMI MOD 103.

It says for speed
.................................................. ..................................
ordspd = ( rng / 10 - 2 )
IF ordspd > MaxSpd THEN {
ordspd = MaxSpd
} ENDIF
IF ordspd < -2 THEN {
ordspd = -2
} ENDIF
IF ( OwnSpd < 0.3 ) THEN {
OrdSpd = -0.5
IF ( OwnSpd < 0.01 ) THEN {
Stop = True
DebugOut "Engine Off"
OrdSpd = 0
} ENDIF

Am i reading this correctly. The mod doctrine is saying that the SLMM can have its speed altered depending on the speed of the sub? Though any sub going greater than 10 knots and the SLMM will not go faster than 10 knots.

Last edited by Narcosis; 10-05-06 at 05:08 AM.
  Reply With Quote