OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: SandVoss on 16 May 2004, 09:07:13

Title: BAS helo fast roping onto ship
Post by: SandVoss on 16 May 2004, 09:07:13
Heya,

Ive tried to use the BAS blackhawks to fast rope onto a ship (the LSD from Tales of War), and it almost works, except for one problem. Once the blackhawk hovers over the ship, it does deploy the fast ropes, but the problem is that it does not take in the hight of the ship, so the ropes stick out about 7 above the helicopter. If you then fast rope out of the helicopter, you'l start at the top of the rope, which is above the helicopter. And then you'll rope down onto the blades, and you can actually walk on the blades as well... ;D

Does anybody know how i can make the blackhawk hover a litle higher, so that it is high enough above the ship? ???
Title: Re:BAS helo fast roping onto ship
Post by: Hauk on 16 May 2004, 13:18:31
The first thing that jumped to my mind would use the flyInHeight command.

In the init field of your chopper type

Code: [Select]
this flyInHeight 50
I suggest messing with the height until you get it perfect. :D

Good Luck

Hauk
Title: Re:BAS helo fast roping onto ship
Post by: Baphomet on 16 May 2004, 18:42:18
Unfortunately no it won't work period.

I've tried flying the helo myself and regardless of the height it always does that in my experience. So it really limits the usefulness of that feature.


It does that on buildings too... so eh...

Sorry to disappoint.
Title: Re:BAS helo fast roping onto ship
Post by: Blanco on 18 May 2004, 19:01:34
Somebody made a precise rappel script long time ago.
It allows you to drop people on roofs, ships, whatever...
It was perfect.
It requires Snypir supportpack and it Zayfod who wrote it.
I'm browsing the OFPEC forum, but I can't find it anymore, even with a search  :P

 
Title: Re:BAS helo fast roping onto ship
Post by: Black and White on 19 May 2004, 04:45:22
what u'll have to do is actually edit the script inside the BAS addon that the helo's use when they fast rope...
u'll have to edit some of the calculations in the script to make the chopper fly a little bit higher...
BTW - make sure u get BAS's permission first
but an even better idea would be to email TJ from BAS about - cos if there's a script he can make it and he made all those scripts...
Title: Re:BAS helo fast roping onto ship
Post by: Blanco on 19 May 2004, 18:00:04
I've found it : Precise rappel by Zayfod (http://www.ofpec.com/staff/snYpir/precision_rapple.zip)
It requires Snypir supportpack (http://www.ofpec.com/editors/spt_pack.php) for the rope & rappel animation
Title: Re:BAS helo fast roping onto ship
Post by: SandVoss on 20 May 2004, 10:39:28
Actually, its very weird. With a bit of scripting was able to get troops to fast rope from a BAS blackhawk above a building, thats not problem. The BAS helo's actually work fairly good in urban terrain.

Ive tried the fly in hight thing, to no avail.

Blanco, thanks for the scripts, ill try them out as soon as possible.