Arma 3
Unsung
Bomb Classname
I'm trying to write a script to have some bombs "drop" on a trigger similar to how you can use "Bo_Mk82" and createVehicle in vanilla ArmA 3, but with Napalm.

As far as I understand (and I could be very wrong) you can't just spawn the vehicleweapon class (i.e. Uns_NapalmLauncher_750_dl) and have that explode, but would have to create the dropped munition class similar to the Bo_... in ArmA 3 vanilla.

Is there a classname for this in the mod?

Many thanks.
< >
Showing 1-3 of 3 comments
TeTeTe3  [developer] May 9, 2020 @ 1:01am 
Not sure if it works with the ammunition, but here it is:

class Uns_NapalmLauncher_500_dl: Uns_NapalmLauncher_500
{
magazines[] = { "uns_pylonRack_1Rnd_Bomb_Napalm_500", "uns_pylonRack_f4_2Rnd_Bomb_Napalm_500", "uns_pylonRack_f105_r_2Rnd_Bomb_Napalm_500", "uns_pylonRack_f105_l_2Rnd_Bomb_Napalm_500", "uns_pylonRack_f100_3Rnd_Bomb_Napalm_500", "uns_pylonRack_a7_3Rnd_Bomb_Napalm_500", "uns_pylonRack_f4_3Rnd_Bomb_Napalm_500", "uns_pylonRack_f4_4Rnd_Bomb_Napalm_500", "uns_pylonRack_f105_r_4Rnd_Bomb_Napalm_500", "uns_pylonRack_a7_6Rnd_Bomb_Napalm_500","uns_pylonRack_a7_4Rnd_Bomb_Napalm_500"};
};
class Uns_NapalmLauncher_750_dl: Uns_NapalmLauncher_750
{
magazines[] = { "uns_pylonRack_1Rnd_Bomb_Napalm_750", "uns_pylonRack_f4_2Rnd_Bomb_Napalm_750", "uns_pylonRack_f105_r_2Rnd_Bomb_Napalm_750", "uns_pylonRack_f105_l_2Rnd_Bomb_Napalm_750","uns_pylonRack_a7_3Rnd_Bomb_Napalm_750", "uns_pylonRack_f4_3Rnd_Bomb_Napalm_750", "uns_pylonRack_a7_4Rnd_Bomb_Napalm_750","uns_pylonRack_f105_r_4Rnd_Bomb_Napalm_750", "uns_pylonRack_f105_l_4Rnd_Bomb_Napalm_750","uns_pylonRack_a7_6Rnd_Bomb_Napalm_750" };
};
Thanks a bunch, I'll give it a go
Soapbox0331 Jul 30, 2020 @ 8:13pm 
Originally posted by Aristoquatic Whale:
Thanks a bunch, I'll give it a go

Hello Aristo, Where you able to get Napalm "drops"?
< >
Showing 1-3 of 3 comments
Per page: 1530 50