Installer black-sect-internet-archive

files:
- game_files: https://archive.org/download/bsect/bsect.zip
game:
  main_file: $GAMEDIR/dosbox.conf
installer:
- extract:
    dst: $GAMEDIR/c/bsect
    file: game_files
- write_file:
    content: '[autoexec]

      @echo off

      mount c c

      c:

      cd bsect

      bs.bat

      exit'
    file: $GAMEDIR/dosbox.conf
description: Play "Black Sect" on Linux!
game_slug: black-sect
gogslug: ''
humblestoreid: ''
installer_slug: black-sect-internet-archive
name: Black Sect
notes: ''
runner: dosbox
script:
  files:
  - game_files: https://archive.org/download/bsect/bsect.zip
  game:
    main_file: $GAMEDIR/dosbox.conf
  installer:
  - extract:
      dst: $GAMEDIR/c/bsect
      file: game_files
  - write_file:
      content: '[autoexec]

        @echo off

        mount c c

        c:

        cd bsect

        bs.bat

        exit'
      file: $GAMEDIR/dosbox.conf
slug: black-sect-internet-archive
steamid: null
version: Internet Archive
year: 1993
{
  "game_slug": "black-sect",
  "version": "Internet Archive",
  "description": "Play \"Black Sect\" on Linux!",
  "notes": "",
  "name": "Black Sect",
  "year": 1993,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "dosbox",
  "slug": "black-sect-internet-archive",
  "installer_slug": "black-sect-internet-archive",
  "script": {
    "files": [
      {
        "game_files": "https://archive.org/download/bsect/bsect.zip"
      }
    ],
    "game": {
      "main_file": "$GAMEDIR/dosbox.conf"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR/c/bsect",
          "file": "game_files"
        }
      },
      {
        "write_file": {
          "content": "[autoexec]\n@echo off\nmount c c\nc:\ncd bsect\nbs.bat\nexit",
          "file": "$GAMEDIR/dosbox.conf"
        }
      }
    ]
  }
}
Back to game