mandoble 1 Posted October 21, 2009 if land is the name of a waypoint, then you cannot use getPos to get its position, you would need to use getWPpos command. Optionally you can put a gamelogic where you want it to land and name the galelogic "land" (which would be a named object). Share this post Link to post Share on other sites
caprera 0 Posted October 23, 2009 Sorry man, how can i install this useful mod ??? P.s. Newbie...:bounce3: Share this post Link to post Share on other sites
mandoble 1 Posted October 28, 2009 It is not a mod but a set of scripts, you need to copy the heliroute scripts into your mission folder, and then execute the heliroute script at will inside your mission via triggers, init.sqf, waypoint activation fields, etc. Just open the mission example and check how it is executed in the init.sqf, the script header has info about the meaning of all the parameters. Share this post Link to post Share on other sites
Gameadd1cted 10 Posted November 12, 2009 Mandoble, I tried unsuccessfully to download the script (it says missing file on the OFPEC site). Is it still available? Thank you. Share this post Link to post Share on other sites
manzilla 1 Posted November 13, 2009 Mandoble,I tried unsuccessfully to download the script (it says missing file on the OFPEC site). Is it still available? Thank you. I'm getting the same message when I click Download. Share this post Link to post Share on other sites
mandoble 1 Posted November 13, 2009 Links there will be fixed later today, might be with a new version of heliroute ;) Share this post Link to post Share on other sites
vengeance1 50 Posted November 13, 2009 Links there will be fixed later today, might be with a new version of heliroute ;) SWEET! Share this post Link to post Share on other sites
RangerX3X 0 Posted September 10, 2010 I am having a lot of difficulty using this with multiple helicopters and groups per helicopter. Basically I have 4 Chinook's with 2 squads per Chinook) and would like to use this with that set up, but I can only make it work with one helicopter and one group. Could someone please post a simple demo mission where 4 helo's go and pick up 8 squads and drop them off somewhere else? Share this post Link to post Share on other sites
vengeance1 50 Posted December 27, 2010 Mandoble, Is there a simple way to cycle a Heliroute? I am trying to have a Helo make multiple stops and landings then cycle and begin again at first one. Thanks Vengeance Share this post Link to post Share on other sites
mandoble 1 Posted December 27, 2010 You can check whether the route has been finished, and if so, execute it again over and over. Share this post Link to post Share on other sites