Search the Community
Showing results for tags 'lift'.
Found 2 results
-
Get AI to lift cargo without pointing at it
Leopard20 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi. How do I order the AI to lift some cargo that I can't see? (I mean during the mission, not in editor) If you can see the cargo, the process is very simple; you point at the cargo and select "Lift cargo" in the command dialogue. But I don't know how to do it if the cargo is too far (for example when you want your pilot to bring you a vehicle or something from the base) -
handlecargolift ArmA 3 Script HandleCargoLift
Rockhount posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Story A few weeks ago a buddy asked me to write a script for a helicopter to lift and transport cargo, the 'Helikopterfrachttransportskript', that finally provides the desired solution. At first I thought that there would be something out there already. However, according to his research there are no scripts or tutorials that let you have an AI helicopter reliably hovering over a cargo in ArmA 3 (having it meter-precise is imperative). This hovering and the whole process of picking up and setting down the cargo was supposed to look more realistic than just an attachTo. And so this script was written. It provides a precise hovering over the cargo, great looking attachment of the sling rope and picking up of the cargo as well as putting the load down in the same way at the target position. There are several routine integrated to avoid script errors in cases of explosions or deaths of the vehicle or AI. A description can be found inside the SQF file, how to execute the script. Have fun. Content It is a single ~250Code-Line-Big Script to let an AI controlled helicopter lift diferrent freight goods to a single destination. Purpose The aim of this script is to make it easier to lift freight goods from A to B without having to have a player pilot. Download Missions and Script on GitHub ArmaHolic Link Credits Script & Media: Rockhount Translation: Dorsal Examples