AlisterT / openjazz

OpenJazz
GNU General Public License v2.0
275 stars 49 forks source link

Bonus level issues: No rolling, frozen animation and no intro animation. #73

Open ComputerNerd opened 3 years ago

ComputerNerd commented 3 years ago

I just cloned the repository using and compiled the latest version from trunk.

I was able to verify that as of the latest commit checksum (b8bb91495631078fb795ec627bb6286b1041158c) the bonus level has the following differences in comparison to the original using this video: https://www.youtube.com/watch?v=W1MfQ5h2gaA as a reference.

  1. You are not able to roll.
  2. Sometimes the sprite animation freezes and floats if you hold down two arrow keys at the same time.
  3. The sprite animation will also freeze if you gain a lot of momentum and release the arrow keys.
  4. At the start of the level for the original version the camera moves and Jazz will wave at you.
carstene1ns commented 3 years ago

1 and 4 are simply not implemented yet. 2 and 3 look like a bug (likely related with timing).

Gagert commented 3 years ago

There's no sound effects in the Bonus Stages as well after comparing OpenJazz to Jazz 1 in DOSBox.

carstene1ns commented 1 week ago

Sound effects have been added in 584571f13b54.