Installer dwarf-fortress-dwarf-fortress-wine

files:
- zipfile: https://www.bay12games.com/dwarves/$FILENAME
game:
  arch: win64
  exe: $GAMEDIR/drive_c/dwarves/Dwarf Fortress.exe
  prefix: $GAMEDIR/
installer:
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/dwarves/
    file: zipfile
- task:
    app: vcrun2019
    arch: win64
    name: winetricks
variables:
  FILENAME: df_50_09_win.zip
description: Vanilla Install of 50.09 (exe)
game_slug: dwarf-fortress
gogslug: ''
humblestoreid: ''
installer_slug: dwarf-fortress-dwarf-fortress-wine
name: Dwarf Fortress
notes: Downloads the free zip from bay12games.com unzips it and installs vcrun2019
  (vcrun2022 would work as well)
runner: wine
script:
  files:
  - zipfile: https://www.bay12games.com/dwarves/$FILENAME
  game:
    arch: win64
    exe: $GAMEDIR/drive_c/dwarves/Dwarf Fortress.exe
    prefix: $GAMEDIR/
  installer:
  - task:
      arch: win64
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/drive_c/dwarves/
      file: zipfile
  - task:
      app: vcrun2019
      arch: win64
      name: winetricks
  variables:
    FILENAME: df_50_09_win.zip
slug: dwarf-fortress-dwarf-fortress-wine
steamid: 975370
version: dwarf-fortress-wine-50.09
year: 2006
{
  "game_slug": "dwarf-fortress",
  "version": "dwarf-fortress-wine-50.09",
  "description": "Vanilla Install of 50.09 (exe)",
  "notes": "Downloads the free zip from bay12games.com unzips it and installs vcrun2019 (vcrun2022 would work as well)",
  "name": "Dwarf Fortress",
  "year": 2006,
  "steamid": 975370,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "dwarf-fortress-dwarf-fortress-wine",
  "installer_slug": "dwarf-fortress-dwarf-fortress-wine",
  "script": {
    "files": [
      {
        "zipfile": "https://www.bay12games.com/dwarves/$FILENAME"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "$GAMEDIR/drive_c/dwarves/Dwarf Fortress.exe",
      "prefix": "$GAMEDIR/"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/dwarves/",
          "file": "zipfile"
        }
      },
      {
        "task": {
          "app": "vcrun2019",
          "arch": "win64",
          "name": "winetricks"
        }
      }
    ],
    "variables": {
      "FILENAME": "df_50_09_win.zip"
    }
  }
}
Back to game