I would like to play some old DOS games on gameshell (many are available on GOG), Jazz Jackrabbit in particular. I assume it can be done, since some of them do work on my RPi.
But I have no idea where to start with DOS games on retroarch, I have downloaded DOS core, but I have no idea how to configure everything properly.
I know my way around linux, but I’ve never used retroarch before. Every bit of help is appreciated
Do you think something like this would work for Alien Carnage (Halloween Harry)? https://www.dosgamesarchive.com/download/alien-carnage/ I have a whole bucket list of dos games from my childhood that I’d love to play on the GS. Some are less intense than others but most are like the one mentioned above. I’d love to play the old duke nukem!
Finally got around to trying this out and I can’t get it to launch! It just crashes when I click the icon. . . Could you help me out? Here are the the commands I modified from Jazz Jack Rabbit to work for this:
mkdir aliencarnage
cd aliencarnage
wget https://www.image.dosgamesarchive.com/games/acfreew.zip
unzip acfreew.zip
chmod +x aliencarnage
chmod +x CARNAGE.EXE
echo /home/cpi/aliencarnage/CARNAGE.EXE > /home/cpi/apps/launcher/Menu/GameShell/aliencarnage.sh
chmod +x /home/cpi/apps/launcher/Menu/GameShell/aliencarnage
Any help would be very much appreciated especially since it seems like you got it to run!!
Works! Thanks so much!! Yeah I messed with the .conf file for dos box to try to figure out the resolution and couldn’t get it. If you could let me know how to do it, that would be very much appreciated!!
OH wait… . . I saw you already said that stuff at the top of the thread.The dosbox -startmapper also can’t be run from an ssh session so I’m not sure how you launched that command from the GameShell. There was a brief screen for mapping up, down, left, right and thrust but nothing for changing weapons or stuff like that. Thanks again for helping out!!