ХЗ. У Петрушки с Аед спроси..(((. Я тока знаю что пламя выстрела и звук и трассер для каждого оружия определяется в классе оружия, например-
Цитата:
gunproperties.fireMesh = "3DO/Effects/GunFire/20mm/mono.sim";
gunproperties.fire = null;
gunproperties.sprite = "3DO/Effects/GunFire/20mm/GunFlare.eff";
gunproperties.smoke = "effects/smokes/MachineGun.eff";
gunproperties.shells = "3DO/Effects/GunShells/GunShells.eff";
gunproperties.sound = "weapon.mgun_20_700";
gunproperties.emitColor = new Color3f(1.0F, 1.0F, 0.0F);
|
Цитата:
gunproperties.bullet[0].traceMesh = "3do/effects/tracers/20mmYellow/mono.sim";
gunproperties.bullet[0].traceTrail = "effects/Smokes/SmokeBlack_BuletteTrail.eff";
gunproperties.bullet[0].traceColor = 0xd200ffff;
|
А уж оружие прописывают в классе самолета...