Skip to content

Instantly share code, notes, and snippets.

@mattiasghodsian
Created December 29, 2022 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattiasghodsian/0a3616e0bcceff196af041ac08d826eb to your computer and use it in GitHub Desktop.
Save mattiasghodsian/0a3616e0bcceff196af041ac08d826eb to your computer and use it in GitHub Desktop.
Play Commander Keen 1 on Debian distros

Play Commander Keen 1 on Debian distros

Easy guide to install and play Commander Keen 1.

1. Install DOSBOX

sudo apt-get install dosbox

2. Commander Keen 1

I do not endorse piracy and do NOT take any responsibility.

Get a copy of Commander Keen 1 and extract the keen1 folder.

/home/user/Games/keen1/

3. Start the game

  1. Start by opening a terminal and execute dosbox and a new window will popup.
  2. Start by setting your keyboard layout with keyboardlayout id-here or keyb id-here.
    • In my case keyb sv for swedish layout.
  3. Let's start by mounting the parent folder of the game, in my case MOUNT C ~/Games.
  4. Execute C:\ in the terminal and then dir to see all directorys and make sure we see keen1 directory.
  5. Enter keen1 with cd keen1 and then execute keen1.exe to spin up the game. It should say Loading Commander Keen part 1....
  6. Press Enter to open Start Menu

Tips

  • Arrow keys to move around (Press F3 to view all).
  • CTRL to jump/interact with things.
  • CTRL + ALT to Shoot.
  • SPACEBAR Character Menu/Bag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment