files:
- repo: https://github.com/djoslin0/sm64ex-coop/archive/coop.zip
- rom: N/A:Please select the USA .z64 rom file
game:
exe: build/us_pc/sm64.us.f3dex2e
installer:
- extract:
file: repo
- copy:
dst: $GAMEDIR
src: rom
- execute:
command: mv *.z64 sm64.z64
- execute:
command: mv sm64.z64 baserom.us.z64
- execute:
command: make -j4
description: Super Mario 64 Online Multiplayer by djoslin
game_slug: super-mario-64
gogslug: ''
humblestoreid: ''
installer_slug: super-mario-64-online-multiplayer
name: Super Mario 64
notes: Make sure you have the needed installation dependencies from https://github.com/sm64pc/sm64ex/wiki/Compiling-on-Linux
runner: linux
script:
files:
- repo: https://github.com/djoslin0/sm64ex-coop/archive/coop.zip
- rom: N/A:Please select the USA .z64 rom file
game:
exe: build/us_pc/sm64.us.f3dex2e
installer:
- extract:
file: repo
- copy:
dst: $GAMEDIR
src: rom
- execute:
command: mv *.z64 sm64.z64
- execute:
command: mv sm64.z64 baserom.us.z64
- execute:
command: make -j4
slug: super-mario-64-online-multiplayer
steamid: null
version: Online Multiplayer
year: 1996
{
"game_slug": "super-mario-64",
"version": "Online Multiplayer",
"description": "Super Mario 64 Online Multiplayer by djoslin",
"notes": "Make sure you have the needed installation dependencies from https://github.com/sm64pc/sm64ex/wiki/Compiling-on-Linux",
"name": "Super Mario 64",
"year": 1996,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "super-mario-64-online-multiplayer",
"installer_slug": "super-mario-64-online-multiplayer",
"script": {
"files": [
{
"repo": "https://github.com/djoslin0/sm64ex-coop/archive/coop.zip"
},
{
"rom": "N/A:Please select the USA .z64 rom file"
}
],
"game": {
"exe": "build/us_pc/sm64.us.f3dex2e"
},
"installer": [
{
"extract": {
"file": "repo"
}
},
{
"copy": {
"dst": "$GAMEDIR",
"src": "rom"
}
},
{
"execute": {
"command": "mv *.z64 sm64.z64"
}
},
{
"execute": {
"command": "mv sm64.z64 baserom.us.z64"
}
},
{
"execute": {
"command": "make -j4"
}
}
]
}
}