MandoAir tutorial mission v1.1The file contains a mission ready to play and a folder with the mission and the scripts for the editor.
---------------
For OFP 1.96
Nogova map (use original as some buildings IDs are used)
NO ADDONS NEEDED.
This mission and its intro demostrate:
mandosentry2.sqs: New anti-armour device deployed by air units (explosive and chemical).
mandoairstrike.sqs: Accurate air strikes setting an array of targets.
mandoairstrikeauto.sqs: Close Air Support, only the CAS position is needed, the planes select targets by their own.
mandoheliroute.sqs: No range limit for helicopter moves, landing just where you want, no need of helipads anymore.
mandoscramble.sqs: Planes taking off without runaways.
mandoland.sqs (BETA): Planes landing without runaways.
NOTE: From the editor, activate the markers and check the blue ones, they are good tips.
----------------------------------------------------------------
MandoAir2, Close Air Support in detailThe file contains a mission ready to play and a folder with the mission and the scripts for the editor.
MandoAir2 air support scripts second tutorial mission (Close Air Support in detail)
By Mandoble
For OFP 1.96
NO ADDONS NEEDED.
This mission demostrates:
mandocasinit.sqs <- Initializes CAS arrays for each side (*)
mandocasmapset.sqs <- Enable CAS requests by clicking on map with Shift or Alt keys pressed. (**)
mandocasmapcall.sqs <- Processes a click on map for CAS requests
mandocasmapset.sqs <- CAS request (**)
mandocivcas.sqs <- Controls civilian side CAS planes while not assigned to any CAS mission
mandoeastcas.sqs <- Controls east side CAS planes while not assigned to any CAS mission
mandorescas.sqs <- Controls resistance side CAS planes while not assigned to any CAS mission
mandowestcas.sqs <- Controls west side CAS planes while not assigned to any CAS mission
mandoairstrikeauto.sqs <- Takes control of a plane once it is assigned to a CAS mission
mandocasend.sqs <- Executed by mandoairstrikeauto.sqs when CAS mission ends, marks the plane
as available for more CAS missions.
bigbombs.sqs <- Spawns free fall bombs, used by mandoairstrikeauto.sqs to perform freefall bombs attacks.
(*): You only need to execute this and then any (or both) of the (**)
NOTE: From the editor, activate the markers and check the blue ones, they are good tips. Check mission's init.sqs, it has all you need to setup to be able to request CAS missons.