Mando Bombs (Scripts)

By Mandoble

This chart is a description of the purpose of each script. Anyone editing Mando Bombs will find ths chart useful!

 

script Purpose
mando_bombs.sqf

A plane will perform real and accurate free fall or SADARM bombs run against indicated object or coordinates. The plane will drop two bombs in sequence.

mando_airsupportdlg.sqf

and

mando_airsupportdlg.h

Creates and handles the air support console. From this console you may order bomb runs against selected position in the map, or close air support missions where the planes will engange any not friendly vehicle, ship or static weapon within a range of 500m around the marked center. Gunships support, airborne assaults, reconnaissance, evacuation missions and cruise missile attacks are also available from the console.

mando_bombs\mando_airsupportdlg.h must by included in your mission's description.ext file.

mando_giveme_console.sqf 

Universal script to provide air support console action considering respawns and user defined conditions to allow access to the console.

mando_airsupport_nodlg.sqf

Provides same missios as mando_airsupportdlg.sqf (except reconnaissance) but use direct script arguments instead of dialog interface and uses the same global vars except that number of missions left per type is not considered.

mando_basic_airsupport.sqf

If you dont provide an existing plane, the script creates one. The plane will perform a free fall or SADARM air support against targets located within 500 from the indicated air support coordiantes. If the plane was spawned by the script, it will be deleted few seconds after support mission ends.

mando_basic_bombrun.sqf

If you dont provide an existing plane, the script creates one. The plane will perform a free fall or SADARM bomb run against indicated coordinates. If the plane was spawned by the script, it will be deleted few seconds after the bomb run ended.

mando_bombs_basic_mapclick.sqf

Calls for bomb run or air support (free fall or SADARM) by clicking coordinates on the map.

mando_bombs_sadarm.sqf

Spawns a SADARM bomb.

mando_deploy_sadarm.sqf

Deploys a ground SADARM. Use this script as menu action script to provide players SADARM manual deployment capability. Number of SADARMs should be provided as third argument of the add action script.

mando_arty_sadarm.sqf

Provides SADARM capability to artillery and tank units. Players will have a display showing aiming data for SADARM bombardment. The player must pick the horizontal range to the target first (ground hit range), and then elevate the gun until SADARM activation range is close to the previously calculated ground hit range, and then fire a HEAT round.

mando_bombs_effects.sqf

This script is automatically executed by mando_bombs_sadarm.sqf and mando_deploy_sadarm.sqf.