Installer aqua-kitty-milk-mine-defender-humble-bundle
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 Humble Bundle installer. game: arch: win32 exe: drive_c/Program Files/Aqua Kitty/aqua_kitty.exe prefix: $GAMEDIR installer: - task: description: Creating Wine prefix name: create_prefix prefix: $GAMEDIR - execute: args: -c 'printf "[Software\\Wine\\DllOverrides]\n"mscoree"=""\n"mshtml"=""\n" >> $GAMEDIR/user.reg' file: /bin/sh - task: app: dotnet40 description: Installing .net name: winetricks prefix: $GAMEDIR - task: app: xna40 description: Installing xna name: winetricks prefix: $GAMEDIR - task: description: Installing Aqua Kitty executable: game name: wineexec prefix: $GAMEDIR
{ "files": [ { "game": "N/A:Please select the Humble Bundle installer." } ], "game": { "arch": "win32", "exe": "drive_c/Program Files/Aqua Kitty/aqua_kitty.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "description": "Creating Wine prefix", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "execute": { "args": "-c 'printf \"[Software\\\\Wine\\\\DllOverrides]\\n\"mscoree\"=\"\"\\n\"mshtml\"=\"\"\\n\" >> $GAMEDIR/user.reg'", "file": "/bin/sh" } }, { "task": { "app": "dotnet40", "description": "Installing .net", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "app": "xna40", "description": "Installing xna", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "description": "Installing Aqua Kitty", "executable": "game", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }