Arma 3
No hay suficientes valoraciones
SUICIDAL DOCTRINE SCRIPT
   
Premiar
Favoritos
Favorito
Quitar
Data Type: Scenario
Scenario Gameplay: Singleplayer, Multiplayer, Coop, Zeus
Scenario Type: Infantry, Vehicles
Scenario Map: VR
Meta: Dependency
Etiquetas: Tag Review
Tamaño
Publicado el
Actualizado el
448.208 KB
1 FEB 2022 a las 16:50
17 FEB 2022 a las 8:01
7 notas sobre cambios ( ver )

Suscríbete para descargar
SUICIDAL DOCTRINE SCRIPT

En 1 colección creada por thy
Essential Scripts for Arma 3 Missions
9 artículos
Descripción
[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 comentarios
thy  [autor] 25 JUL 2024 a las 6:10 
@Komodo, I saw your messages in BS Forum. I'll answer you via forum ;)
Komodo 23 JUL 2024 a las 5:24 
how to add multiple variables in the -suicidal line?
Komodo 23 JUL 2024 a las 4:49 
hi thy, can you make a non ACE version of this?

thnx
thy  [autor] 8 FEB 2022 a las 13:57 
Thanks @Gman
Gman 3 FEB 2022 a las 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!