Installer psi-ops-the-mindgate-conspira-windows

files:
- game_zip: N/A:"Psi-Ops The Mindgate Conspiracy.zip" from MajorGeeks.com
- widescreen_fix: https://github.com/ThirteenAG/WidescreenFixesPack/releases/download/psiops/PsiOpsTheMindgateConspiracy.WidescreenFix.zip
game:
  exe: $GAMEDIR/drive_c/Games/Psi-Ops The Mindgate Conspiracy/PsiOps.exe
  prefix: $GAMEDIR
installer:
- input_menu:
    description: 'Select a preferred language for the game:'
    id: LANG
    options:
    - '1': English
    - '2': French
    - '3': Italian
    - '4': Spanish
    - '5': German
    preselect: 1
- task:
    arch: win64
    description: Creating Wine prefix...
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/Games/Psi-Ops The Mindgate Conspiracy/
    src: game_zip
- extract:
    dst: $GAMEDIR/drive_c/Games/Psi-Ops The Mindgate Conspiracy/
    file: widescreen_fix
- task:
    key: LANGUAGE
    name: set_regedit
    path: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\GAMESTAR\PsiOps
    type: REG_SZ
    value: $INPUT_LANG
wine:
  overrides:
    dinput8.dll: n,b
description: Installs the freeware Windows version of the game downloadable from MajorGeek.com.
  Also installs the widescreen patch.
game_slug: psi-ops-the-mindgate-conspiracy
gogslug: ''
humblestoreid: ''
installer_slug: psi-ops-the-mindgate-conspira-windows
name: 'Psi-Ops: The Mindgate Conspiracy'
notes: "- You will need to download the game zip yourself from MajorGeeks.com. No\
  \ need to extract it.\r\n- The widescreen fix causes FMV cutscenes to align to the\
  \ left of the screen. They play as normal otherwise."
runner: wine
script:
  files:
  - game_zip: N/A:"Psi-Ops The Mindgate Conspiracy.zip" from MajorGeeks.com
  - widescreen_fix: https://github.com/ThirteenAG/WidescreenFixesPack/releases/download/psiops/PsiOpsTheMindgateConspiracy.WidescreenFix.zip
  game:
    exe: $GAMEDIR/drive_c/Games/Psi-Ops The Mindgate Conspiracy/PsiOps.exe
    prefix: $GAMEDIR
  installer:
  - input_menu:
      description: 'Select a preferred language for the game:'
      id: LANG
      options:
      - '1': English
      - '2': French
      - '3': Italian
      - '4': Spanish
      - '5': German
      preselect: 1
  - task:
      arch: win64
      description: Creating Wine prefix...
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/drive_c/Games/Psi-Ops The Mindgate Conspiracy/
      src: game_zip
  - extract:
      dst: $GAMEDIR/drive_c/Games/Psi-Ops The Mindgate Conspiracy/
      file: widescreen_fix
  - task:
      key: LANGUAGE
      name: set_regedit
      path: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\GAMESTAR\PsiOps
      type: REG_SZ
      value: $INPUT_LANG
  wine:
    overrides:
      dinput8.dll: n,b
slug: psi-ops-the-mindgate-conspira-windows
steamid: null
version: Windows
year: 2004
{
  "game_slug": "psi-ops-the-mindgate-conspiracy",
  "version": "Windows",
  "description": "Installs the freeware Windows version of the game downloadable from MajorGeek.com. Also installs the widescreen patch.",
  "notes": "- You will need to download the game zip yourself from MajorGeeks.com. No need to extract it.\r\n- The widescreen fix causes FMV cutscenes to align to the left of the screen. They play as normal otherwise.",
  "name": "Psi-Ops: The Mindgate Conspiracy",
  "year": 2004,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "psi-ops-the-mindgate-conspira-windows",
  "installer_slug": "psi-ops-the-mindgate-conspira-windows",
  "script": {
    "files": [
      {
        "game_zip": "N/A:\"Psi-Ops The Mindgate Conspiracy.zip\" from MajorGeeks.com"
      },
      {
        "widescreen_fix": "https://github.com/ThirteenAG/WidescreenFixesPack/releases/download/psiops/PsiOpsTheMindgateConspiracy.WidescreenFix.zip"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/drive_c/Games/Psi-Ops The Mindgate Conspiracy/PsiOps.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "input_menu": {
          "description": "Select a preferred language for the game:",
          "id": "LANG",
          "options": [
            {
              "1": "English"
            },
            {
              "2": "French"
            },
            {
              "3": "Italian"
            },
            {
              "4": "Spanish"
            },
            {
              "5": "German"
            }
          ],
          "preselect": 1
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine prefix...",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Games/Psi-Ops The Mindgate Conspiracy/",
          "src": "game_zip"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Games/Psi-Ops The Mindgate Conspiracy/",
          "file": "widescreen_fix"
        }
      },
      {
        "task": {
          "key": "LANGUAGE",
          "name": "set_regedit",
          "path": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\GAMESTAR\\PsiOps",
          "type": "REG_SZ",
          "value": "$INPUT_LANG"
        }
      }
    ],
    "wine": {
      "overrides": {
        "dinput8.dll": "n,b"
      }
    }
  }
}
Back to game