Installer duke-nukem-3d-bonus-levels-for-edu
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.
extends: duke-nukem-3d files: - fngt: filename: addons.7z url: https://www.dropbox.com/s/7n0uqk2gd1i6rxh/eduke32_addons314.exe?dl=1 - dznii: filename: dukezoneii.zip url: https://www.dropbox.com/s/kwntvzyvpmsbj1b/dukezone2.zip?dl=1 installer: - execute: command: chmod -R +rw $GAMEDIR/dn3d/addons/ - extract: dst: $GAMEDIR/dn3d/addons/frightnight format: 7z src: fngt - extract: dst: $GAMEDIR/dn3d/addons/frightnight/ src: dznii
{ "extends": "duke-nukem-3d", "files": [ { "fngt": { "filename": "addons.7z", "url": "https://www.dropbox.com/s/7n0uqk2gd1i6rxh/eduke32_addons314.exe?dl=1" } }, { "dznii": { "filename": "dukezoneii.zip", "url": "https://www.dropbox.com/s/kwntvzyvpmsbj1b/dukezone2.zip?dl=1" } } ], "installer": [ { "execute": { "command": "chmod -R +rw $GAMEDIR/dn3d/addons/" } }, { "extract": { "dst": "$GAMEDIR/dn3d/addons/frightnight", "format": "7z", "src": "fngt" } }, { "extract": { "dst": "$GAMEDIR/dn3d/addons/frightnight/", "src": "dznii" } } ] }