omf2097 / openomf

One Must Fall 2097 Remake
http://www.openomf.org
MIT License
362 stars 35 forks source link

Shadow grab bugs #253

Open Vagabond opened 10 years ago

Vagabond commented 10 years ago

2 big bugs with this one:

There's also issues when the opponent is at the extreme edge of the screen, the shadow never appears. Also the 'grab' duration is waaay too short.

Vagabond commented 9 years ago

I fixed the collision detection so this move can at least 'hit' now, but the part where the opponent is immobilized still doesn't happen. I can't actually find an animation that would control that, maybe it is one of the mystery strings in master.dat?

Vagabond commented 9 years ago

The shadow grab coming down on the edge of the screen gets culled because I think we kill projectiles that hit the wall, by default?

katajakasa commented 9 years ago

Yup, projectiles are set to the finishing animation (if any) and destroyed when they hit the walls.