Author Topic: Bara's plane help topicK.  (Read 934 times)

1. I made a simple plane and it worked ingame, but when I fly it and crash it at the floor, instead of colliding with the floor, it goes through it. (note that this happens only at fast speeds)

2. How can I make the pilot steady while driving a plane? When The plane goes up, my avatar looks up.

3. How can I make the pilot raise his hands when driving? When he is seated in the vehicle, his hands are facing the floor (sticking out of the cabin), I want them to be in the forward direction.

Thanks for ''listening'', goodbye!

1. I made a simple plane and it worked ingame, but when I fly it and crash it at the floor, instead of colliding with the floor, it goes through it. (note that this happens only at fast speeds)

Afaik that happens with any plane, think of magic carpet flying out of bedroom

Afaik that happens with any plane, think of magic carpet flying out of bedroom
No, it's different. When I try to crash any other plane it will bounce off the floor, but my one goes through it.

1. Probably something wrong with the collision box. If not, blame Torque's stuffty collision.

2. So you want the pilot to be completely static while in the plane?

3. In weapon scripts, you would use

Code: [Select]
     armReady = true;
     LarmReady = true;

But it might not work for vehicles.

1. Probably something wrong with the collision box. If not, blame Torque's stuffty collision.

2. So you want the pilot to be completely static while in the plane?

3. In weapon scripts, you would use -lolcodesnip?-
1. I don't know it's just a box named collision-1, that's all.

2. Yes

3. Thanks,I better try it out now!

1. I don't know it's just a box named collision-1, that's all.
Use the jeep's collision box. A box is not concave, so it might cause problems. Round = Better.

(High Poly = Nop)



Where to get?
Or, you could make your own, out of a low-poly sphere

Or, you could make your own, out of a low-poly sphere
I didn't even know how a collision box should look like.

This is what TheKhoz gave you:

This is a good mesh. It's the default jeep's.



This is what TheKhoz gave you:

Minus the jeep model, that is.