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

Content not showing up in compiled emscripten version #139

Closed enderandrew closed 8 months ago

enderandrew commented 8 months ago

Cloned from Github repository. Put all game content in the content folder before compiling as per the instructions.

https://imgur.com/a/6uvN9e0

The content appeared to make its way into jazz2.data, which is 58 MB.

Play Story says no episodes are found. Play Custom Levels shows no levels found.

https://enderandrew.com/jazz/

What files do I need to pull from the game before compiling and where do I need to put them?

deathkiller commented 8 months ago

This is a bit tricky. You have to run the desktop version of the game at least once, so Cache directory is created. Web version uses preprocessed files for faster loading. So you need to copy:

And that should work fine. Please, make sure that you don't share full version of the original game publicly. That would violate some licenses and I'm against it.

enderandrew commented 8 months ago

That worked. Thanks.