Installer star-wars-episode-i-the-phant-cd-openphantom-mod

files:
- game_cd: https://archive.org/download/phantom-menace-pc-game/THEPHANTOMMENACE.ISO
- game_mod: https://github.com/OpenPhantom/OpenPhantom/releases/download/i1.4.3/OpenPhantom_Installer.exe
game:
  exe: drive_c/Program Files (x86)/LucasArts/The Phantom Menace/WMAIN.EXE
  prefix: $GAMEDIR
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/CD
    file: game_cd
    format: iso
- task:
    description: Installing game...You can use your own CD or you will find gaem files
      at "c:\CD"
    executable: game_mod
    name: wineexec
    prefix: $GAMEDIR
- move:
    dst: $CACHE
    src: $GAMEDIR/drive_c/CD
wine:
  overrides:
    ddraw: n,b
    dinput: n,b
    dsound: n,b
description: "Play \"Star Wars: Episode I \u2013 The Phantom Menace\" CD edition on\
  \ Linux!"
game_slug: star-wars-episode-i-the-phantom-menace
gogslug: ''
humblestoreid: ''
installer_slug: star-wars-episode-i-the-phant-cd-openphantom-mod
name: "Star Wars: Episode I \u2013 The Phantom Menace"
notes: "- Using OpenPhantom mod: better graphic rendering and stability, widescreen,\
  \ numerous bug fixes...\r\n- When OpenPhantom will ask you for a game CD, you can\
  \ use your own CD or you could find games files in C:\\CD (US version)"
runner: wine
script:
  files:
  - game_cd: https://archive.org/download/phantom-menace-pc-game/THEPHANTOMMENACE.ISO
  - game_mod: https://github.com/OpenPhantom/OpenPhantom/releases/download/i1.4.3/OpenPhantom_Installer.exe
  game:
    exe: drive_c/Program Files (x86)/LucasArts/The Phantom Menace/WMAIN.EXE
    prefix: $GAMEDIR
  installer:
  - task:
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/drive_c/CD
      file: game_cd
      format: iso
  - task:
      description: Installing game...You can use your own CD or you will find gaem
        files at "c:\CD"
      executable: game_mod
      name: wineexec
      prefix: $GAMEDIR
  - move:
      dst: $CACHE
      src: $GAMEDIR/drive_c/CD
  wine:
    overrides:
      ddraw: n,b
      dinput: n,b
      dsound: n,b
slug: star-wars-episode-i-the-phant-cd-openphantom-mod
steamid: null
version: CD + OpenPhantom mod
year: 1999
{
  "game_slug": "star-wars-episode-i-the-phantom-menace",
  "version": "CD + OpenPhantom mod",
  "description": "Play \"Star Wars: Episode I \u2013 The Phantom Menace\" CD edition on Linux!",
  "notes": "- Using OpenPhantom mod: better graphic rendering and stability, widescreen, numerous bug fixes...\r\n- When OpenPhantom will ask you for a game CD, you can use your own CD or you could find games files in C:\\CD (US version)",
  "name": "Star Wars: Episode I \u2013 The Phantom Menace",
  "year": 1999,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "star-wars-episode-i-the-phant-cd-openphantom-mod",
  "installer_slug": "star-wars-episode-i-the-phant-cd-openphantom-mod",
  "script": {
    "files": [
      {
        "game_cd": "https://archive.org/download/phantom-menace-pc-game/THEPHANTOMMENACE.ISO"
      },
      {
        "game_mod": "https://github.com/OpenPhantom/OpenPhantom/releases/download/i1.4.3/OpenPhantom_Installer.exe"
      }
    ],
    "game": {
      "exe": "drive_c/Program Files (x86)/LucasArts/The Phantom Menace/WMAIN.EXE",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/CD",
          "file": "game_cd",
          "format": "iso"
        }
      },
      {
        "task": {
          "description": "Installing game...You can use your own CD or you will find gaem files at \"c:\\CD\"",
          "executable": "game_mod",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "move": {
          "dst": "$CACHE",
          "src": "$GAMEDIR/drive_c/CD"
        }
      }
    ],
    "wine": {
      "overrides": {
        "ddraw": "n,b",
        "dinput": "n,b",
        "dsound": "n,b"
      }
    }
  }
}
Back to game