Installer turtix-cd-purplehills

game:
  arch: win64
  exe: drive_c/Program Files (x86)/Purplehills/Turtix/Turtix.exe
  prefix: $GAMEDIR
installer:
- insert-disc:
    message: Please insert your Turtix installation disc.
    requires: Start.exe
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- task:
    arch: win64
    executable: $DISC/Start.exe
    name: wineexec
    prefix: $GAMEDIR
system:
  reset_desktop: true
description: Tested with a German Purplehills CD
game_slug: turtix
gogslug: ''
humblestoreid: ''
installer_slug: turtix-cd-purplehills
name: Turtix
notes: "CD needs to be mounted for installation;\r\nCD only needed for installation"
runner: wine
script:
  game:
    arch: win64
    exe: drive_c/Program Files (x86)/Purplehills/Turtix/Turtix.exe
    prefix: $GAMEDIR
  installer:
  - insert-disc:
      message: Please insert your Turtix installation disc.
      requires: Start.exe
  - task:
      arch: win64
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      arch: win64
      executable: $DISC/Start.exe
      name: wineexec
      prefix: $GAMEDIR
  system:
    reset_desktop: true
slug: turtix-cd-purplehills
steamid: null
version: CD (Purplehills)
year: 2007
{
  "game_slug": "turtix",
  "version": "CD (Purplehills)",
  "description": "Tested with a German Purplehills CD",
  "notes": "CD needs to be mounted for installation;\r\nCD only needed for installation",
  "name": "Turtix",
  "year": 2007,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "turtix-cd-purplehills",
  "installer_slug": "turtix-cd-purplehills",
  "script": {
    "game": {
      "arch": "win64",
      "exe": "drive_c/Program Files (x86)/Purplehills/Turtix/Turtix.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "message": "Please insert your Turtix installation disc.",
          "requires": "Start.exe"
        }
      },
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "executable": "$DISC/Start.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "system": {
      "reset_desktop": true
    }
  }
}
Back to game