Installer furi-2

files:
- install: N/A:Select the game's setup file
game:
  arch: win64
  exe: $GAMEDIR/prefix/drive_c/game/Furi.exe
  prefix: $GAMEDIR/prefix
  working_dir: $GAMEDIR/prefix/drive_c/game
installer:
- task:
    arch: win64
    args: /LANG=English /SP- /NOCANCEL /SUPPRESSMSGBOXES /DIR="C:/game"
    description: Installing...
    executable: install
    name: wineexec
    prefix: $GAMEDIR/prefix
description: Needs GOG's classic installer for the game.
game_slug: furi
gogslug: furi_modore_edition
humblestoreid: ''
installer_slug: furi-2
name: Furi
notes: At the end of the installation process four error messages appear (3x "Runtime
  Error " and 1x "Out of Global Vars range"). However, the game can be run without
  any problems.
runner: wine
script:
  files:
  - install: N/A:Select the game's setup file
  game:
    arch: win64
    exe: $GAMEDIR/prefix/drive_c/game/Furi.exe
    prefix: $GAMEDIR/prefix
    working_dir: $GAMEDIR/prefix/drive_c/game
  installer:
  - task:
      arch: win64
      args: /LANG=English /SP- /NOCANCEL /SUPPRESSMSGBOXES /DIR="C:/game"
      description: Installing...
      executable: install
      name: wineexec
      prefix: $GAMEDIR/prefix
slug: furi-2
steamid: 423230
version: '2'
year: 2016
{
  "game_slug": "furi",
  "version": "2",
  "description": "Needs GOG's classic installer for the game.",
  "notes": "At the end of the installation process four error messages appear (3x \"Runtime Error \" and 1x \"Out of Global Vars range\"). However, the game can be run without any problems.",
  "name": "Furi",
  "year": 2016,
  "steamid": 423230,
  "gogslug": "furi_modore_edition",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "furi-2",
  "installer_slug": "furi-2",
  "script": {
    "files": [
      {
        "install": "N/A:Select the game's setup file"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "$GAMEDIR/prefix/drive_c/game/Furi.exe",
      "prefix": "$GAMEDIR/prefix",
      "working_dir": "$GAMEDIR/prefix/drive_c/game"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "args": "/LANG=English /SP- /NOCANCEL /SUPPRESSMSGBOXES /DIR=\"C:/game\"",
          "description": "Installing...",
          "executable": "install",
          "name": "wineexec",
          "prefix": "$GAMEDIR/prefix"
        }
      }
    ]
  }
}
Back to game