Arma 3
NAPALM script DEMO
127 kommentarer
Nullified 25. mar. kl. 21:51 
Hey its been a while, quick question 5-6 minutes the fire lasts, anyway to reduce the time, ? if so what line exactly
ALIAScartoons  [ophavsmand] 5. aug. 2024 kl. 6:37 
@Huutaam001
These should help
https://www.youtube.com/playlist?list=PLod_PhpAOFQjeeWATteU73zqL69ShN5Df

Also see the files of the demo mission.
Huutaam001 31. juli 2024 kl. 21:51 
someone help me please
Huutaam001 31. juli 2024 kl. 21:50 
I can't download it
ALIAScartoons  [ophavsmand] 26. sep. 2022 kl. 3:03 
@werkzn
Yup to both questions :) Have fun!
werkzn 23. sep. 2022 kl. 9:36 
Looks impressive! May I use your script for my mission about the war in Vietnam? Is it possible to change a plane that carries napalm?
Thanks in advance.
ALIAScartoons  [ophavsmand] 2. nov. 2021 kl. 1:33 
@savoyard902
You have to name your trucks and execute the script for each of them.
You could have them in an array too and run the script in a loop for that array tho you need to know how to work with arrays.
You could also detect the type of truck and if is the one you need you run the script for it.
There are many ways to do it depending on what you need
savoyard902 1. nov. 2021 kl. 13:00 
hi great scripts there are never enough I have a little problem I have fuel tank trucks to explode more than 100 distributed in the mission

but your script asks for a unique variable but i need to use an "_obj" variable in my "addeventhandler killed" how can i do this
null = [_obj] execVM "AL_napalm\alias_obj_sing.sqf";
ALIAScartoons  [ophavsmand] 7. sep. 2021 kl. 4:42 
@Milan
yES
Ivan 6. sep. 2021 kl. 10:35 
Does this script work on dedicated servers?
Robert 14. maj 2021 kl. 5:37 
I'll have a look
ALIAScartoons  [ophavsmand] 14. maj 2021 kl. 5:26 
@Robert
Look for setdamage i one of the files and replace that with ACE set damage. Don't remember how i set it up to provide more info
Robert 14. maj 2021 kl. 5:10 
Is it possible to make it deal ace damage? r could you possibly point to where the damage is actually being applied?
ALIAScartoons  [ophavsmand] 3. mar. 2021 kl. 1:40 
@Vietnam_Gi1968
:lunar2019grinningpig:
Dr. Peter Venkman 2. mar. 2021 kl. 19:33 
NAPALM!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! can i use it in zues by the firepower thingy im a happy usa officer who addicted to napalm
ALIAScartoons  [ophavsmand] 4. jan. 2021 kl. 1:34 
@Coolhand24
For the wrong type of plane - Make sure that you don't have another script execution via init.sqf, init field of an object etc
Pilot could die if the plane is too close to the ground and the plane either crashes or is affected by explosion
Coolhand24 3. jan. 2021 kl. 8:04 
Not sure why this is not working for me - I am in SP activating through zeus global code execute module. I execute

null = ["start","end", 4, 1+ random 1,"uns_A1J_navy_CAS"] execVM "AL_napalm\bomber_nap.sqf";

and the wrong plane spaws (Which isn't my main problem) and then the pilot instantly dies and the plane falls to the ground everytime. Any way to stop this?
ALIAScartoons  [ophavsmand] 21. maj 2020 kl. 1:22 
@[AAF]Scotsman
Using triggers to run scripts is not reliable especially for MP. Use triggers as i did in my rock slide demo script if you have to, is the simpler way.
Scotsman 20. maj 2020 kl. 19:56 
not sure you will ever see this but any reason as to why only 1 fire effect of 4 bombs shows on a trigger but on the demo mission it is 100% fine?
Predator14 31. jan. 2020 kl. 9:35 
tu devrait mettre à jour les effets de feu qui ne sont plus trop à jour je trouve par rapport à ce que le mod unsung fait avec les effet de feu
Easy Redbeard 13. sep. 2019 kl. 7:54 
Ah, well plugged! xD I shall have a peek at Patreon-ing
ALIAScartoons  [ophavsmand] 13. sep. 2019 kl. 7:05 
@Easy Redbeard
Sometimes, but only if is something i my lane and comes from patreons or donors
Easy Redbeard 13. sep. 2019 kl. 6:24 
Are you taking requests, kind NapalmLord?
ALIAScartoons  [ophavsmand] 10. aug. 2019 kl. 9:02 
@Easy Redbeard
:) Sexy!
ALIAScartoons  [ophavsmand] 15. juni 2019 kl. 12:24 
@Easy Redbeard
I suppose you create the tank on server side. There are few things you could do, the simpler one would be to use remoteexec to run the script, something like this:
[[mytank] ,"AL_napalm\alias_obj_sing.sqf"] remoteexec ["execvm"];
Easy Redbeard 15. juni 2019 kl. 1:52 
I'm using the obj_sing version to detonate a fuel tank dropped from an aircraft. The tank is created dynamically, attached to an aircraft, later dropped. All works perfectly in SP and up to a point in MP. Only the napalm effect doesn't happen MP. I've tried everything I can to make it run globally and I'm clearly thick because I can't get it to cooperate. xD
ALIAScartoons  [ophavsmand] 14. juni 2019 kl. 23:45 
@Easy Redbeard
Just do it as in demo mission or you trying to use it in a more exotic way?
Easy Redbeard 14. juni 2019 kl. 18:03 
I can't get it to cooperate MP, clearly an ability gap here lol. If anyone else has a working MP example, I would pay cookies to have that file.
Easy Redbeard 9. juni 2019 kl. 19:37 
Not a problem, cheers for the quick reply. I'll look at it again and make sure that is happening. Cheers for the diagnosis.

As I said, this thing is bloody wonderful - and beautiful too, really nice work.
ALIAScartoons  [ophavsmand] 9. juni 2019 kl. 18:18 
@Easy Redbeard
Sorry bud, but i don't have time to debug scripts and missions. Just make sure you execute the script in global otherwise will happen exactly what you reported
Easy Redbeard 9. juni 2019 kl. 16:47 
Hello Alias, firstly, this is gorgeous, thank you. Ran this fine in SP, no issues.

Tried to set it up on a MP server, using the explode from object method but the explosions simply aren't happening. Can't quite figure it out. Can I send you script and flow via DM for review?
ALIAScartoons  [ophavsmand] 10. apr. 2019 kl. 10:30 
@Raider
Good to hear, have fun!
urtis 6. apr. 2019 kl. 10:02 
@Aliascartoons Yes, but I got it working. It ended up being another script that was blocking the effects of the fire post explosion. The script works great.
ALIAScartoons  [ophavsmand] 6. apr. 2019 kl. 5:24 
@Raider
You mean the fire post explosion?
urtis 4. apr. 2019 kl. 12:57 
@Aliascartoons I can't get the fire effect working when I use the script on Tanoa. Do you know any solution to this problem?
ALIAScartoons  [ophavsmand] 28. okt. 2018 kl. 4:26 
@DevilDog
See the video tutorials and the demo mission itself

@KoKayneKrayzie
Yeah, with onMapSingleClick, never tried it but should work.
https://community.bistudio.com/wiki/onMapSingleClick
CHIEF 27. okt. 2018 kl. 23:40 
So how can I use this?
Krayzie 27. okt. 2018 kl. 19:35 
Is there a way to call the script with an add action or map click?
ALIAScartoons  [ophavsmand] 25. okt. 2018 kl. 7:12 
Video update for napalm released
https://www.youtube.com/watch?v=mUyEcNpSHeY
ALIAScartoons  [ophavsmand] 23. okt. 2018 kl. 0:51 
Napalm script updated. For now is updated only on STEAM!!!!
I will release a video update ASAP and the direct download link will be up to date shortly. Have fun!
I will let you know when the direct download link is available.

Script update
* SFX overhaul
* code re-written
* changed the way damage is applied
* small syntax change to make it easier to set the type of plane you wanna use as bomber
ALIAScartoons  [ophavsmand] 22. aug. 2018 kl. 14:57 
@zogen78
Cheers bro! Thank you for your input!
zogen78 ( CFAT ) 22. aug. 2018 kl. 14:36 
@ALIAScartoons Hi, when the plane spawn it crashes directly
I added to the file bomber_nap.sqf line 26 :
_veh_avion setVelocity [60 * (sin (getdir _veh_avion)), 60 * (cos (getdir _veh_avion )), 1];
and it works !
I love your mod ! Thank you for your work :)
Kane 28. mar. 2018 kl. 8:53 
@Goruko Don't you know how to install the script or does it just not work when you're trying to play your mission?
Goruko 27. mar. 2018 kl. 10:35 
Please help me, I have no idea how to use the script.
Max 24. feb. 2018 kl. 2:05 
@ALIAScartoons
Okay, thanks for the help.
ALIAScartoons  [ophavsmand] 23. feb. 2018 kl. 22:44 
@Maxxx.1
inspect a plane in config view via Eden or google it, it must be a list of UNSUNG classnames somewhere
Max 23. feb. 2018 kl. 14:05 
@ALIAScartoons, how do I view the bomb models?
ALIAScartoons  [ophavsmand] 23. feb. 2018 kl. 6:03 
@Maxxx.1
Yup, as you can see in the update video, you only need to get right the class name of the bombs you want to use as napalm
Max 23. feb. 2018 kl. 2:57 
Is there any way to use it myself in an UNSUNG plane?