Jump to content

Tadeusz Korzeniewski

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Tadeusz Korzeniewski

  • Rank
    Rookie
  1. This may help: http://www.armaholic.com/page.php?id=23962 https://forums.bistudio.com/topic/160875-helicopter-fastrope-script/
  2. The default flying altitude is 100 meters. When you give a waypoint for the helicopter, or on the waypoint where you want to fast rope - you will need to use this: 1. Open a Waypoint's contextual menu, there you have the "On Activation" box (or something like that - I don't remember I don't have Arma launched right now - hope you get the idea.) 2. Paste the following code: This flyInHeight altitude # Whence # is a number of your choice. Value used is represented in metres. Aircraft like jets etc. have a minimum altitude of 20 metres. Remember that the Helicopters will not avoid obstacles when forced to a low altitude.
  3. Good Day Dear Community, I've been having a hard time making the AI use the Fast Rope from helicopters. In the Editor (std. map editor in conjunction with the 3DEN) I got as far as to: - placing the ACE interaction, and the ACE fast rope modules; - placing down a Ghost Hawk, and giving it the Fast Rope capability in the context menu. - using Let FastRope, Drop Load, GetOut waypoints - I used an invisible Helipad as a designated area where the Heli will drop the fast rope and the AI soldiers will slide down from it. - I found some scripts on youtube, but propably for the older version 'cause they just give me a crap-load of errors when starting the scenario, or trying to compile the scripts - I also learned that I am somewhat supposed to synchronize the Heli and the Modules: https://community.bistudio.com/wiki/synchronizeObjectsAdd| Unfortunatelly I've been unable to get this to work despite the research. So as you can see I've put 2 good hours of work into this, yet to no avail. And since my C++ programming ended at creating a simple Atmeg 16 based House Air Conditioning and Heating auto-controller, I would like to ask the community, or any man capable, to prepare a tutorial for scenario creators in a way that beginners (like me, people who aren't very good at scripting themselves) can also use it. If find the youtube videos best for this kind of endeavour. And if you could, please don't forget to write down the scripts somewhere for the tutorial's users to copy&paste. This is what I want to do: 1. Get four guys into a GhostHawk helicopter (that I can do) 2. Make the GhostHawk fly off 3. Make the GhostHawk hover over a designated place (my target is to make the guys drop on top of a rooftop) 4. Make the guys use the FastRope 5. Helicopter will then fly away, and the dudes will continue down the building 6. (?). 7. Profit And I also encountered a funny problem: when a group of soldiers - let's say 4 AI - is on top of a building and they're ordered to leave it, only one uses the ladder, and the rest instead of waiting their turn jump down from the rooftop to their deaths. I haven't found a working solution for this problem yet. Any help on the above subjects will be greatly appreciated. Only the Best Regards, Tadeusz
×