Installer super-mario-64-coop-deluxe

files:
- cdx: https://github.com/coop-deluxe/sm64coopdx/releases/latest/download/sm64coopdx_Linux.zip
- rom: N/A:Select SM64 ROM (Must be .z64 format)
game:
  exe: $GAMEDIR/sm64coopdx
installer:
- extract:
    dst: $GAMEDIR
    file: cdx
- merge:
    dst: $GAMEDIR
    src: rom
- chmodx: $GAMEDIR/sm64coopdx
description: Installs Native Linux Version of Super Mario 64 Coop Deluxe
game_slug: super-mario-64-coop-deluxe
gogslug: ''
humblestoreid: ''
installer_slug: super-mario-64-coop-deluxe
name: Super Mario 64 Coop Deluxe
notes: Must provide your own rom in ".z64" format!
runner: linux
script:
  files:
  - cdx: https://github.com/coop-deluxe/sm64coopdx/releases/latest/download/sm64coopdx_Linux.zip
  - rom: N/A:Select SM64 ROM (Must be .z64 format)
  game:
    exe: $GAMEDIR/sm64coopdx
  installer:
  - extract:
      dst: $GAMEDIR
      file: cdx
  - merge:
      dst: $GAMEDIR
      src: rom
  - chmodx: $GAMEDIR/sm64coopdx
slug: super-mario-64-coop-deluxe
steamid: null
version: ''
year: 2023
{
  "game_slug": "super-mario-64-coop-deluxe",
  "version": "",
  "description": "Installs Native Linux Version of Super Mario 64 Coop Deluxe",
  "notes": "Must provide your own rom in \".z64\" format!",
  "name": "Super Mario 64 Coop Deluxe",
  "year": 2023,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "super-mario-64-coop-deluxe",
  "installer_slug": "super-mario-64-coop-deluxe",
  "script": {
    "files": [
      {
        "cdx": "https://github.com/coop-deluxe/sm64coopdx/releases/latest/download/sm64coopdx_Linux.zip"
      },
      {
        "rom": "N/A:Select SM64 ROM (Must be .z64 format)"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/sm64coopdx"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "cdx"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "rom"
        }
      },
      {
        "chmodx": "$GAMEDIR/sm64coopdx"
      }
    ]
  }
}
Back to game