Installer arkanoid-revenge-of-doh-vice_x64

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