deathkiller / jazz2

🎮 · Jazz² Resurrection: Open-source reimplementation of Jazz Jackrabbit 2
https://deat.tk/jazz2/
GNU General Public License v3.0
495 stars 18 forks source link

Broken TNT blocks in `xmas3.j2l` #117

Closed SissiHermanni closed 1 year ago

SissiHermanni commented 1 year ago

Game: Christmas Chronicles Version: 77bffda

TNT doesn't break TNT blocks again. #111

deathkiller commented 1 year ago

I can't reproduce it. It works good for me. Can you specify it?

SissiHermanni commented 1 year ago

In Christmas Chronicles last level before boss battle, there is those pink blocks with TNT icon and for some reason they don't like to break even after multiple TNT's. Maybe this problem is map specific? I don't remember TNT before this level had problems to break down.

deathkiller commented 1 year ago

These blocks have wrongly assigned weapon index, that's why it can't be destroyed by TNT. But it seems original game doesn't care for some reason and it works there (they probably fixed this bug by creating another bug). I will have to think about it how to fix it.

deathkiller commented 1 year ago

Fixed in https://github.com/deathkiller/jazz2-native/commit/eefdd6ab7c4a866a53483a4fdd337d95aa238414.