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

How was this made? #106

Closed CarePackage17 closed 2 years ago

CarePackage17 commented 2 years ago

Is there any public docs from reverse engineering the game's code? Or a shared ghidra project or something along those lines?

I'm curious to learn how you approached this :)

deathkiller commented 2 years ago

I don't know. I got description of file formats from public sources on the internet and tried to replicate behavior of all objects. I didn't do any reverse engineering.

CarePackage17 commented 2 years ago

Makes sense. I found this pretty quickly and I guess there's more to be found.

Thanks for the answer :)