Arma 3
Not enough ratings
Paratrooper QRF
   
Award
Favorite
Favorited
Unfavorite
Data Type: Scenario
Scenario Gameplay: Singleplayer, Multiplayer
Scenario Type: Air, Infantry, Vehicles
Scenario Map: Altis
Meta: Dependency
Tags: Tag Review
File Size
Posted
25.943 KB
23 Aug, 2015 @ 2:00am
1 Change Note ( view )

Subscribe to download
Paratrooper QRF

Description
When you are under heavy fire you'll need QRF (Quick Reaction Forces) but this is not a normal QRF it's a Paratrooper QRF! Plane will come and drop Platoon size qrf of your position and helps you!

Tutorial
1.Place a plane (I used To-199 Neophron (CAS) / Empty > Air > To-199 Neophron (CAS)) named it as "qrf_plane" and put this in init field
this attachTo [holder,[0,0,2.5]];this flyInHeight 250;


2.Place an Invisible Helipad (Empty > Signs > Helipad (Invisible)) and named it as "holder"


3.Place a Taru Pod (Empty > Support > Taru Pod(Transport)) and put this in pod init field
this attachTo [qrf_plane, [0, -2, -2] ];


4.Create a QRF platoon (BLUFOR > Men > Para Trooper) create 16 of them and named as "qrf_para_1" - "qrf_para_16" and put this in init field each of them
this moveInCargo qrf_pod;


5.Create a Pilot (BLUFOR > Men > Pilot) and put this in pilot init field
this moveInDriver qrf_plane;

and set the waypoint of pilot to move to player location and put this in On Act field of waypoint
moveOut qrf_para_1; moveOut qrf_para_2; moveOut qrf_para_3; moveOut qrf_para_4; moveOut qrf_para_5; moveOut qrf_para_6; moveOut qrf_para_7; moveOut qrf_para_8; moveOut qrf_para_9; moveOut qrf_para_10; moveOut qrf_para_11; moveOut qrf_para_12; moveOut qrf_para_13; moveOut qrf_para_14; moveOut qrf_para_15; moveOut qrf_para_16;


6.Create a Trigger and synchronize it with player
Text : Request QRF
Activation : Radio Alpha
On Act :
detach qrf_plane


7.Test your mission! Press 0-0-1 to call Radio Alpha (Request QRF) and qrf will come and drop at your pos!

Note: Paratrooper QRF is build on my Commercial Airplane (CSAT Airplane that can transport up to 17 persons)
Note 2: You can change any names as you want but you need to check it precisely for no error!
1 Comments
Falcon 11 Jul, 2016 @ 9:55am 
never came