Author Topic: Fall damage explosion thing  (Read 645 times)

A couple of my friends in a skype call had the idea for a mod where if you die from falling damage at over a certain speed, you create an explosion when you die, the size depends on how fast you're going.
Another idea was that once you start falling at a certain speed you burst into flames, and said flames keep getting larger until hit the ground, causing an explosion.

idk, was a funny idea at the time.

I have done somthing similar with zones and VCE
Hrm, onPlayerDeath event anyone?

@zmaster you can't put events like that on players

Inb4TheendofthecreateousEra

Aka: I smell a meteor mod coming.

This won't work well with the current damage speed scale that pretty much all playertypes are using (~3.8).

It's pretty much like, hit something with x speed, no damage. Hit something with x + 0.1 speed, dead.

This won't work well with the current damage speed scale that pretty much all playertypes are using (~3.8).

It's pretty much like, hit something with x speed, no damage. Hit something with x + 0.1 speed, dead.
So then let's just change the scale. It's super easy to do.

So then let's just change the scale. It's super easy to do.

It requires a ton of fine-tuning which is really hard to get right.