Installer doom-64-doom64ex
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.
custom-name: Doom 64 - Doom64EX files: - d64ex: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Doom%2064/Doom64EX_x64.7z - rom: N/A:Please select the Nintedo 64 Doom64 rom file (uncompressed rom file with .n64 extension). - script: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Doom%2064/rom2wad.sh game: exe: $GAMEDIR/doom64ex installer: - extract: dst: $GAMEDIR src: d64ex - copy: dst: $GAMEDIR src: $rom - chmodx: $script - copy: dst: $GAMEDIR src: $script - execute: file: $GAMEDIR/rom2wad.sh
{ "custom-name": "Doom 64 - Doom64EX", "files": [ { "d64ex": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Doom%2064/Doom64EX_x64.7z" }, { "rom": "N/A:Please select the Nintedo 64 Doom64 rom file (uncompressed rom file with .n64 extension)." }, { "script": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Doom%2064/rom2wad.sh" } ], "game": { "exe": "$GAMEDIR/doom64ex" }, "installer": [ { "extract": { "dst": "$GAMEDIR", "src": "d64ex" } }, { "copy": { "dst": "$GAMEDIR", "src": "$rom" } }, { "chmodx": "$script" }, { "copy": { "dst": "$GAMEDIR", "src": "$script" } }, { "execute": { "file": "$GAMEDIR/rom2wad.sh" } } ] }