Lets play Jazz Jackrabbit

Here we go:

OpenJazz for GameShell

First release of OpenJazz for ClockworkPi’s GameShell.

Instructions

  1. ssh to GameShell

  2. create a directory openjazz at your /home/cpi and enter it

    mkdir openjazz
    cd openjazz
    
  3. download the zip file of this release

    wget https://github.com/pleft/openjazz/releases/download/24082018/OpenJazz.zip
    unzip OpenJazz.zip
    chmod +x OpenJazz
    
  4. download the shareware version of Jazz Jackrabbit, dosgamesarchive is a place to legally download the shareware version: https://www.dosgamesarchive.com/download/jazz-jackrabbit/

    wget https://image.dosgamesarchive.com/games/jazz.zip
    unzip jazz.zip
    
  5. create launcher shortcut

    echo /home/cpi/openjazz/OpenJazz > /home/cpi/apps/launcher/Menu/GameShell/OpenJazz.sh
    chmod +x  /home/cpi/apps/launcher/Menu/GameShell/OpenJazz.sh
    
  6. download icon and save it to launcher skins

    wget https://github.com/pleft/openjazz/releases/download/24082018/OpenJazz.png -P /home/cpi/apps/launcher/skin/default/Menu/GameShell/
    
  7. Reboot and select the OpenJazz icon to launch the game

10 Likes

Music is enabled (compiled with -DUSE_MODPLUG option).

Controls are:
UP,DOWN,LEFT,RIGHT
A -> Jump/swim
B -> Shoot
MENU -> Escape
START -> Enter
SELECT -> Stats (fps etc)
Y -> change weapon

If resolution is 320x200 instead of 320x240 you can change it from the SETUP OPTION menu, choose RESOLUTION

1 Like

Never played. This game is epic haha thanks!

1 Like

Excellent! Thanks for the release! It’s a fun game to play.

1 Like

Wanted to share the Jazz icons i made and in this topic aswel:


4 Likes

Your build runs perfectly well, even with my full version. Thanks!

1 Like

Any possibility of PitFall!?

1 Like

OMG,

I actually got Commander Keen running natively using Commander Genius:

That is gonna be another write-up soon… :sunglasses:

3 Likes

Woah! thats great! Another classic coming to GameShell! Looking forward playing this!

Made some commander keen icons, feel free to add them to your thread when you post it :slight_smile:.


2 Likes

This is really cool, it will be super nostalgic for me - thanks for sharing :)!

post a tut!!! :smiley:

Works like a charm - fun game too, I haven’t played this in ages! :slight_smile:

echo /home/cpi/openjazz/OpenJazz > /home/cpi/apps/launcher/Menu/GameShell/OpenJazz.sh

that command didnt work just said , no such file or directory

Needs to be updated without the /apps/ for the newer gameshell filesystem. (home/cpi/launcher/Menu/GameShell/)

1 Like

Anyone know why OpenJazz does nothing when you try to load or save in-game?

Does OpenJazz even support savegames?

Sorry to bother, but how did you do step 5?

@Oet

Like @wayfarer says:

echo /home/cpi/openjazz/OpenJazz > /home/cpi/launcher/Menu/GameShell/OpenJazz.sh

(An even better way is to create an OpenJazz directory containing OpenJazz.sh.)

I tried the binary on Windows (exe), but even that does not SAVE GAME. :confused:

Too bad. It would be excellent if OpenJazz supported saving your progress when you want to fully play the game.

What would be in the OpenJazz.sh?

The echo command will put the following in OpenJazz.sh:

/home/cpi/openjazz/OpenJazz
1 Like