Installer duke-nukem-3d-all-pc-versions-eduk
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: Duke Nukem 3D - All PC versions - EDuke32 files: - eduke32: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Duke%20Nukem%203D/eduke32.tar.xz game: exe: $GAMEDIR/eduke32.sh installer: - insert-disc: requires: duke3d.grp - extract: dst: $GAMEDIR/ format: txz src: eduke32 - execute: command: cd "$DISC" ; find * -iname "DUKE3D.GRP" -exec cp "{}" "$GAMEDIR/dn3d/all" \;
{ "custom-name": "Duke Nukem 3D - All PC versions - EDuke32", "files": [ { "eduke32": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Duke%20Nukem%203D/eduke32.tar.xz" } ], "game": { "exe": "$GAMEDIR/eduke32.sh" }, "installer": [ { "insert-disc": { "requires": "duke3d.grp" } }, { "extract": { "dst": "$GAMEDIR/", "format": "txz", "src": "eduke32" } }, { "execute": { "command": "cd \"$DISC\" ; find * -iname \"DUKE3D.GRP\" -exec cp \"{}\" \"$GAMEDIR/dn3d/all\" \\;" } } ] }