Installer the-incredible-machine-even-m-cd

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/Sierra/Even More Contraptions/EvenMore.exe
game:
  arch: win32
  prefix: $GAMEDIR
installer:
- insert-disc:
    requires: aol.ico
- task:
    executable: $DISC/start.exe
    name: wineexec
    prefix: $GAMEDIR
{
  "exe": "drive_c/Sierra/Even More Contraptions/EvenMore.exe",
  "game": {
    "arch": "win32",
    "prefix": "$GAMEDIR"
  },
  "installer": [
    {
      "insert-disc": {
        "requires": "aol.ico"
      }
    },
    {
      "task": {
        "executable": "$DISC/start.exe",
        "name": "wineexec",
        "prefix": "$GAMEDIR"
      }
    }
  ]
}
Back to game