Installer hovertank-3d-abandonware

files:
- archive: N/A:Select the game's setup file
game:
  config_file: hovertank.conf
  main_file: $GAMEDIR/START.BAT
installer:
- extract:
    dst: $GAMEDIR
    src: $archive
- write_file:
    content: '[autoexec]

      # Lines in this section will be run at startup.

      mount C "."

      c:

      cls

      START.BAT

      exit'
    file: $GAMEDIR/hovertank.conf
description: Install DOS game from a zip file.
game_slug: hovertank-3d
gogslug: ''
humblestoreid: ''
installer_slug: hovertank-3d-abandonware
name: Hovertank 3D
notes: ''
runner: dosbox
script:
  files:
  - archive: N/A:Select the game's setup file
  game:
    config_file: hovertank.conf
    main_file: $GAMEDIR/START.BAT
  installer:
  - extract:
      dst: $GAMEDIR
      src: $archive
  - write_file:
      content: '[autoexec]

        # Lines in this section will be run at startup.

        mount C "."

        c:

        cls

        START.BAT

        exit'
      file: $GAMEDIR/hovertank.conf
slug: hovertank-3d-abandonware
steamid: null
version: Abandonware
year: 1991
{
  "game_slug": "hovertank-3d",
  "version": "Abandonware",
  "description": "Install DOS game from a zip file.",
  "notes": "",
  "name": "Hovertank 3D",
  "year": 1991,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "dosbox",
  "slug": "hovertank-3d-abandonware",
  "installer_slug": "hovertank-3d-abandonware",
  "script": {
    "files": [
      {
        "archive": "N/A:Select the game's setup file"
      }
    ],
    "game": {
      "config_file": "hovertank.conf",
      "main_file": "$GAMEDIR/START.BAT"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "src": "$archive"
        }
      },
      {
        "write_file": {
          "content": "[autoexec]\n# Lines in this section will be run at startup.\nmount C \".\"\nc:\ncls\nSTART.BAT\nexit",
          "file": "$GAMEDIR/hovertank.conf"
        }
      }
    ]
  }
}
Back to game