Installer aqua-kitty-milk-mine-defender-gogcom
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: - game: N/A:Please select the GOG.com Windows installer. game: arch: win32 exe: drive_c/game/ak.exe prefix: $GAMEDIR installer: - task: description: Creating Wine prefix name: create_prefix prefix: $GAMEDIR - task: app: dotnet40 description: Installing .net name: winetricks prefix: $GAMEDIR silent: false - task: app: xna40 description: Installing xna name: winetricks prefix: $GAMEDIR silent: false - task: args: /DIR=C:/game description: Installing Aqua Kitty executable: game name: wineexec prefix: $GAMEDIR
{ "files": [ { "game": "N/A:Please select the GOG.com Windows installer." } ], "game": { "arch": "win32", "exe": "drive_c/game/ak.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "description": "Creating Wine prefix", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "app": "dotnet40", "description": "Installing .net", "name": "winetricks", "prefix": "$GAMEDIR", "silent": false } }, { "task": { "app": "xna40", "description": "Installing xna", "name": "winetricks", "prefix": "$GAMEDIR", "silent": false } }, { "task": { "args": "/DIR=C:/game", "description": "Installing Aqua Kitty", "executable": "game", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }