Jump to content
duda123

Advanced Rappelling

Recommended Posts

Howdie duda123,

 

i got some script errors with your advanced rappelling,

i can´t fix it or understood where the problem is.

You or anyone else out threre who could help me with that?!

In the follwing video at minute 0:59 are the errors visible.

 

https://youtu.be/OkTcfy33tNk?t=59s

 

Thx and greets!

Share this post


Link to post
Share on other sites

Hey everyone, here's a short tutorial about scripting AI to rappel from a helicopter:

 

 

  • Like 6

Share this post


Link to post
Share on other sites

Hey duda,

 

any news to the climbing side of your rappelling?

I saw some video content a while ago..

 

Regards

 

Chaser

  • Like 1

Share this post


Link to post
Share on other sites
16 minutes ago, eh chaser said:

Hey duda,

 

any news to the climbing side of your rappelling?

I saw some video content a while ago..

 

Regards

 

Chaser

 

Too many projects, not enough time :(

  • Like 1

Share this post


Link to post
Share on other sites
37 minutes ago, duda123 said:

 

Too many projects, not enough time :(

 

easy buddy...take your time...nobody gets cash for the work here xD

 

thought i have missed something in github or some other source..

maybe you want to make some holidays on taunus :f:

 

Regards

 

Chaser

Share this post


Link to post
Share on other sites
3 hours ago, eh chaser said:

 

easy buddy...take your time...nobody gets cash for the work here xD

 

thought i have missed something in github or some other source..

maybe you want to make some holidays on taunus :f:

 

Regards

 

Chaser

 

There's actually an unfinished version of climbing on GitHub if you want to try it. It's on a branch on the advanced urban rappelling repo.

  • Like 1

Share this post


Link to post
Share on other sites

any chance to add fast roping to the addon ? Like if the altitude above the landting point ( if stated by  object for example ) is below 15 m ?

Share this post


Link to post
Share on other sites

It is isn't it?

 

The first bulletpoint in the description

- Rappel up to 6 players or AI from any helicopter at the same time (depending on helicopter size)

Share this post


Link to post
Share on other sites

Hi Duda, I tried to make the same video as yours but with 2 groups in CH47's rappeling onto the roof of Tanao airport, but they stopped short every time. I'm using the same commands from the workshop page too. 

Is there supposed to also be an actually script folder in the mission too for it to work?  

Share this post


Link to post
Share on other sites
6 minutes ago, road runner said:

Hi Duda, I tried to make the same video as yours but with 2 groups in CH47's rappeling onto the roof of Tanao airport, but they stopped short every time. I'm using the same commands from the workshop page too. 

Is there supposed to also be an actually script folder in the mission too for it to work?  

 

No script folder needed. Can you send me your mission file? I'd be happy to take a look.

 

Also, can you try it with a smaller heli? It's possible that it's a bug.

Share this post


Link to post
Share on other sites

Hi Duda, I tried to make the same video as yours but with 2 groups in CH47's rappeling onto the roof of Tanao airport, but they stopped short every time. I'm using the same commands from the workshop page too. 

Is there supposed to also be an actually script folder in the mission too for it to work?  

 

I didn't save it as it wasn't really a ground breaker, was just trying to copy your "pencil" thing, it's quite possible it's an aircraft bug, I tried using Konyo's MH47''s but they refuse to start in the air for me, and plummet to the ground, I then tried using NON CUP/RHS CH47's.

It was late on as well, will try a bit more messing around, and if it still does it, will gladly send you the mission to peruse sir, thank you.

Share this post


Link to post
Share on other sites

Hi Duda,

Tried again, and getting this error, also tried it with a CUP's Huey.....no dice

 

9lXH9eU.jpg

Share this post


Link to post
Share on other sites
10 minutes ago, road runner said:

Hi Duda,

Tried again, and getting this error

 

What does your waypoint script look like? That error is indicating that the first parameter you're passing to AR_Rappel_All_Cargo is a group and not the actual heli.

 

Share this post


Link to post
Share on other sites

Just tested this out - I don't get that error, but I do see that the heli ends up just flying on circles around the rappel position. Never gets close enough to lock in the exact rappel position.

Share this post


Link to post
Share on other sites
18 minutes ago, duda123 said:

Just tested this out - I don't get that error, but I do see that the heli ends up just flying on circles around the rappel position. Never gets close enough to lock in the exact rappel position.

Yeah, I'm using the exact same parameters as what you describe in the video mate

On the waypoint I used this
[HELI_NAME,RAPPEL_HEIGHT,POSITION_ASL] call AR_Rappel_All_Cargo 

 

 

 

Then I changed it to the following 
[Heli1,15,getPosnASL, RAPPEL_1] call AR_Rappel_All_Cargo

 


Heli_1 being the name of the chopper

15 being the Height of hover/rappel
RAPPEL_1 being the name of the pencil.

 

 

Share this post


Link to post
Share on other sites
On 7.1.2017 at 4:21 PM, Rich_R said:

It is isn't it?

 

The first bulletpoint in the description

- Rappel up to 6 players or AI from any helicopter at the same time (depending on helicopter size)

its what it says it is , Rappelling . Fast Roping is something completely different

  • Like 1

Share this post


Link to post
Share on other sites

Can someone help me, I want to use this on my server (Using arma 3's internet server thingy) and i use the mission file and it doesn't work? In my other profiles in mpmission in the init.sqf this is the "script" 

 

AR_SUPPORTED_VEHICLES_OVERRIDE = [ "Bell206", "UH-60Pack" ];
AR_DISABLE_SHOOTING_OVERRIDE = true;
AR_MAX_RAPPEL_POINTS_OVERRIDE = 3;

 

Anyone know why this wont work on it?

Share this post


Link to post
Share on other sites

as somebody stated on your last thread "UH-60Pack" is not a classname nor an vehicle type eg "air" try to use the actual classname of the chopper

 

also..please read the tutorials duda made in this thread. maybe u will get your answers there too

  • Like 1

Share this post


Link to post
Share on other sites
On 9-1-2017 at 6:53 AM, road runner said:

Yeah, I'm using the exact same parameters as what you describe in the video mate

On the waypoint I used this
[HELI_NAME,RAPPEL_HEIGHT,POSITION_ASL] call AR_Rappel_All_Cargo 

 

 

 

Then I changed it to the following 
[Heli1,15,getPosnASL, RAPPEL_1] call AR_Rappel_All_Cargo

 


Heli_1 being the name of the chopper

15 being the Height of hover/rappel
RAPPEL_1 being the name of the pencil.

 

 

It really seems like you refer to a group otherwise you wont get that error.

 

zoom aaaaaaal the way in to the helo andake sure you edit die atributes of the helicopter. not that blue box right next to the helicopter icon.

  • Like 1

Share this post


Link to post
Share on other sites

If you have issues with the heli circling, you can try using the version without the specific position and place it a move waypoint.

 

[HELI_NAME,RAPPEL_HEIGHT] call AR_Rappel_All_Cargo

  • Like 1

Share this post


Link to post
Share on other sites

Hi, just want to inform you about a bug I have with this mod since the latest BI Patch.

I has broken the respawn of my AI squads in my Mission. When I disable it on server the Respawn works well again.

I guess it needs a tweak to work proper with the new A3 version.

 

Share this post


Link to post
Share on other sites
5 hours ago, Muecke said:

Hi, just want to inform you about a bug I have with this mod since the latest BI Patch.

I has broken the respawn of my AI squads in my Mission. When I disable it on server the Respawn works well again.

I guess it needs a tweak to work proper with the new A3 version.

 

 

What are you using to respawn AI?

Share this post


Link to post
Share on other sites

via init.sqf

aisRespawn = _type;
aiSettingDefs set [_type, ["Respawn", ["Default", "Base 1", "Base 2"], 0] ];
_type = _type + 1;

triggered in eventrespawn.sqf

_marker = "Respawn_West";
if (_si == siEast) then {_marker = "Respawn_East";};

_posRespawn = getMarkerPos _marker;

if ( !isPlayer _unit ) then
{
	_spawnSetting = (((aiSetting select _si) select _gi) select aisRespawn);
	if ( _spawnSetting > 0 && _spawnSetting <= count(BaseMatrix select _si)) then
	{
		_posRespawn = (BaseMatrix select _si) select (_spawnSetting - 1);
	};
}...

I tested it again for longer time and the problem appeared after 1hour even without your mod.

 

Share this post


Link to post
Share on other sites

Hi,

 

Having just installed the mod via SWS, I was wondering, does this mod conflict with any other mods?

Whatever mission I play, it just doesn't work.

Is there anything else I have to do after subscribing, downloading and activating it in the launcher?

I really want to get this thing working, because it seems awesome.

Share this post


Link to post
Share on other sites

Bonjour, j'ai un serveur Exile loué chez Nitrado avec infistar depuis 01/17.
J'ai déjà plusieurs mods qui fonctionnent bien dessus comme R3F ou EBM, mais impossible de faire fonctionne correctement advanced Rappelling et Advanced urban Rappelling .
Installation ok, -serverMod ( ok), Steam workshop ( ok) .
En jeu je peux déployer la corde me suspendre à un bâtiment ou un hélicoptère mais impossible de bouger ( monter descendre etc.) .
Avait vous une idée du problème ?
Merci

 

Hello, I have an Exile server rented from Nitrado with infistar since 01/17.
I already have several mods that work well on them like R3F or EBM, but impossible to do properly advanced Rappelling and Advanced urban Rappelling.
Installation ok, -serverMod (ok), Steam workshop (ok).
In play I can deploy the rope to hang from a building or helicopter but can not move (climb down etc.).
Did you have an idea of the problem?
Thank you

 

 

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×