Installer super-mario-64-online-multiplayer
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full 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
{ "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" } } ] }