Installer myst-v-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 GOG installer game: arch: win32 exe: $GAMEDIR/drive_c/GOG Games/Myst V End Of Ages/eoa.exe installer: - task: arch: win32 install_gecko: false install_mono: false name: create_prefix prefix: $GAMEDIR - task: app: d3dx9 arch: win32 name: winetricks prefix: $GAMEDIR - task: app: d3dcompiler_42 arch: win32 name: winetricks prefix: $GAMEDIR - task: app: dsound arch: win32 name: winetricks prefix: $GAMEDIR - task: app: directmusic arch: win32 name: winetricks prefix: $GAMEDIR - task: app: corefonts arch: win32 name: winetricks prefix: $GAMEDIR - task: app: tahoma arch: win32 name: winetricks prefix: $GAMEDIR - task: executable: setup name: wineexec prefix: $GAMEDIR system: reset_desktop: true resolution: 1024x768 wine: Desktop: true WineDesktop: 1024x768
{ "files": [ { "setup": "N/A:Select GOG installer" } ], "game": { "arch": "win32", "exe": "$GAMEDIR/drive_c/GOG Games/Myst V End Of Ages/eoa.exe" }, "installer": [ { "task": { "arch": "win32", "install_gecko": false, "install_mono": false, "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "app": "d3dx9", "arch": "win32", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "app": "d3dcompiler_42", "arch": "win32", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "app": "dsound", "arch": "win32", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "app": "directmusic", "arch": "win32", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "app": "corefonts", "arch": "win32", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "app": "tahoma", "arch": "win32", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "executable": "setup", "name": "wineexec", "prefix": "$GAMEDIR" } } ], "system": { "reset_desktop": true, "resolution": "1024x768" }, "wine": { "Desktop": true, "WineDesktop": "1024x768" } }