Description: A simple ParaDrop script that lets you keep your original backpack and loadout without the need to have a parachute. You can assign any backpack you want, let the unit board a Helo then paradrop and keep their original assigned backpack. Once outside the aircraft this script will spawn a parachute and move the unit into it. Once the unit hits the ground, the parachute disappears and the unit gets his original backpack back again. So what happens is when the helo gets to the waypoint or activates the trigger, it hoofs out everyone onboard (except aircraft crew) and the helo continues on to it's next waypoint. Para's will descend until they reach your specified ALTITUDE (or 100m if you don't specify) where they will deploy a Parachute. No need to assign one, and you can keep your existing backpack. Installation / Usage: Put down an UH80 on the map and name it 'UH80'. Now set it's parameters to 'Special' = 'Flying' and set it's init to this flyInHeight 120; Now create a Group of units and in the group leader's init, add this to get everyone onboard the helo. Paras = group this;{_x assignasCargo UH80;_x moveinCargo UH80} forEach units group this; So far so good. 'Paras = Group this' means the group are now called Paras. Now create a trigger or waypoint with this as the ON ACT: _drop =[UH80,100] execVM "eject.sqf";Where: UH80 = The name of your Transport Helo (named in the editor) 100 = The height in metres you want the chutes to auto open @ And finally with this as the eject.sqf script. Put it in the mission folder. Media: Armaholic.com has its own Youtube channel where we will cover the Community made releases. Subscribe to the Armaholic.com Youtube channel. Known issues: - License / Disclaimer: Just remember to credit me if you use any of my scripts or assets in any mission file you share with friends or publish. Changelog: v0.96 - fixed bugs - included my latest F.A.R.P. (Forward Arming and Repair Point) update. v0.8 - Fixes for MP and Compatibility with Arma 3 version 1.28. v0.7 - No need to declare the Para group onboard. Latest script will now thrown out everyone, regardless of group assignments, side etc. Forum topic: - BI forums Enable javascript to be able to download from Armaholic please! |
Nice work Beerkan and thankyou for this.
However, would you mind making an amendment to your script. I am not sure if you have seen this yet but if you change the helo to a Huron, players who are in window seats, aka seats which they can fire their weapon from. They do not eject upon activation of the script.
Possibly because they are treated as almost crew members in these seats, i dont know.
Thanks again
I followed the instructions 100%. It works in the mission editor, however when I load the co-op mission on the server, it does not work. Players splatter, AI use the chutes.
Hi folks, sorry for not updating the script. I've been away playing Actual Reality for while.
Anyway, check the BI forums for beta 0.9 update script. Should solve most problems.
Simple ParaDrop Script by Beerkan
Expect an update soon to fix all issues.
Total comments : 3, displayed on page: 3