TheEnginesOfCreation / EntityPlus

EntityPlus is a mod that offers a true single player experience in the Quake III Arena videogame.
34 stars 5 forks source link

Player gets squished by brush entities during cutscene #165

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If the camera is positioned in the path of a moving entity, the player will 
receive damage and be crushed by it. This shouldn't happen, the brush should 
move through the player.

In v1.1.2 the issue doesn't occur while watching the cutscene that flies 
through the bobbing platforms above the pool in the first map of ep_procedures 
(the camera moves through the func_bobbing) because the server does not 
interpolate the panning of the camera correctly. This behavior was corrected 
for the next release but this causes the player to physically be in the path of 
the func_bobbing and thus be crushed.

In v1.1.2 this can be reproduced by placing a non-panning camera in the path of 
a func_bobbing.

Original issue reported on code.google.com by era...@gmail.com on 12 Jan 2012 at 8:17

GoogleCodeExporter commented 9 years ago
This issue has been fixed

Original comment by era...@gmail.com on 7 May 2012 at 11:50