Installer diablo-gog-belzebub
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: - installer: N/A:Select the installer downloaded from GOG - belzebub: https://lutris.net/files/games/diablo/belzebub-r1045.tar.gz game: arch: win32 exe: drive_c/Program Files/Diablo/Belzebub.exe prefix: $GAMEDIR installer: - task: description: Creating WINE prefix name: create_prefix prefix: $GAMEDIR - task: args: /VERYSILENT /SUPPRESSMSGBOXES description: Running Setup, please wait... executable: installer name: wineexec prefix: $CACHE - extract: dst: $GAMEDIR/drive_c/Program Files/Diablo file: belzebub - move: dst: $GAMEDIR/drive_c/Program Files/Diablo src: $CACHE/drive_c/GOG Games/Diablo/DIABDAT.MPQ
{ "files": [ { "installer": "N/A:Select the installer downloaded from GOG" }, { "belzebub": "https://lutris.net/files/games/diablo/belzebub-r1045.tar.gz" } ], "game": { "arch": "win32", "exe": "drive_c/Program Files/Diablo/Belzebub.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "description": "Creating WINE prefix", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "args": "/VERYSILENT /SUPPRESSMSGBOXES", "description": "Running Setup, please wait...", "executable": "installer", "name": "wineexec", "prefix": "$CACHE" } }, { "extract": { "dst": "$GAMEDIR/drive_c/Program Files/Diablo", "file": "belzebub" } }, { "move": { "dst": "$GAMEDIR/drive_c/Program Files/Diablo", "src": "$CACHE/drive_c/GOG Games/Diablo/DIABDAT.MPQ" } } ] }