Arma 3
Not enough ratings
Emergency Parachute for Aircraft
   
Award
Favorite
Favorited
Unfavorite
Data Type: Scenario
Scenario Gameplay: Singleplayer, Multiplayer
Scenario Type: Air, Vehicles
Scenario Map: Altis
Meta: Dependency
Tags: Tag Review
File Size
Posted
13.176 KB
23 Jul, 2015 @ 9:13am
1 Change Note ( view )

Subscribe to download
Emergency Parachute for Aircraft

Description
This will add emergency parachute for aircraft (or a vehicle of your choice). The chute is not steerable but this will sure increase your chance in surviving the crash landing!

Tutorials
1.Create .sqf file in your mission and paste this in (Used to spawn and attach parachute)
para = createVehicle ["o_parachute_02_F", [0,0,0], [], 0, "FLY"];para setPos getPos player;vehicle player attachTo [para, [0, 0, 1.65] ];

2.Create an aircraft and put this in Init field
this addAction ["Deploy Emergency Parachute","execVM 'PATH TO YOUR .SQF MADE IN 1st STEP'"];

3.Save your mission and test!

NOTE : The mission is a demo for the tutorial above. So, you can try it out with a chopper or fixed-wings in this demo mission.
8 Comments
Reticuli 29 Aug, 2021 @ 3:28am 
Turn our aircraft into a test aircraft with a chute. Nice idea.
Aussiecoffeebean 22 Aug, 2015 @ 4:37pm 
More than one guy. Plane load of them bailing out would be good for a mission.
TacticalBacon_  [author] 22 Aug, 2015 @ 7:40am 
Multiple units?
Aussiecoffeebean 22 Aug, 2015 @ 5:04am 
Thanks Tactical Light. How do you do multiple units like in C130. Appreciate your help here
TacticalBacon_  [author] 21 Aug, 2015 @ 7:46pm 
I have tried to make ai eject but it wont work i think use command is the best way
like in this video - https://www.youtube.com/watch?v=KP6V9puCGPg
Aussiecoffeebean 21 Aug, 2015 @ 6:59pm 
Want them to jump from plane not helicopter.
Aussiecoffeebean 21 Aug, 2015 @ 6:58pm 
thanks. can you please do script to enable ai to jump from aircraft. I have trouble with my ai in my team jumping. they just won't jump
Wookiejedi 23 Jul, 2015 @ 6:34pm 
Heheh -good idea mate!