Search the Community
Showing results for tags 'without'.
Found 1 result
-
Background I'm attempting to successfully fast-rope AI in an urban environment, which is apparently very difficult. I've already set up the helicopter with a FRIES system which works fine when used by a human of their own volition. I've done plenty of sifting through archives and people have been struggling with this for some time without a clear resolution. It would be nice to be able to make things a lot clearer here. Problems Still requires a human to use the "prepare fast rope action" Pilot does not fly low enough to successfully drop troops with their legs intact Pilot does not hover precisely where he needs to I know there seem to be issues with flyInHeight, particularly over buildings, so I'm attempting to intervene within the ACE scripts to maybe add some extra lines to really force the helicopter down. I've managed to find the deployAI.sqf script from the ACE 3 github repository, but I can't examine the operation of it much more because it references functions which I have no idea how to view. For example: [{[_this] call FUNC(deployRopes)}, _vehicle, _deployTime] call CBA_fnc_waitAndExecute; I've scanned through the entire list of functions with my addons loaded and I can't find deployRopes anywhere. With respect to preparing the fast rope system, does anyone know how I can determine what code is being executed when a human player uses this action via the ACE interaction menu? My hope is that I can find out how to trigger the same commands by script. Outcomes Advice getting a helicopter pilot to hover over a very precise spot Advice getting a helicopter pilot to hover at a very specific altitude Description of how to view functions referenced by ACE Suggestion of how to determine the "prepare fast rope" commands used by ACE interaction menu Thanks in advance.