Posted by: joewijoyo - Wednesday, March 20, 2013 10:54:49 AM
Hey guys im trying to make the comanche fire some sort of laser beam. However i cannot find the correct laser bone to fire the laser out of its 20mm cannonn model.
i tried using 'TurretFX' and 'Muzzle' which i took from it's W3D ModuleTag coding but it's all still wrong.
Does anyone know the correct bone name?
Posted by: precision_bomber - Wednesday, March 20, 2013 12:18:13 PM
Try 'Muzzle01' or 'TurretFX01'
Posted by: Rrtaya_tsamsiyu - Wednesday, March 20, 2013 1:15:24 PM
Weapon CAT-BeamWeapon
PrimaryDamage = 5.0
PrimaryDamageRadius = 1.0
ScatterRadiusVsInfantry = 0.0
AttackRange = 220.0
DamageType = EXPLOSION
DeathType = EXPLODED
WeaponSpeed = 999999.0
LaserName = Lazr_PatriotLaserBeam
LaserBoneName = 101
FireFX = Lazr_WeaponFX_LaserCrusader
RadiusDamageAffects = ALLIES ENEMIES NEUTRALS
DelayBetweenShots = 90 ; time between shots, msec
ClipSize = 0 ; how many shots in a Clip (0 == infinite)
ClipReloadTime = 0 ; how long to reload a Clip, msec
AutoReloadsClip = Yes
AntiAirborneVehicle = No
AntiAirborneInfantry = No
AntiGround = Yes
AntiBallisticMissile = No
ProjectileCollidesWith = STRUCTURES
End
Posted by: joewijoyo - Saturday, March 23, 2013 10:25:34 AM
okay i tried turretfx01 it worked thx precision bomber!