Installer zdaemon-official-installer

files:
- setup: https://downloads.zdaemon.org/zdaemon-setup.exe
game:
  arch: win32
  exe: drive_c/users/$USER/AppData/Roaming/ZDaemon/zlauncher.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    description: Creating Wine prefix.
    name: create_prefix
    prefix: $GAMEDIR
- task:
    arch: win32
    description: Running ZDaemon setup.
    executable: setup
    name: wineexec
    prefix: $GAMEDIR
description: Official ZDaemon installer.
game_slug: zdaemon
gogslug: ''
humblestoreid: ''
installer_slug: zdaemon-official-installer
name: ZDaemon
notes: Requires Timdity++ or Fluidsynth to be installed and configured on the system
  for in-game music to work.
runner: wine
script:
  files:
  - setup: https://downloads.zdaemon.org/zdaemon-setup.exe
  game:
    arch: win32
    exe: drive_c/users/$USER/AppData/Roaming/ZDaemon/zlauncher.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      description: Creating Wine prefix.
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      arch: win32
      description: Running ZDaemon setup.
      executable: setup
      name: wineexec
      prefix: $GAMEDIR
slug: zdaemon-official-installer
steamid: null
version: Official installer
year: null
{
  "game_slug": "zdaemon",
  "version": "Official installer",
  "description": "Official ZDaemon installer.",
  "notes": "Requires Timdity++ or Fluidsynth to be installed and configured on the system for in-game music to work.",
  "name": "ZDaemon",
  "year": null,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "zdaemon-official-installer",
  "installer_slug": "zdaemon-official-installer",
  "script": {
    "files": [
      {
        "setup": "https://downloads.zdaemon.org/zdaemon-setup.exe"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "drive_c/users/$USER/AppData/Roaming/ZDaemon/zlauncher.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "description": "Creating Wine prefix.",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win32",
          "description": "Running ZDaemon setup.",
          "executable": "setup",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game