武装突袭3

武装突袭3

NAPALM script DEMO
127 条留言
Nullified 3 月 25 日 下午 9: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  [作者] 2024 年 8 月 5 日 上午 6:37 
@Huutaam001
These should help
https://www.youtube.com/playlist?list=PLod_PhpAOFQjeeWATteU73zqL69ShN5Df

Also see the files of the demo mission.
Huutaam001 2024 年 7 月 31 日 下午 9:51 
someone help me please
Huutaam001 2024 年 7 月 31 日 下午 9:50 
I can't download it
ALIAScartoons  [作者] 2022 年 9 月 26 日 上午 3:03 
@werkzn
Yup to both questions :) Have fun!
76561198299643227 2022 年 9 月 23 日 上午 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  [作者] 2021 年 11 月 2 日 上午 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 2021 年 11 月 1 日 下午 1: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  [作者] 2021 年 9 月 7 日 上午 4:42 
@Milan
yES
Ivan 2021 年 9 月 6 日 上午 10:35 
Does this script work on dedicated servers?
Robert 2021 年 5 月 14 日 上午 5:37 
I'll have a look
ALIAScartoons  [作者] 2021 年 5 月 14 日 上午 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 2021 年 5 月 14 日 上午 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  [作者] 2021 年 3 月 3 日 上午 1:40 
@Vietnam_Gi1968
:lunar2019grinningpig:
Dr. Peter Venkman 2021 年 3 月 2 日 下午 7:33 
NAPALM!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! can i use it in zues by the firepower thingy im a happy usa officer who addicted to napalm
ALIAScartoons  [作者] 2021 年 1 月 4 日 上午 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 2021 年 1 月 3 日 上午 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  [作者] 2020 年 5 月 21 日 上午 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.
76561198026739123 2020 年 5 月 20 日 下午 7: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 2020 年 1 月 31 日 上午 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 2019 年 9 月 13 日 上午 7:54 
Ah, well plugged! xD I shall have a peek at Patreon-ing
ALIAScartoons  [作者] 2019 年 9 月 13 日 上午 7:05 
@Easy Redbeard
Sometimes, but only if is something i my lane and comes from patreons or donors
Easy Redbeard 2019 年 9 月 13 日 上午 6:24 
Are you taking requests, kind NapalmLord?
ALIAScartoons  [作者] 2019 年 8 月 10 日 上午 9:02 
@Easy Redbeard
:) Sexy!
ALIAScartoons  [作者] 2019 年 6 月 15 日 下午 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 2019 年 6 月 15 日 上午 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  [作者] 2019 年 6 月 14 日 下午 11:45 
@Easy Redbeard
Just do it as in demo mission or you trying to use it in a more exotic way?
Easy Redbeard 2019 年 6 月 14 日 下午 6: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 2019 年 6 月 9 日 下午 7: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  [作者] 2019 年 6 月 9 日 下午 6: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 2019 年 6 月 9 日 下午 4: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  [作者] 2019 年 4 月 10 日 上午 10:30 
@Raider
Good to hear, have fun!
urtis 2019 年 4 月 6 日 上午 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  [作者] 2019 年 4 月 6 日 上午 5:24 
@Raider
You mean the fire post explosion?
urtis 2019 年 4 月 4 日 下午 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  [作者] 2018 年 10 月 28 日 上午 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 2018 年 10 月 27 日 下午 11:40 
So how can I use this?
Krayzie 2018 年 10 月 27 日 下午 7:35 
Is there a way to call the script with an add action or map click?
ALIAScartoons  [作者] 2018 年 10 月 25 日 上午 7:12 
Video update for napalm released
https://www.youtube.com/watch?v=mUyEcNpSHeY
ALIAScartoons  [作者] 2018 年 10 月 23 日 上午 12: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  [作者] 2018 年 8 月 22 日 下午 2:57 
@zogen78
Cheers bro! Thank you for your input!
76561198007681116 2018 年 8 月 22 日 下午 2: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 2018 年 3 月 28 日 上午 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 2018 年 3 月 27 日 上午 10:35 
Please help me, I have no idea how to use the script.
Max 2018 年 2 月 24 日 上午 2:05 
@ALIAScartoons
Okay, thanks for the help.
ALIAScartoons  [作者] 2018 年 2 月 23 日 下午 10:44 
@Maxxx.1
inspect a plane in config view via Eden or google it, it must be a list of UNSUNG classnames somewhere
Max 2018 年 2 月 23 日 下午 2:05 
@ALIAScartoons, how do I view the bomb models?
ALIAScartoons  [作者] 2018 年 2 月 23 日 上午 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 2018 年 2 月 23 日 上午 2:57 
Is there any way to use it myself in an UNSUNG plane?