Jump to content
Sign in to follow this  
yoannis1995

Boat get stuck

Recommended Posts

Hi everyone !

In my mission, I want 2 speedboats to come and extract the player and his team so I did that but the problem is that each time, the boats go to far on the beach and get stuck... So I tried to limit their speed and make them stop a bit further in the sea but every time I order my team to get in the boats, they come on the beach... :(

What can I do to fix that ?

Share this post


Link to post
Share on other sites

Another bug but BIS will probably call it a feature that's been around for a while I'm afraid, it does the same thing with chopper.

You get them to land and wait and as soon as you order your units to board it takes off and tries to find a closer position.

You'll have to remove the fuel that should work.

Share this post


Link to post
Share on other sites

To simulate a 'reverse' from the beach I ran this when the player got into the boat, it gets them off the beach:

_dir = (direction _boat) - 180;
_boat setVelocity [sin (_dir) * 15, cos (_dir) * 15, 0];

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
Sign in to follow this  

×