Poll

how good are you?

AWSOME
grate
o.k.
less then ok
i suck

Author Topic: how good are you at flying?  (Read 4798 times)

i'd like to say i'm pretty damn good as far as flying goes



ephi's still better, but i can atleast weave through a few obstacles without slamming into something and bursting into flames

We need vehicles that explode when crashing. :/

this is a good loving plan



i'll get the model together, you figure out the collision detection and such?

I mean, like a mod that works for all vehicles.

It apperantly exists if there is a way to get the jeep to make different sounds depending on how fast it hits things.

And tumbling when you impact too hard with skis.

i'm pretty sure that comes around due to a collision bug

since you beef it whenever you hit the floor anywhere BUT on the skiis, and harder landings basically get you stuck in terrain, for a split second you, not the skiis, are touching the terrain



making you tumble

From the Skis script:
Code: [Select]
function skiVehicle::onImpact(%this,%obj)
{
//echo("skivehicle impact");
%trans = %obj.getTransform();
%p = new Projectile()
{
dataBlock = skiImpactAProjectile;
initialVelocity  = "0 0 0";
initialPosition  = %trans;
sourceObject     = %obj;
sourceSlot       = 0;
client           = %obj.client;
};
MissionCleanup.add(%p);
}

This makes an explosion when you hit something not so hard.

well, it was just a theory



at least we know how it works?

I am the god of the sky!

in a minijet i can fly round the beam things on the ceiling in bedroom without touching anything :D

We need vehicles that explode when crashing. :/
MAKE THIS ADDON! Let there be crashes and explosions!

I remember Ephi making a mod that did that.

I remember Ephi making a mod that did that.
Lemme guess, vanilla and lost to the ages?

oh wait, yeah

ephi made a mod like that for v11, it's probably on RTB now