←  Suggestion Forum

Fallout Studios Forums

»

TUNGUSKA PROBLEM?

Admiral's Photo Admiral 15 Dec 2008

Hello, and thanks for TEOD mod, very very nice work. I have taken the TUNGUSKA to my own mod, for my use only, would never use it public without permission. I can build it and it works fine, but the missileweaponair will not target any air units only a APACHE helicopter but no other helicopters or airplanes? Is that weird I have not altered other data than ripping them to my own mod. And I have the Missileweaponair W3D model = RU-TorMissile, and the weaponobject "TORM" But the missile from the TUNGUSKA is still purple. But in TEOD mod it works just fine and the missileweaponair is not purple. What is wrong?

Thanx hope someone can help I love this model. Very nice sound also.
Quote

Alexei_Stukov's Photo Alexei_Stukov 15 Dec 2008

You need to extract the textures for the missile to. Also in my mod Anti air units use damage type Laser.
So if you want the tunguska to fire with missiles at air targets change this :

Weapon TunguskaMissileAir
PrimaryDamage = 80.
PrimaryDamageRadius = 5.0 ; 0 primary radius means "hits only intended victim"
AttackRange = 250.0
DamageType = here wrirte EXPLOSION instead of LASER
DeathType = NORMAL
WeaponSpeed = 9999.0 ; dist/sec (huge value == effectively instant)
ProjectileObject = TORM
FireFX = WeaponFX_LargeGunFire
FireSound = SA-13Fire2
RadiusDamageAffects = ALLIES ENEMIES NEUTRALS
DelayBetweenShots = 1600
ClipSize = 8 ; how many shots in a Clip (0 == infinite)
ClipReloadTime = 8000 ; how long to reload a Clip, msec
AutoReloadsClip = Yes
AntiAirborneVehicle = Yes
AntiAirborneInfantry = Yes
AntiGround = No
AntiBallisticMissile = Yes
ProjectileCollidesWith = ENEMIES
ProjectileDetonationFX = WeaponFX_BombTruckDefaultBombDetonation
AcceptableAimDelta = 180
End

this is in the weapon.ini file

Also post that kind of topics in the main forum :D Not in the suggestion :P
Quote

Alexei_Stukov's Photo Alexei_Stukov 15 Dec 2008

For missile exhaust see particlesystem.ini file
Quote