Arma 3
Ei tarpeeksi arvosteluja
SUICIDAL DOCTRINE SCRIPT
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Data Type: Scenario
Scenario Gameplay: Singleplayer, Multiplayer, Coop, Zeus
Scenario Type: Infantry, Vehicles
Scenario Map: VR
Meta: Dependency
Tunnisteet: Tag Review
Tiedostokoko
Julkaistu
Päivitetty
448.208 KB
1.2.2022 klo 16.50
17.2.2022 klo 8.01
7 muutosilmoitusta ( näytä )

Tilaa ladataksesi
SUICIDAL DOCTRINE SCRIPT

1 kokoelmassa, tekijä thy
Essential Scripts for Arma 3 Missions
9 luomusta
Kuvaus
[SCRIPT]

This is not a mission, but a script for you use freely in your missions. This script brings some methods of mid-east suicidal doctrine. Through the only one .sqf the mission editor is able to control which method their suicidal unit will use, just flagging it on code available. This is ready for multiplayer and single player, as well as dedicated servers or not. Enjoy.

Source: https://github.com/aldolammel/Arma-3-Suicidal-Doctrine-Script

DEPENDENCIES
  • CBA
  • ACE



VBIED METHOD
A suicide operator steers the vehicle-bomb (VBIED) to a target and, at the right moment, a remote detonation trigger is pressed by the suicide;

Ways to detonate:
  • If the suicidal AI responsible for the VBIED presses the detonation trigger;
  • If the VBIED suffers severe damage;

Ways to NOT detonate:
  • Killing the suicidal AI before detonation;
  • Capture (handcuff) the suicide when (and if) dismounted;
  • No player approaching the VBIED;

DEAD MAN TRIGGER METHOD
A suicide operator wears a suicidal belt/vest and detonates theirself by releasing a reverse-pressure trigger.

Ways to detonate:
  • If the AI commits suicide, with the detonator activated, release the detonation trigger.
  • If the suicidal AI, with the detonator activated, is killed.
  • If the suicidal AI, with the detonator activated, becomes incapacitated or unconscious.

Ways to NOT detonate:
  • No player approaching the suicide;
  • Capture (handcuff) the suicide before he released the trigger (you're so dead!);

CLASSIC SUICIDE BOMBER METHOD
A suicide operator wears a suicidal belt/vest and detonates themself by pressing a trigger.

Ways to detonate:
  • If the AI kill itself, releasing the detonation trigger.

Ways to NOT detonate:
  • Killing the suicidal through a decent distance;
  • No player approaching when the suicidal still alive;
  • Capture (handcuff) the suicidal before they press the trigger (you're so dead!);

MORE INFO
For more details about this script power, here is the extended description:
https://github.com/aldolammel/Arma-3-Suicidal-Doctrine-Script/blob/main/README.md
5 kommenttia
thy  [tekijä] 25.7.2024 klo 6.10 
@Komodo, I saw your messages in BS Forum. I'll answer you via forum ;)
Komodo 23.7.2024 klo 5.24 
how to add multiple variables in the -suicidal line?
Komodo 23.7.2024 klo 4.49 
hi thy, can you make a non ACE version of this?

thnx
thy  [tekijä] 8.2.2022 klo 13.57 
Thanks @Gman
Gman 3.2.2022 klo 8.22 
Neat script, I dig it. I was able to adapt it almost instantly to an init function for spawned units, which is amazing. Exactly what I've been trying to code myself for my custom factions, but now I don't need to try anymore. Thanks for sharing!