Installer pokemon-infinity-236

files:
- file:
    filename: Pokemon Infinity 2.3.6.zip
    referer: https://lutris.net
    url: https://download2325.mediafire.com/tskrvur25pqg/dlssk830cxdvo5y/Pokemon+Infinity+2.3.6.zip?dl=1
game:
  arch: win64
  exe: drive_c/Program Files (x86)/PokemonInfinity/Game.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- task:
    name: winekill
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/Program Files (x86)/PokemonInfinity/
    file: file
    format: zip
- task:
    app: gmdls
    description: Fixing audio bug
    name: winetricks
    silent: true
description: Installs the game on wine with gmdls enabled.
game_slug: pokemon-infinity
gogslug: ''
humblestoreid: ''
installer_slug: pokemon-infinity-236
name: Pokemon Infinity
notes: The game was crashing right at the beginning of the game with some audio error.
  I fixed that by having winetricks run `gmdls` during install.
runner: wine
script:
  files:
  - file:
      filename: Pokemon Infinity 2.3.6.zip
      referer: https://lutris.net
      url: https://download2325.mediafire.com/tskrvur25pqg/dlssk830cxdvo5y/Pokemon+Infinity+2.3.6.zip?dl=1
  game:
    arch: win64
    exe: drive_c/Program Files (x86)/PokemonInfinity/Game.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      name: winekill
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/drive_c/Program Files (x86)/PokemonInfinity/
      file: file
      format: zip
  - task:
      app: gmdls
      description: Fixing audio bug
      name: winetricks
      silent: true
slug: pokemon-infinity-236
steamid: null
version: 2.3.6
year: 2020
{
  "game_slug": "pokemon-infinity",
  "version": "2.3.6",
  "description": "Installs the game on wine with gmdls enabled.",
  "notes": "The game was crashing right at the beginning of the game with some audio error. I fixed that by having winetricks run `gmdls` during install.",
  "name": "Pokemon Infinity",
  "year": 2020,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "pokemon-infinity-236",
  "installer_slug": "pokemon-infinity-236",
  "script": {
    "files": [
      {
        "file": {
          "filename": "Pokemon Infinity 2.3.6.zip",
          "referer": "https://lutris.net",
          "url": "https://download2325.mediafire.com/tskrvur25pqg/dlssk830cxdvo5y/Pokemon+Infinity+2.3.6.zip?dl=1"
        }
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/Program Files (x86)/PokemonInfinity/Game.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "name": "winekill",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Program Files (x86)/PokemonInfinity/",
          "file": "file",
          "format": "zip"
        }
      },
      {
        "task": {
          "app": "gmdls",
          "description": "Fixing audio bug",
          "name": "winetricks",
          "silent": true
        }
      }
    ]
  }
}
Back to game