Missile flare color?
Moderator: Moderators
-
- MC: Legacy & Spring 1944 Developer
- Posts: 1948
- Joined: 21 Sep 2004, 08:25
Missile flare color?
Is there a way to set the color of missile's exhaust flares? Also, is there a way to have a plasma weapon (aka a "blob" projectile weapon) actively track and pursue targets WITHOUT the smoketrail=1 tag (which removes the blob, leaving only a smoketrail)
-
- MC: Legacy & Spring 1944 Developer
- Posts: 1948
- Joined: 21 Sep 2004, 08:25
You can override the texture the smoke trail uses with a black 1x1 tga for instance.
Quoted from the changelog:
Quoted from the changelog:
Code: Select all
- New weapon FBI tags, texture1, texture2, texture3, texture4, the texture must be defined in resources.tdf in the projectile section.
MissileProjectile (standar rockets and guided missiles):
texture1 = flare
texture2 = smoke
LaserProjectile:
texture1 = laserbeam
texture2 = Start and end of the beam (half of the texture used at either end.)
BeamLaserProjectile:
texture1 = laserbeam
texture2 = Start and end of the beam (half of the texture used at either end.)
texture3 = muzzle flare
LargeBeamLaserProjectile:
texture1 = laserbeam
texture2 = Start and end of the beam (half of the texture used at either end.)
texture3 = Extra graphical effect at the start of the beam.
texture4 = muzzle flare
StarBurstProjectile (starburst weaponry, like nukes):
texture1 = flare
texture2 = smoke
texture3 = flame
EmgProjectile
texture1 = texture for the projectile
LightningProjectile
texture1 = texture for the lightning
ExplosiveProjectile (used in most plasma cannons)
texture1 = texture of the projectile, will be blended multiple times.