OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: Ext3rmin4tor on 25 Nov 2008, 17:13:19

Title: Fast rope script
Post by: Ext3rmin4tor on 25 Nov 2008, 17:13:19
Hi everyone! I made a fast rope script. I had a lot of problem with the code, mainly because Arma getPos function is bugged  :D, but now it works. My question is if anyone knows a way to insert something which looks like a rope and it is already in the basic game archive (I don't want to put any addon) or a way to create something like that with a script. For now soldiers just climb down the chopper but they are not grabbing anything which looks like weird. Thanks in advance!
Title: Re: Fast rope script
Post by: Mandoble on 25 Nov 2008, 18:25:19
If you mean an object, no. But you can create something like a rope using particles (drop command).
Title: Re: Fast rope script
Post by: Ext3rmin4tor on 25 Nov 2008, 19:25:16
Can you explain how? Because I read the particle tutorial on the BiKi but they say you have to use a standard texture to attach to the particle array.
Title: Re: Fast rope script
Post by: Mandoble on 25 Nov 2008, 19:48:09
You may create a "rope" effect as a vertical line of small particles "billboard" type of dark brown color, one particle below the other till reaching ground level.
Title: Re: Fast rope script
Post by: Ext3rmin4tor on 25 Nov 2008, 19:55:31
Ok but I don't understand what shape I have to use for the particle array. All examples there are made up of smoke and/or fire. I can't spawn a rope made of smoke  :D
Title: Re: Fast rope script
Post by: Mandoble on 25 Nov 2008, 23:04:15
Oh yes, you can. Just try with small "smoke" no transparent brown particles.
Title: Re: Fast rope script
Post by: Ext3rmin4tor on 26 Nov 2008, 10:57:35
Ok thanks, I'll try learning something more about particle arrays, for now I'm just interested in dropping down the soldiers to test the mission and that thing works.