Installer banjo-kazooie-banjorecomp

files:
- engine: https://github.com/BanjoRecomp/BanjoRecomp/releases/download/v1.0.1/BanjoRecompiled-v1.0.1-Linux-X64.zip
- mod_hd: https://evilgames.eu/files/texture-packs/bk-reloaded-v0.1.1-rt64.rtz
game:
  exe: $GAMEDIR/BanjoRecompiled
installer:
- extract:
    dst: $CACHE
    file: engine
- extract:
    dst: $GAMEDIR
    file: $CACHE/BanjoRecompiled.tar.gz
    format: tgz
- merge:
    dst: $GAMEDIR/mods
    src: mod_hd
- execute:
    command: cd "$GAMEDIR" ; touch portable.txt ;
description: Play "Banjo-Kazooie" on Linux!
game_slug: banjo-kazooie
gogslug: ''
humblestoreid: ''
installer_slug: banjo-kazooie-banjorecomp
name: Banjo-Kazooie
notes: "- Using BanjoRecomp engine\r\n- you will need to provide Banjo-Kazooie N64\
  \ rom in .z64 format"
runner: linux
script:
  files:
  - engine: https://github.com/BanjoRecomp/BanjoRecomp/releases/download/v1.0.1/BanjoRecompiled-v1.0.1-Linux-X64.zip
  - mod_hd: https://evilgames.eu/files/texture-packs/bk-reloaded-v0.1.1-rt64.rtz
  game:
    exe: $GAMEDIR/BanjoRecompiled
  installer:
  - extract:
      dst: $CACHE
      file: engine
  - extract:
      dst: $GAMEDIR
      file: $CACHE/BanjoRecompiled.tar.gz
      format: tgz
  - merge:
      dst: $GAMEDIR/mods
      src: mod_hd
  - execute:
      command: cd "$GAMEDIR" ; touch portable.txt ;
slug: banjo-kazooie-banjorecomp
steamid: null
version: BanjoRecomp
year: 1998
{
  "game_slug": "banjo-kazooie",
  "version": "BanjoRecomp",
  "description": "Play \"Banjo-Kazooie\" on Linux!",
  "notes": "- Using BanjoRecomp engine\r\n- you will need to provide Banjo-Kazooie N64 rom in .z64 format",
  "name": "Banjo-Kazooie",
  "year": 1998,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "banjo-kazooie-banjorecomp",
  "installer_slug": "banjo-kazooie-banjorecomp",
  "script": {
    "files": [
      {
        "engine": "https://github.com/BanjoRecomp/BanjoRecomp/releases/download/v1.0.1/BanjoRecompiled-v1.0.1-Linux-X64.zip"
      },
      {
        "mod_hd": "https://evilgames.eu/files/texture-packs/bk-reloaded-v0.1.1-rt64.rtz"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/BanjoRecompiled"
    },
    "installer": [
      {
        "extract": {
          "dst": "$CACHE",
          "file": "engine"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "$CACHE/BanjoRecompiled.tar.gz",
          "format": "tgz"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/mods",
          "src": "mod_hd"
        }
      },
      {
        "execute": {
          "command": "cd \"$GAMEDIR\" ; touch portable.txt ;"
        }
      }
    ]
  }
}
Back to game