deathkiller / jazz2

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

Few functionalities missing from original game #72

Closed DebeshMishra closed 2 years ago

DebeshMishra commented 2 years ago

Hi, first of all I want to thank the developers for working on this project. It just hits me with nostalgia playing my childhood games on handheld devices. Shame that there isn't an official port.

Since I want this project to be at its best, I want to report some things that were missing in this game from original game. I will only focus on gameplay functionalities as that's the main part.

So far these are the things I found, will update this issue later if I find some more:

deathkiller commented 2 years ago

Thank you! I'm the only developer working on this project.

  1. This is strange. Fastfire should be implemented (https://github.com/deathkiller/jazz2/blob/master/Shared/Jazz2.Core/Actors/Player.Weapons.cs#L78).
  2. This is also strange. Sugar rush is also implemented (https://github.com/deathkiller/jazz2/blob/master/Shared/Jazz2.Core/Actors/Player.Interactions.cs#L89). Only sugar rush music and rainbow color cycling effects are missing.
DebeshMishra commented 2 years ago

quite possible that effects might be working internally but there is no visual indication. Especially in the case of sugar rush because you would rarely want to collide with the enemies intentionally if there is no visual indicator that sugar rush might be active.

also honestly I haven't noticed fastfire taking effect but it might just be the case that i would need to get more of them to notice the effects.

deathkiller commented 2 years ago

Sugar rush has visual indication - white player and stars (palette cycling is not implemented, so it can't change color). image

I think I tested fastfire back then to be accurate, but if it isn't, the easiest is to go and edit the fastfire constants manually, it's open-source. This accuracy testing will take me several hours, which I don't have right now.

DebeshMishra commented 2 years ago

Oh that definitely didn't happen with me till now. I will test more and check if it ever happens. So I have never activated sugar rush till now right since my character never turned white with all those stars?

deathkiller commented 2 years ago

Yes, it should activate with 100 food collectibles.