View Single Post
Old 10-06-08, 10:29 AM   #5
GrayOwl
Soundman
 
Join Date: Sep 2004
Location: Compartment № 5 /Silos/
Posts: 149
Downloads: 0
Uploads: 0
Default



Stupid AI the seamen! Can not distinguish a sonobuoy ping from a ping of a torpedo.
Use the correct doctrine.
For example such:

/ If in your mission was French Cassard DDG class, then assign name the doctrine of a guns.txt /

; Guns Self-defense Doctrine
; Assembled For DWX RA Addon Use

var TowedAcousticsIdx
var CMTimer
TowedAcousticsIdx = DBIdxFromRecNum 1413

; New Track
IF ( NEWTRACK ) THEN {
; Set Defence Tactic
; IF ( ( TgtClass $= "MISSILE" ) OR ( TgtClass $= "AIR" ) OR ( TgtClass $= "HELO" ) ) THEN { SETTACTIC "GUNS_Attack" } ENDIF

IF ( ( TgtClass $= "MISSILE" ) OR ( TgtClass $= "AIR" ) ) THEN { SETTACTIC "GUNS_Attack" } ENDIF

; Auto Evade Weaps
IF ( ( TgtClass $= "WEAP" ) AND NOT ( TgtType $= "Sonobuoy" ) ) THEN { SETTACTIC "SurfEvadeWeap" } ENDIF

IF ( ( TgtClass $= "WEAP" ) AND ( TgtType $= "Sonobuoy" ) AND ( TgtID $= "HOSTILE" ) ) THEN { SETTACTIC "SurfEvadeWeap" } ENDIF

IF ( TgtClass $= "MINE" ) THEN { SteerAbeam } ENDIF

IF ( TgtType $= "SUB" ) THEN { CounterMeasureIdx TowedAcousticsIdx } ENDIF

} ENDIF
__________________
-+= I the ocean hunter, and I am dangerous =+-
*** Kalashnikov - the best ***
GrayOwl is offline   Reply With Quote