opentomb / OpenTomb

An open-source Tomb Raider 1-5 engine remake
http://opentomb.github.io/
GNU Lesser General Public License v3.0
1.39k stars 145 forks source link

Lara can push boulders in noclip #229

Open vvs- opened 9 years ago

vvs- commented 9 years ago

And she does it without a collisional mesh. Also, she dies when moved trough traps in noclip.

vvs- commented 9 years ago

It's much better now. I even thought that it's fixed. But still it happens rarely.

Lwmte commented 9 years ago

It is very strange, because Bullet debug drawer shows that both bodies and ghosts are left in last Lara non-noclip position.

Lwmte commented 9 years ago

I can just block entity callbacks on collision in case Lara is in noclip mode, but it will be really dirty way to do it.

vvs- commented 9 years ago

Laras' model indeed has collision tests even without collisional mesh and ghost objects. It's visible when her model is pushed out of the obstacles when moving in noclip mode.

vvs- commented 8 years ago

Also, she is vulnerable to damage and affects triggers.

vvs- commented 8 years ago

The original bug is not there, but the previous comment is still valid.

vvs- commented 7 years ago

I guess she can push enemies for same reason and in normal mode now.