How would I do all that. Also the laser is for tanks/infantry. Also I need to know how to get it to show a laser when firing since it don't show it when it is fired. What code is needed to change the targetable units?
Here is the code for my laser so far.
Quote:
Weapon Laser
PrimaryDamage = 100.0
PrimaryDamageRadius = 0.0
AttackRange = 100
DamageType = LASER
DeathType = BURNED
WeaponSpeed = 999999.0 ; dist/sec
DelayBetweenShots = 1000 ; time between shots, msec
ClipSize = 0 ; how many shots in a Clip (0 == infinite)
ClipReloadTime = 0 ; how long to reload a Clip, msec
LaserName = PointDefenseLaserBeam
FireFX = WeaponFX_PaladinPointDefenseLaser
End
|
I changed the death type to BURNED since it looked better than normal death. Also I would like to know where the lasername is located (in which ini) and if it can be edited. (ex make the laser fatter and a different color)