Who deep can a player in ET fall and survive?


(pazur) #1

Before I start experimenting… maybe someone knows? I would like to avoid using cushion. It doesn’t look very realistic.

BTW: I’m working on Adlerhorst TE (Tournament Edition) :slight_smile: … and I try to create an addtional escape path for allies from the balcony that is open now (also for axis snipers).


(Pray-N-Spray) #2

Don’t think you will be able to avoid crashing without using cushion


(pazur) #3

I tested a little bit now and 250-300 seems to be a good height from level to level.


(Cambodunum) #4

… this may wont help for ya:

here’s a lil quote from the code:

case EV_FALL_DMG_50:
damage = 50;
kb_time = 1000;
break;
case EV_FALL_DMG_25:
damage = 25;
kb_time = 500;
break;
case EV_FALL_DMG_15:
damage = 15;
kb_time = 250;
break;
case EV_FALL_DMG_10:
damage = 10;
kb_time = 250;
break;

greetz Cambo