elefas
1
Here we go:
OpenJazz for GameShell
First release of OpenJazz for ClockworkPi’s GameShell.
Instructions
-
ssh
to GameShell
-
create a directory openjazz
at your /home/cpi
and enter it
mkdir openjazz
cd openjazz
-
download the zip file of this release
wget https://github.com/pleft/openjazz/releases/download/24082018/OpenJazz.zip
unzip OpenJazz.zip
chmod +x OpenJazz
-
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
-
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
-
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/
-
Reboot and select the OpenJazz icon to launch the game
10 Likes
elefas
2
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
yong
4
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
Oet
6
Your build runs perfectly well, even with my full version. Thanks!
1 Like
Any possibility of PitFall!?
1 Like
Oet
8
OMG,
I actually got Commander Keen running natively using Commander Genius:
That is gonna be another write-up soon… 
3 Likes
elefas
9
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
.
2 Likes
This is really cool, it will be super nostalgic for me - thanks for sharing :)!
Gerst
13
Works like a charm - fun game too, I haven’t played this in ages! 
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
Oet
15
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
Oet
17
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
.)
Oet
18
I tried the binary on Windows (exe), but even that does not SAVE GAME. 
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?
Oet
20
The echo
command will put the following in OpenJazz.sh:
/home/cpi/openjazz/OpenJazz
1 Like