Installer spaceengine-0980e

files:
- setup:
    filename: SE-0980-setup.exe
    referer: https://spaceengine.funix.cz/
    url: http://spaceengine.funix.cz/engine/latest/SE-0980-setup.exe
- patch: http://spaceengine.funix.cz/engine/latest/SE-0980e-patch.zip
game:
  arch: win64
  exe: drive_c/SpaceEngine/system/SpaceEngine.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- task:
    arch: win64
    args: /SP- /SUPPRESSMSGBOXES /SILENT /NOCANCEL
    executable: setup
    name: wineexec
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/SpaceEngine
    src: patch
description: Install the 9.8.0 base simulator, and then installs the 9.8.0e patch.
  Should work out of the box.
game_slug: space-engine
gogslug: spaceengine
humblestoreid: ''
installer_slug: spaceengine-0980e
name: SpaceEngine
notes: ''
runner: wine
script:
  files:
  - setup:
      filename: SE-0980-setup.exe
      referer: https://spaceengine.funix.cz/
      url: http://spaceengine.funix.cz/engine/latest/SE-0980-setup.exe
  - patch: http://spaceengine.funix.cz/engine/latest/SE-0980e-patch.zip
  game:
    arch: win64
    exe: drive_c/SpaceEngine/system/SpaceEngine.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      arch: win64
      args: /SP- /SUPPRESSMSGBOXES /SILENT /NOCANCEL
      executable: setup
      name: wineexec
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/drive_c/SpaceEngine
      src: patch
slug: spaceengine-0980e
steamid: 314650
version: 0.9.8.0e
year: 2014
{
  "game_slug": "space-engine",
  "version": "0.9.8.0e",
  "description": "Install the 9.8.0 base simulator, and then installs the 9.8.0e patch. Should work out of the box.",
  "notes": "",
  "name": "SpaceEngine",
  "year": 2014,
  "steamid": 314650,
  "gogslug": "spaceengine",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "spaceengine-0980e",
  "installer_slug": "spaceengine-0980e",
  "script": {
    "files": [
      {
        "setup": {
          "filename": "SE-0980-setup.exe",
          "referer": "https://spaceengine.funix.cz/",
          "url": "http://spaceengine.funix.cz/engine/latest/SE-0980-setup.exe"
        }
      },
      {
        "patch": "http://spaceengine.funix.cz/engine/latest/SE-0980e-patch.zip"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/SpaceEngine/system/SpaceEngine.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "args": "/SP- /SUPPRESSMSGBOXES /SILENT /NOCANCEL",
          "executable": "setup",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/SpaceEngine",
          "src": "patch"
        }
      }
    ]
  }
}
Back to game