Arma 3
91 beoordelingen
Kamikaze Script DEMO
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Data Type: Scenario
Scenario Gameplay: Singleplayer, Multiplayer, Coop
Scenario Map: Altis
Meta: Collection
Bestandsgrootte
Geplaatst op
Bijgewerkt op
581.651 KB
4 aug 2017 om 3:42
14 jul 2018 om 3:45
4 wijzigingsnotities (weergeven)

Abonneren om te downloaden
Kamikaze Script DEMO

In 1 verzameling van ALIAScartoons
ARMA 3 SCRIPTS AND DEMO MISSIONS
52 items
Omschrijving
If you plan to use suicidal units in your mission you can use this simple script.

You can also see the script in action in this mission
http://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1100219099

* Demo mission on ALTIS.
* Tested on dedicated
* Un-pbo or Un-zip the mission and read the comments or watch the video tutorial for more information.

Direct Download link:
https://aliascartoons.com/

If you like my work and want to support:



For those who prefer to donate via PayPal here it is the link
[www.paypal.com]

My Patreon Page:
https://www.patreon.com/aliascartoons

My Twitter account
https://twitter.com/ALIAScartoons

Other Scripts
http://gtm.steamproxy.vip/sharedfiles/filedetails/?id=660222301

DO NOT INCORPORATE THIS SCRIPT OR PORTIONS OF IT IN MONETIZED PRODUCTS OR SERVERS WITHOUT ASKING FOR PERMISSION AND OBTAINING APPROVAL FROM ME!!!
54 opmerkingen
J-Money 14 sep om 2:45 
can you do one with a VBIED that does something similar while playing an audio effect? like jihad music? lol
Machu 20 nov 2023 om 12:15 
Perfect! I'll look it up, thank you.
ALIAScartoons  [auteur] 20 nov 2023 om 11:20 
@Machu
tbh, i don't remember the script, is good to consider the FPS when it comes to AI in MP missions, i do remember that script is pretty basic, doesn't have too many "customizable" parameters, so you might need to edit it a little bit. There are many ways to do it and depends on how many kamikaze you want to spawn, what targets you want them to attack. A funny way to get rid of them would be to have a timer and make them blow themselves up when time is up, expiration could be random or not.
Of course this solution has the potential to create problems on friendly side :lunar2019grinningpig:
depends on how "serious" (pun intended :)) you want the mission to be.
Machu 20 nov 2023 om 7:23 
Use it in warlords. When the team goes to attack a city to take over it, it activates the kamikaze, but when leaving the city and attacking another, the kamikaze of the previously attacked city is deleted. To avoid accumulating too many kamikazes and not lowering the fps. Or a line inside the script that deletes the kamikaze when the player moves away from the city to attack another.
ALIAScartoons  [auteur] 20 nov 2023 om 6:37 
Yes. Not sure how you wanna use it, but a simple way will be to use the trigger to toggle a variable, to make it false or true, and within the kamikaze script to have a check for that variable and execute or not the script and called/spawned etc
Machu 19 nov 2023 om 15:04 
hi,I'd like to use a trigger to activate it, but delete it when I get out of the trigger. Is it possible to add script?
ALIAScartoons  [auteur] 30 jun 2019 om 3:34 
@crookedlungs
Double check the sound file name and the path you have for it in description.ext
Do you have the latest version of the script?
crookedlungs 29 jun 2019 om 15:26 
Hey guys, question; I got this successfully ported over to my mission but I can't seem to get the sounds working. I have them in the exact same structure as the original demo mission. Does anybody have any ideas about what the issue could be?
ALIAScartoons  [auteur] 10 mei 2019 om 8:11 
@XCITE
I think you need to find how to blacklist AI from the mod you using, i don't know A3AXI and i never used it but is possible that takes control over server spawned AI.
I think a workaround will be instead of spawning kamikaze as units they should be spawned as agents and disable some features like AI behavior or something so the mod would not mess with them
Xcite 10 mei 2019 om 7:57 
@ALIAScartoons
Yes, I am running A3AXI https://github.com/SnarkIndustries/A3XAI-Final I will try the demo mission on my server this afternoon. Thanks.