Removed HuntIR explosion sound

This commit is contained in:
ulteq 2015-06-07 12:48:01 +02:00
parent 665fa55adf
commit fb1ddb4dd6

View File

@ -9,26 +9,37 @@ class CfgAmmo {
class ShellBase;
class ACE_HuntIR_Propell: ShellBase {
hit = 0;
indirectHit = 0;
indirectHitRange = 0;
explosive = 1;
typicalSpeed = 100;
cost = 300;
model = "\A3\weapons_f\empty";
airFriction = 0;
timeToLive = 1;
explosionTime = 0.001;
soundHit[] = { "A3\Sounds_F\weapons\Rockets\rocket_fly_1", 3.16228, 3, 250 };
soundDefault1[] = { "A3\Sounds_F\weapons\Rockets\rocket_fly_1", 3.16228, 3, 250 };
soundDefault2[] = { "A3\Sounds_F\weapons\Rockets\rocket_fly_1", 3.16228, 3, 250 };
soundDefault3[] = { "A3\Sounds_F\weapons\Rockets\rocket_fly_1", 3.16228, 3, 250 };
supersonicCrackNear[] ={ "",1,1,100};
supersonicCrackFar[] = { "",1,1,150};
soundFly[] = {"",1,1};
soundEngine[] ={"",1,4};
CraterEffects = "NoCrater";
explosionEffects = "ACE_HuntIR_Propell_Fx";
supersonicCrackNear[] = {"",0.316228,1,50};
supersonicCrackFar[] = {"",0.223872,1,150};
CraterEffects = "";
CraterWaterEffects = "";
ExplosionEffects = "ACE_HuntIR_Propell_Fx";
visibleFire = 1;
audibleFire = 1;
dangerRadiusHit = -1;
suppressionRadiusHit = 0;
soundHit1[] = {"",3.16228,1,2000};
soundHit2[] = {"",3.16228,1,2000};
soundHit3[] = {"",3.16228,1,2000};
soundHit4[] = {"",3.16228,1,2000};
soundHit5[] = {"",3.16228,1,2000};
soundHit6[] = {"",3.16228,1,2000};
soundHit7[] = {"",3.16228,1,2000};
soundHit8[] = {"",3.16228,1,2000};
multiSoundHit[] = {};
class HitEffects {};
soundFakeFall0[] = {"",3.16228,1,1000};
soundFakeFall1[] = {"",3.16228,1,1000};
soundFakeFall2[] = {"",3.16228,1,1000};
soundFakeFall3[] = {"",3.16228,1,1000};
soundFakeFall[] = {};
hit = 0;
indirectHit = 0;
indirectHitRange = 0;
explosive = 1;
model = "\A3\weapons_f\empty";
airFriction = 0;
timeToLive = 1;
explosionTime = 0.001;
};
};