Installer star-fox-64-recompiled

files:
- engine: https://github.com/sonicdcer/Starfox64Recomp/releases/download/1.0.3/Starfox64Recompiled-v1.0.3-Linux-X64-Release.zip
game:
  exe: $GAMEDIR/Starfox64Recompiled
installer:
- extract:
    dst: $CACHE
    file: engine
- extract:
    dst: $GAMEDIR
    file: $CACHE/Starfox64Recompiled.tar.gz
    format: tgz
- chmodx: $GAMEDIR/Starfox64Recompiled
- execute:
    command: cd "$GAMEDIR" ; touch portable.txt ;
description: Play Star Fox 64 using Linux build of Recompiled engine
game_slug: star-fox-64
gogslug: ''
humblestoreid: ''
installer_slug: star-fox-64-recompiled
name: Star Fox 64
notes: 'This project is a PC port of Starfox 64. It will only accept one specific
  ROM: the US version 1.1 (Rev A) of the N64 release of Starfox 64. ROMs in formats
  other than .z64 will be automatically converted, as long as it is the correct ROM.'
runner: linux
script:
  files:
  - engine: https://github.com/sonicdcer/Starfox64Recomp/releases/download/1.0.3/Starfox64Recompiled-v1.0.3-Linux-X64-Release.zip
  game:
    exe: $GAMEDIR/Starfox64Recompiled
  installer:
  - extract:
      dst: $CACHE
      file: engine
  - extract:
      dst: $GAMEDIR
      file: $CACHE/Starfox64Recompiled.tar.gz
      format: tgz
  - chmodx: $GAMEDIR/Starfox64Recompiled
  - execute:
      command: cd "$GAMEDIR" ; touch portable.txt ;
slug: star-fox-64-recompiled
steamid: null
version: Recompiled
year: 1997
{
  "game_slug": "star-fox-64",
  "version": "Recompiled",
  "description": "Play Star Fox 64 using Linux build of Recompiled engine",
  "notes": "This project is a PC port of Starfox 64. It will only accept one specific ROM: the US version 1.1 (Rev A) of the N64 release of Starfox 64. ROMs in formats other than .z64 will be automatically converted, as long as it is the correct ROM.",
  "name": "Star Fox 64",
  "year": 1997,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "star-fox-64-recompiled",
  "installer_slug": "star-fox-64-recompiled",
  "script": {
    "files": [
      {
        "engine": "https://github.com/sonicdcer/Starfox64Recomp/releases/download/1.0.3/Starfox64Recompiled-v1.0.3-Linux-X64-Release.zip"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/Starfox64Recompiled"
    },
    "installer": [
      {
        "extract": {
          "dst": "$CACHE",
          "file": "engine"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "$CACHE/Starfox64Recompiled.tar.gz",
          "format": "tgz"
        }
      },
      {
        "chmodx": "$GAMEDIR/Starfox64Recompiled"
      },
      {
        "execute": {
          "command": "cd \"$GAMEDIR\" ; touch portable.txt ;"
        }
      }
    ]
  }
}
Back to game