Installer stunts-archive

files:
- archive: https://cdn.playdosgames.com/zips/STUNTS11.zip
- codes: http://downloads.pigsgrame.de/stunts-css.pdf
game:
  main_file: load.bat
installer:
- extract:
    dst: $GAMEDIR
    file: archive
- move:
    dst: $GAMEDIR/_STUNTS_CODES.pdf
    src: codes
- write_file:
    content: 'load.exe /u MCGA  /ssb '
    file: $GAMEDIR/load.bat
description: ''
game_slug: stunts
gogslug: ''
humblestoreid: ''
installer_slug: stunts-archive
name: Stunts
notes: When the game asks you for a code word, look for a file called '_STUNTS_CODES.pdf'
  in the game data folder (or go to http://downloads.pigsgrame.de/stunts-css.pdf yourself).
runner: dosbox
script:
  files:
  - archive: https://cdn.playdosgames.com/zips/STUNTS11.zip
  - codes: http://downloads.pigsgrame.de/stunts-css.pdf
  game:
    main_file: load.bat
  installer:
  - extract:
      dst: $GAMEDIR
      file: archive
  - move:
      dst: $GAMEDIR/_STUNTS_CODES.pdf
      src: codes
  - write_file:
      content: 'load.exe /u MCGA  /ssb '
      file: $GAMEDIR/load.bat
slug: stunts-archive
steamid: null
version: Archive
year: 1990
{
  "game_slug": "stunts",
  "version": "Archive",
  "description": "",
  "notes": "When the game asks you for a code word, look for a file called '_STUNTS_CODES.pdf' in the game data folder (or go to http://downloads.pigsgrame.de/stunts-css.pdf yourself).",
  "name": "Stunts",
  "year": 1990,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "dosbox",
  "slug": "stunts-archive",
  "installer_slug": "stunts-archive",
  "script": {
    "files": [
      {
        "archive": "https://cdn.playdosgames.com/zips/STUNTS11.zip"
      },
      {
        "codes": "http://downloads.pigsgrame.de/stunts-css.pdf"
      }
    ],
    "game": {
      "main_file": "load.bat"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "archive"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR/_STUNTS_CODES.pdf",
          "src": "codes"
        }
      },
      {
        "write_file": {
          "content": "load.exe /u MCGA  /ssb ",
          "file": "$GAMEDIR/load.bat"
        }
      }
    ]
  }
}
Back to game