Installer duke-nukem-3d-gog-eduke32
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 - Atomic Edition - GOG - EDuke32 files: - eduke32: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Duke%20Nukem%203D/eduke32.tar.xz - gog: N/A:Please select the Linux .sh install file downloaded from your GOG account game: exe: $GAMEDIR/eduke32.sh installer: - extract: dst: $CACHE format: zip src: gog - merge: dst: $GAMEDIR/dn3d/gog src: $CACHE/data/noarch/data - extract: dst: $GAMEDIR/ format: txz src: eduke32
{ "custom-name": "Duke Nukem 3D - Atomic Edition - GOG - EDuke32", "files": [ { "eduke32": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Duke%20Nukem%203D/eduke32.tar.xz" }, { "gog": "N/A:Please select the Linux .sh install file downloaded from your GOG account" } ], "game": { "exe": "$GAMEDIR/eduke32.sh" }, "installer": [ { "extract": { "dst": "$CACHE", "format": "zip", "src": "gog" } }, { "merge": { "dst": "$GAMEDIR/dn3d/gog", "src": "$CACHE/data/noarch/data" } }, { "extract": { "dst": "$GAMEDIR/", "format": "txz", "src": "eduke32" } } ] }