Installer archimedean-dynasty-gogcom

dosbox:
  fullscreen: true
files:
- game: N/A:Please select the GOG.com Windows installer
- innoextract_tar: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
game:
  config_file: $GAMEDIR/dosbox_ad.conf
  main_file: $GAMEDIR/AD2.EXE
installer:
- extract:
    dst: $CACHE
    file: $innoextract_tar
- execute:
    args: -d "$CACHE" "$game"
    file: $CACHE/innoextract
- merge:
    dst: $GAMEDIR
    src: $CACHE/app
- write_config:
    file: $GAMEDIR/dosbox_ad.conf
    key: fullscreen
    section: sdl
    value: false
description: DOS files, extracted from the windows installer of Archimedean Dynasty
  from GOG.com.
game_slug: archimedean-dynasty
gogslug: archimedean_dynasty
humblestoreid: ''
installer_slug: archimedean-dynasty-gogcom
name: Archimedean Dynasty
notes: The original packaged version from GOG.com runs on the dosbox_ad_single.conf
  which presents a menu to chose AD2.EXE (Software Renderer) or AD3DFX.EXE (3Dfx renderer).
  This does not seem to work, so this launcher runs AD2.EXE as main file. Adjust if
  needed.
runner: dosbox
script:
  dosbox:
    fullscreen: true
  files:
  - game: N/A:Please select the GOG.com Windows installer
  - innoextract_tar: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
  game:
    config_file: $GAMEDIR/dosbox_ad.conf
    main_file: $GAMEDIR/AD2.EXE
  installer:
  - extract:
      dst: $CACHE
      file: $innoextract_tar
  - execute:
      args: -d "$CACHE" "$game"
      file: $CACHE/innoextract
  - merge:
      dst: $GAMEDIR
      src: $CACHE/app
  - write_config:
      file: $GAMEDIR/dosbox_ad.conf
      key: fullscreen
      section: sdl
      value: false
slug: archimedean-dynasty-gogcom
steamid: null
version: GOG.com
year: 1996
{
  "game_slug": "archimedean-dynasty",
  "version": "GOG.com",
  "description": "DOS files, extracted from the windows installer of Archimedean Dynasty from GOG.com.",
  "notes": "The original packaged version from GOG.com runs on the dosbox_ad_single.conf which presents a menu to chose AD2.EXE (Software Renderer) or AD3DFX.EXE (3Dfx renderer). This does not seem to work, so this launcher runs AD2.EXE as main file. Adjust if needed.",
  "name": "Archimedean Dynasty",
  "year": 1996,
  "steamid": null,
  "gogslug": "archimedean_dynasty",
  "humblestoreid": "",
  "runner": "dosbox",
  "slug": "archimedean-dynasty-gogcom",
  "installer_slug": "archimedean-dynasty-gogcom",
  "script": {
    "dosbox": {
      "fullscreen": true
    },
    "files": [
      {
        "game": "N/A:Please select the GOG.com Windows installer"
      },
      {
        "innoextract_tar": "https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz"
      }
    ],
    "game": {
      "config_file": "$GAMEDIR/dosbox_ad.conf",
      "main_file": "$GAMEDIR/AD2.EXE"
    },
    "installer": [
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$innoextract_tar"
        }
      },
      {
        "execute": {
          "args": "-d \"$CACHE\" \"$game\"",
          "file": "$CACHE/innoextract"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/app"
        }
      },
      {
        "write_config": {
          "file": "$GAMEDIR/dosbox_ad.conf",
          "key": "fullscreen",
          "section": "sdl",
          "value": false
        }
      }
    ]
  }
}
Back to game