Jump to content
Sign in to follow this  
Bioz

Crashing airplane

Recommended Posts

I didn't find anything useful about that. I want to start a mission with an crashing airplane. How to do that? Is it possible to make this thing in game without any complicated script or something? tHanks

Share this post


Link to post
Share on other sites

Like you just want a plane to explode and crash right away?

Use this in the plane's init field:

this setDamage 1;

If you want it to fly and crash when it hits the ground just set it to start with no or little fuel.

If you want to have the players in the plane and have it crash in a controlled manner so that the players survive.. complicated script time. :)

Share this post


Link to post
Share on other sites

As above really;

Couple of simple ways in the editor, place an empty aircraft and have it ‘Flying’, or if you want people on board, place an aircraft and slide the fuel slider to no fuel. This won’t be an exact crash to a particular spot, but they will start the game crashing..

Edited by ChrisB

Share this post


Link to post
Share on other sites

Is it possible to have it with some flames and something while crashing? Because with this code i can only see a destroyed airplane crashing and I can't stay inside it that the game kicks me out of it

EDIT: sorry didn't see the last post i'll check it and i'll let you know ^^ thanks anyway

Share this post


Link to post
Share on other sites

Something like this?

There is a download link available in the expanded remarks.

Share this post


Link to post
Share on other sites

The link looks good but it is driven by the player right?

---------- Post added at 12:47 ---------- Previous post was at 12:44 ----------

And anyway I don't understand what to do with that script

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  

×