Installer masters-of-the-universe-the-p-intellivision

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:
- romfile: N/A:Please select the ROM file
game:
  main_file: romfile
installer:
- merge:
    dst: $GAMEDIR
    src: romfile
{
  "files": [
    {
      "romfile": "N/A:Please select the ROM file"
    }
  ],
  "game": {
    "main_file": "romfile"
  },
  "installer": [
    {
      "merge": {
        "dst": "$GAMEDIR",
        "src": "romfile"
      }
    }
  ]
}
Back to game