Installer leisure-suit-larry-wet-dreams-gog
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: - setup: N/A:Select installer game: arch: win32 exe: $GAMEDIR/drive_c/GOG Games/lslwddd/lslwddd.exe prefix: $GAMEDIR installer: - task: arch: win32 install_gecko: false install_mono: true name: create_prefix prefix: $GAMEDIR - task: executable: $setup name: wineexec prefix: $GAMEDIR - task: app: dinput8 arch: win32 description: Installing Direct Input name: winetricks prefix: $GAMEDIR wine: Desktop: false
{ "files": [ { "setup": "N/A:Select installer" } ], "game": { "arch": "win32", "exe": "$GAMEDIR/drive_c/GOG Games/lslwddd/lslwddd.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win32", "install_gecko": false, "install_mono": true, "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "executable": "$setup", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "app": "dinput8", "arch": "win32", "description": "Installing Direct Input", "name": "winetricks", "prefix": "$GAMEDIR" } } ], "wine": { "Desktop": false } }