Installer jewels-of-the-oracle-cd

game:
  exe: drive_c/JOTOCD/jewels.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Preparing Heretic II Windows CD wineprefix...
    install_gecko: false
    install_mono: false
    name: create_prefix
    prefix: $GAMEDIR
- insert-disc:
    requires: jewels.exe
- merge:
    dst: $GAMEDIR/drive_c/JOTOCD
    src: $DISC
- execute:
    command: cd "$GAMEDIR/drive_c"; chmod -R +rw "JOTOCD";
description: '"Jewels of the Oracle" CD edition'
game_slug: jewels-of-the-oracle
gogslug: ''
humblestoreid: ''
installer_slug: jewels-of-the-oracle-cd
name: Jewels of the Oracle
notes: '- This script does not work, waiting for Wine to support this game.'
runner: wine
script:
  game:
    exe: drive_c/JOTOCD/jewels.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Preparing Heretic II Windows CD wineprefix...
      install_gecko: false
      install_mono: false
      name: create_prefix
      prefix: $GAMEDIR
  - insert-disc:
      requires: jewels.exe
  - merge:
      dst: $GAMEDIR/drive_c/JOTOCD
      src: $DISC
  - execute:
      command: cd "$GAMEDIR/drive_c"; chmod -R +rw "JOTOCD";
slug: jewels-of-the-oracle-cd
steamid: null
version: CD
year: 1995
{
  "game_slug": "jewels-of-the-oracle",
  "version": "CD",
  "description": "\"Jewels of the Oracle\" CD edition",
  "notes": "- This script does not work, waiting for Wine to support this game.",
  "name": "Jewels of the Oracle",
  "year": 1995,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "jewels-of-the-oracle-cd",
  "installer_slug": "jewels-of-the-oracle-cd",
  "script": {
    "game": {
      "exe": "drive_c/JOTOCD/jewels.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Preparing Heretic II Windows CD wineprefix...",
          "install_gecko": false,
          "install_mono": false,
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "insert-disc": {
          "requires": "jewels.exe"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/JOTOCD",
          "src": "$DISC"
        }
      },
      {
        "execute": {
          "command": "cd \"$GAMEDIR/drive_c\"; chmod -R +rw \"JOTOCD\";"
        }
      }
    ]
  }
}
Back to game