View Single Post
Old 03-21-2003, 02:05 PM   #15 (permalink)
Phoib
Senior Member
 
Join Date: Dec 2002
Posts: 1,031
Send a message via ICQ to Phoib Send a message via MSN to Phoib
Default

One small detail, Tomahawks smash into their targets horizontally, not vertically

Try this code (not tested, will do it next hour for screenshots) to get a more realistic Tomahawk Strike.

Code:
ObjectCreationList SUPERWEAPON_B52_ACMStrike1
  DeliverPayload
    Transport = AmericaJetB52
    StartAtPreferredHeight = Yes
    StartAtMaxSpeed = Yes
    MaxAttempts = 1
    DropOffset = X:0 Y:0 Z:-2
    DropVariance = X:30 Y:40 Z:0
    DropDelay = 300         ; ACM's are dropped quite fast.
    Payload = TomahawkMissile 12    ; Carries 12 AGM-85C's, or 3 HaveNaps.
    DeliveryDistance = 4500  ;Launched from a good distance.
    WeaponErrorRadius               = 100   ' 12 Tomahawks at the same location is quite overkill.
    InheritTransportVelocity        = Yes                 ;Actually faster, but what the hell.
    DeliveryDecalRadius = 100
    DeliveryDecal
      Texture           = SCCA10Strike_USA
      Style             = SHADOW_ALPHA_DECAL
      OpacityMin        = 25%
      OpacityMax        = 50%
      OpacityThrobTime  = 500
      Color             = R:255 G:156 B:0 A:255 
      OnlyVisibleToOwningPlayer = Yes
    End
  End
End
Expect some screenies soon

EDIT: Both Quote and Code doesn't work very well :dead:

EDIT2: Bah, I missed something. No effect at all. DZ had something about this, lets searh for it...
Phoib is offline   Reply With Quote