Jump to content
gc8

Attach heli cargo

Recommended Posts

Hi

i wanted to attach cargo container to helicopter but it seems to be not sling loadable because setSlingLoad doesnt do anything and canSlingLoad returns false. Then I tried ropeCreate which creates one rope from the heli to container. But the heli get's instantly damaged when I do this and then falls to ground due to the weight of the container.

 

So does anyone know how to do this properly?

 

The heli I'm using is west huron and container is "Land_Cargo20_sand_F"

 

thx!

Share this post


Link to post
Share on other sites

That sounds odd, because a Huron can slingload a 20 foot container. 

Share this post


Link to post
Share on other sites

Ok I figured it out. Only the containers that came with heli DLC are sling loadable.

 

But is there anyway to attach robes to non sling loadable containers? So that people won't need the heli DLC to play my mission.

 

Share this post


Link to post
Share on other sites

Yes there is a bunch of commands you'll need, some of which you've found, but without the DLC, it's going to mean a lot of work by the mission maker.

Best solution is to have them buy the DLC.

Share this post


Link to post
Share on other sites

Using an (non-vehicle or non-weapon) asset from a DLC never requires to own DLC.

Also, you can reduce the mass of an object with setMass command which also makes the object slingloadable or slingloadunable.

  • Thanks 1

Share this post


Link to post
Share on other sites
3 minutes ago, POLPOX said:

Using an (non-vehicle or non-weapon) asset from a DLC never requires to own DLC.

Also, you can reduce the mass of an object with setMass command which also makes the object slingloadable or slingloadunable.

Some provisos with that. If your using the sling load assistant, and you hover near an object that your heli can't lift, lowering it's mass won't make the SLA suddenly see it and allow a lift.

Share this post


Link to post
Share on other sites
1 minute ago, Tankbuster said:

Some provisos with that. If your using the sling load assistant, and you hover near an object that your heli can't lift, lowering it's mass won't make the SLA suddenly see it and allow a lift.

I mean, if the object is light enough, it is able to “slingload” using ropeCreate commands.

Share this post


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

I mean, if the object is light enough, it is able to “slingload” using ropeCreate commands.

Yes, just wanted to clarify in case they are using players flying helicopters and using SLA.

Share this post


Link to post
Share on other sites
21 minutes ago, POLPOX said:

Using an (non-vehicle or non-weapon) asset from a DLC never requires to own DLC.

 

In this case I'm just going to use the right container. Thx!

  • 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

×