View Single Post
Old 06-08-2004, 08:59 PM   #1 (permalink)
AgmLauncher
Junior Member
 
Join Date: Jun 2004
Posts: 17
Default Laser Gen's raptors.

Hey everyone.

I am trying to get Laser Gens Raptors and Comanches to fire Laser beams instead of missiles. So far what I have KIND OF works, but not quite. I cant target vehicles or structures, just infantry and force firing on the ground.

Here is the code I am using for the LazerRaptorWeapon

Code:
Weapon LazerRaptorWeapon
  PrimaryDamage               = 125.0            
  PrimaryDamageRadius         = 5.0
  AttackRange                 = 350.0
  MinimumAttackRange          = 100.0
  AcceptableAimDelta          = 30
  DamageType                  = LASER
  DeathType                   = EXPLODED
  WeaponSpeed                 = 99999
  FireFX                      = Lazr_WeaponFX_LaserCrusader
  FireSound                   = NONE
  ProjectileDetonationFX      = WeaponFX_JetMissileDetonation
  RadiusDamageAffects         = ALLIES ENEMIES NEUTRALS NOT_SIMILAR
  DelayBetweenShots           = 250
  ClipSize                    = 4 
  ClipReloadTime              = 2000
  AutoReloadsClip             = RETURN_TO_BASE 
  ProjectileCollidesWith      = STRUCTURES
  AntiAirborneVehicle         = Yes
  AntiAirborneInfantry        = No
  ShowsAmmoPips               = Yes
  LaserName                   = Lazr_CrusaderLaserBeam
  LaserBoneName               = WeaponA01
End
Can anyone point out what I am doing wrong/missing?
AgmLauncher is offline   Reply With Quote