files:
- cdx: https://github.com/coop-deluxe/sm64coopdx/releases/download/v1.1.1/sm64coopdx_v1.1.1_Linux.zip
- rom: N/A:Select SM64 ROM (Must be .z64 format)
game:
exe: $GAMEDIR/sm64coopdx
installer:
- extract:
dst: $GAMEDIR
file: cdx
- copy:
dst: $GAMEDIR
src: rom
- execute:
command: chmod +x ./$GAMDIR/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-111
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/download/v1.1.1/sm64coopdx_v1.1.1_Linux.zip
- rom: N/A:Select SM64 ROM (Must be .z64 format)
game:
exe: $GAMEDIR/sm64coopdx
installer:
- extract:
dst: $GAMEDIR
file: cdx
- copy:
dst: $GAMEDIR
src: rom
- execute:
command: chmod +x ./$GAMDIR/sm64coopdx
slug: super-mario-64-coop-deluxe-111
steamid: null
version: 1.1.1
year: 2023
{
"game_slug": "super-mario-64-coop-deluxe",
"version": "1.1.1",
"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-111",
"installer_slug": "super-mario-64-coop-deluxe-111",
"script": {
"files": [
{
"cdx": "https://github.com/coop-deluxe/sm64coopdx/releases/download/v1.1.1/sm64coopdx_v1.1.1_Linux.zip"
},
{
"rom": "N/A:Select SM64 ROM (Must be .z64 format)"
}
],
"game": {
"exe": "$GAMEDIR/sm64coopdx"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR",
"file": "cdx"
}
},
{
"copy": {
"dst": "$GAMEDIR",
"src": "rom"
}
},
{
"execute": {
"command": "chmod +x ./$GAMDIR/sm64coopdx"
}
}
]
}
}