Installer commander-keen-aliens-ate-my-ms-dos-floppy-image

files:
- game: N/A:Select the file keen6.exe
game:
  main_file: $GAMEDIR/keen6.conf
installer:
- write_file:
    content: '#! /bin/bash

      mkdir -p "${2%/*}"

      cp -vr "${1%/*}"  "$2"

      '
    file: $CACHE/bulkcopy.sh
- chmodx: $CACHE/bulkcopy.sh
- execute:
    args: $game $GAMEDIR/HDD/keen6
    file: $CACHE/bulkcopy.sh
- write_file:
    content: '[cpu]

      cputype=386_slow

      [autoexec]

      mount C "$GAMEDIR/HDD" -t dir

      C:

      cd keen6

      keen6.EXE

      exit

      '
    file: $GAMEDIR/keen6.conf
description: ''
game_slug: commander-keen-aliens-ate-my-babysitter
gogslug: ''
humblestoreid: ''
installer_slug: commander-keen-aliens-ate-my-ms-dos-floppy-image
name: 'Commander Keen: Aliens Ate My Babysitter!'
notes: "You must have a directory containing KEEN6.EXE.\r\nNote: You can use DosBox\
  \ Ctrl-F1 dialog to map the Left Ctrl, Left Alt, Space to some more convenient keys\
  \ that don't interfere with Linux window management, like Z, X, C."
runner: dosbox
script:
  files:
  - game: N/A:Select the file keen6.exe
  game:
    main_file: $GAMEDIR/keen6.conf
  installer:
  - write_file:
      content: '#! /bin/bash

        mkdir -p "${2%/*}"

        cp -vr "${1%/*}"  "$2"

        '
      file: $CACHE/bulkcopy.sh
  - chmodx: $CACHE/bulkcopy.sh
  - execute:
      args: $game $GAMEDIR/HDD/keen6
      file: $CACHE/bulkcopy.sh
  - write_file:
      content: '[cpu]

        cputype=386_slow

        [autoexec]

        mount C "$GAMEDIR/HDD" -t dir

        C:

        cd keen6

        keen6.EXE

        exit

        '
      file: $GAMEDIR/keen6.conf
slug: commander-keen-aliens-ate-my-ms-dos-floppy-image
steamid: null
version: MS-DOS floppy image
year: 1991
{
  "game_slug": "commander-keen-aliens-ate-my-babysitter",
  "version": "MS-DOS floppy image",
  "description": "",
  "notes": "You must have a directory containing KEEN6.EXE.\r\nNote: You can use DosBox Ctrl-F1 dialog to map the Left Ctrl, Left Alt, Space to some more convenient keys that don't interfere with Linux window management, like Z, X, C.",
  "name": "Commander Keen: Aliens Ate My Babysitter!",
  "year": 1991,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "dosbox",
  "slug": "commander-keen-aliens-ate-my-ms-dos-floppy-image",
  "installer_slug": "commander-keen-aliens-ate-my-ms-dos-floppy-image",
  "script": {
    "files": [
      {
        "game": "N/A:Select the file keen6.exe"
      }
    ],
    "game": {
      "main_file": "$GAMEDIR/keen6.conf"
    },
    "installer": [
      {
        "write_file": {
          "content": "#! /bin/bash\nmkdir -p \"${2%/*}\"\ncp -vr \"${1%/*}\"  \"$2\"\n",
          "file": "$CACHE/bulkcopy.sh"
        }
      },
      {
        "chmodx": "$CACHE/bulkcopy.sh"
      },
      {
        "execute": {
          "args": "$game $GAMEDIR/HDD/keen6",
          "file": "$CACHE/bulkcopy.sh"
        }
      },
      {
        "write_file": {
          "content": "[cpu]\ncputype=386_slow\n[autoexec]\nmount C \"$GAMEDIR/HDD\" -t dir\nC:\ncd keen6\nkeen6.EXE\nexit\n",
          "file": "$GAMEDIR/keen6.conf"
        }
      }
    ]
  }
}
Back to game