Installer mary-skelter-nightmares-gog-w-dxvk
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.
exe: drive_c/GOG Games/Mary Skelter Nightmares/MarySkelter.exe files: - game: N/A:Select the Windows setup file downloaded from GOG game: prefix: $GAMEDIR installer: - task: args: /silent /nogui /suppressmsgboxes executable: game name: wineexec prefix: $GAMEDIR - move: dst: $GAMEDIR/drive_c/GOG Games/Mary Skelter Nightmares/MovieThingy src: $GAMEDIR/drive_c/GOG Games/Mary Skelter Nightmares/MOVIE wine: dxvk: true
{ "exe": "drive_c/GOG Games/Mary Skelter Nightmares/MarySkelter.exe", "files": [ { "game": "N/A:Select the Windows setup file downloaded from GOG" } ], "game": { "prefix": "$GAMEDIR" }, "installer": [ { "task": { "args": "/silent /nogui /suppressmsgboxes", "executable": "game", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "move": { "dst": "$GAMEDIR/drive_c/GOG Games/Mary Skelter Nightmares/MovieThingy", "src": "$GAMEDIR/drive_c/GOG Games/Mary Skelter Nightmares/MOVIE" } } ], "wine": { "dxvk": true } }