Installer the-pink-panther-passport-to-windows

files:
- imageloadscript: https://raw.githubusercontent.com/MrMEEE/godgol/f1c35446800abbe932d0a51e5574681b52856334/Common/Scripts/loaddisk.sh
- imageunloadscript: https://raw.githubusercontent.com/MrMEEE/godgol/f1c35446800abbe932d0a51e5574681b52856334/Common/Scripts/unloaddisk.sh
- imageconfigfile: https://raw.githubusercontent.com/MrMEEE/godgol/14fef06524ed5368b9a38070ce428bcc0c698511/Common/Scripts/config
game:
  arch: win32
  exe: $GAMEDIR/drive_c/PANTER/pptp.exe
  prefix: $GAMEDIR/
  working_dir: $GAMEDIR/drive_c/PANTER/
installer:
- insert-disc:
    requires: setup.exe
- task:
    arch: win32
    description: Creating WINE prefix
    install_gecko: false
    install_mono: false
    name: create_prefix
    prefix: $GAMEDIR
- task:
    description: Enable Windows 98 compatibility mode
    key: Version
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine
    prefix: $GAMEDIR
    value: win98
- task:
    arch: win32
    description: Installing
    executable: $DISC/setup.exe
    name: wineexec
    working_dir: $DISC
- move:
    description: Installing ISO/Image load script
    dst: $GAMEDIR/loaddisk.sh
    src: imageloadscript
- move:
    description: Installing ISO/Image unload script
    dst: $GAMEDIR/unloaddisk.sh
    src: imageunloadscript
- move:
    description: Installing ISO/Image config file
    dst: $GAMEDIR/config
    src: imageconfigfile
- chmodx: $GAMEDIR/loaddisk.sh
- chmodx: $GAMEDIR/unloaddisk.sh
system:
  postexit_command: $GAMEDIR/unloaddisk.sh
  prelaunch_command: $GAMEDIR/loaddisk.sh
  prelaunch_wait: true
  reset_desktop: true
  resolution: 640x480
  xephyr: 16bpp
  xephyr_resolution: 640x480
wine: {}
description: Installer - Tested with the danish installer and with danish title
game_slug: the-pink-panther-passport-to-peril
gogslug: ''
humblestoreid: ''
installer_slug: the-pink-panther-passport-to-windows
name: 'The Pink Panther: Passport to Peril'
notes: "- Ignore warning about 0 MB memory\r\n- ALT-Tab to find the Installer again\
  \ after confirming to ignore memory warning\r\n- Kill installer when it is hanging,\
  \ trying to create icons\r\n\r\nAutomount of game ISO can be configured in the \"\
  config\" file in the games installation folder"
runner: wine
script:
  files:
  - imageloadscript: https://raw.githubusercontent.com/MrMEEE/godgol/f1c35446800abbe932d0a51e5574681b52856334/Common/Scripts/loaddisk.sh
  - imageunloadscript: https://raw.githubusercontent.com/MrMEEE/godgol/f1c35446800abbe932d0a51e5574681b52856334/Common/Scripts/unloaddisk.sh
  - imageconfigfile: https://raw.githubusercontent.com/MrMEEE/godgol/14fef06524ed5368b9a38070ce428bcc0c698511/Common/Scripts/config
  game:
    arch: win32
    exe: $GAMEDIR/drive_c/PANTER/pptp.exe
    prefix: $GAMEDIR/
    working_dir: $GAMEDIR/drive_c/PANTER/
  installer:
  - insert-disc:
      requires: setup.exe
  - task:
      arch: win32
      description: Creating WINE prefix
      install_gecko: false
      install_mono: false
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      description: Enable Windows 98 compatibility mode
      key: Version
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine
      prefix: $GAMEDIR
      value: win98
  - task:
      arch: win32
      description: Installing
      executable: $DISC/setup.exe
      name: wineexec
      working_dir: $DISC
  - move:
      description: Installing ISO/Image load script
      dst: $GAMEDIR/loaddisk.sh
      src: imageloadscript
  - move:
      description: Installing ISO/Image unload script
      dst: $GAMEDIR/unloaddisk.sh
      src: imageunloadscript
  - move:
      description: Installing ISO/Image config file
      dst: $GAMEDIR/config
      src: imageconfigfile
  - chmodx: $GAMEDIR/loaddisk.sh
  - chmodx: $GAMEDIR/unloaddisk.sh
  system:
    postexit_command: $GAMEDIR/unloaddisk.sh
    prelaunch_command: $GAMEDIR/loaddisk.sh
    prelaunch_wait: true
    reset_desktop: true
    resolution: 640x480
    xephyr: 16bpp
    xephyr_resolution: 640x480
  wine: {}
slug: the-pink-panther-passport-to-windows
steamid: null
version: Windows
year: 1996
{
  "game_slug": "the-pink-panther-passport-to-peril",
  "version": "Windows",
  "description": "Installer - Tested with the danish installer and with danish title",
  "notes": "- Ignore warning about 0 MB memory\r\n- ALT-Tab to find the Installer again after confirming to ignore memory warning\r\n- Kill installer when it is hanging, trying to create icons\r\n\r\nAutomount of game ISO can be configured in the \"config\" file in the games installation folder",
  "name": "The Pink Panther: Passport to Peril",
  "year": 1996,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "the-pink-panther-passport-to-windows",
  "installer_slug": "the-pink-panther-passport-to-windows",
  "script": {
    "files": [
      {
        "imageloadscript": "https://raw.githubusercontent.com/MrMEEE/godgol/f1c35446800abbe932d0a51e5574681b52856334/Common/Scripts/loaddisk.sh"
      },
      {
        "imageunloadscript": "https://raw.githubusercontent.com/MrMEEE/godgol/f1c35446800abbe932d0a51e5574681b52856334/Common/Scripts/unloaddisk.sh"
      },
      {
        "imageconfigfile": "https://raw.githubusercontent.com/MrMEEE/godgol/14fef06524ed5368b9a38070ce428bcc0c698511/Common/Scripts/config"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "$GAMEDIR/drive_c/PANTER/pptp.exe",
      "prefix": "$GAMEDIR/",
      "working_dir": "$GAMEDIR/drive_c/PANTER/"
    },
    "installer": [
      {
        "insert-disc": {
          "requires": "setup.exe"
        }
      },
      {
        "task": {
          "arch": "win32",
          "description": "Creating WINE prefix",
          "install_gecko": false,
          "install_mono": false,
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Enable Windows 98 compatibility mode",
          "key": "Version",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine",
          "prefix": "$GAMEDIR",
          "value": "win98"
        }
      },
      {
        "task": {
          "arch": "win32",
          "description": "Installing",
          "executable": "$DISC/setup.exe",
          "name": "wineexec",
          "working_dir": "$DISC"
        }
      },
      {
        "move": {
          "description": "Installing ISO/Image load script",
          "dst": "$GAMEDIR/loaddisk.sh",
          "src": "imageloadscript"
        }
      },
      {
        "move": {
          "description": "Installing ISO/Image unload script",
          "dst": "$GAMEDIR/unloaddisk.sh",
          "src": "imageunloadscript"
        }
      },
      {
        "move": {
          "description": "Installing ISO/Image config file",
          "dst": "$GAMEDIR/config",
          "src": "imageconfigfile"
        }
      },
      {
        "chmodx": "$GAMEDIR/loaddisk.sh"
      },
      {
        "chmodx": "$GAMEDIR/unloaddisk.sh"
      }
    ],
    "system": {
      "postexit_command": "$GAMEDIR/unloaddisk.sh",
      "prelaunch_command": "$GAMEDIR/loaddisk.sh",
      "prelaunch_wait": true,
      "reset_desktop": true,
      "resolution": "640x480",
      "xephyr": "16bpp",
      "xephyr_resolution": "640x480"
    },
    "wine": {}
  }
}
Back to game