Installer harmony-64bit

files:
- harmony-game: http://www.evil-soft.com/Heretic/harmonyv1.1.zip
- zdoom64: http://lutris.net/files/games/zdoom/zdoom64.tar.gz
game:
  exe: zdoom
installer:
- extract:
    dst: $GAMEDIR
    file: harmony-game
- extract:
    dst: $GAMEDIR
    file: zdoom64
- write_config:
    file: $GAMEDIR/harm1.ini
    key: snd_output
    section: GlobalSettings
    value: alsa
description: ''
game_slug: harmony
gogslug: ''
humblestoreid: ''
installer_slug: harmony-64bit
name: Harmony
notes: '2015.04.08: Fixed no sound playing (changed audio backend to Alsa)'
runner: linux
script:
  files:
  - harmony-game: http://www.evil-soft.com/Heretic/harmonyv1.1.zip
  - zdoom64: http://lutris.net/files/games/zdoom/zdoom64.tar.gz
  game:
    exe: zdoom
  installer:
  - extract:
      dst: $GAMEDIR
      file: harmony-game
  - extract:
      dst: $GAMEDIR
      file: zdoom64
  - write_config:
      file: $GAMEDIR/harm1.ini
      key: snd_output
      section: GlobalSettings
      value: alsa
slug: harmony-64bit
steamid: null
version: 64bit
year: 2009
{
  "game_slug": "harmony",
  "version": "64bit",
  "description": "",
  "notes": "2015.04.08: Fixed no sound playing (changed audio backend to Alsa)",
  "name": "Harmony",
  "year": 2009,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "harmony-64bit",
  "installer_slug": "harmony-64bit",
  "script": {
    "files": [
      {
        "harmony-game": "http://www.evil-soft.com/Heretic/harmonyv1.1.zip"
      },
      {
        "zdoom64": "http://lutris.net/files/games/zdoom/zdoom64.tar.gz"
      }
    ],
    "game": {
      "exe": "zdoom"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "harmony-game"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "zdoom64"
        }
      },
      {
        "write_config": {
          "file": "$GAMEDIR/harm1.ini",
          "key": "snd_output",
          "section": "GlobalSettings",
          "value": "alsa"
        }
      }
    ]
  }
}
Back to game