Installer star-wars-episode-i-the-phant-cd-dreamm

files:
- game_cd: https://archive.org/download/StarWarsEpisodeIThePhantomMenaceUSAEurope/Star%20Wars%20-%20Episode%20I%20-%20The%20Phantom%20Menace%20%28USA%2C%20Europe%29.zip
- engine: https://dreamm.aarongiles.com/releases/dreamm-4.0-linux-x64.tgz
game:
  args: $GAMEDIR/dreamm/game
  exe: $GAMEDIR/dreamm/dreamm
installer:
- extract:
    dst: $GAMEDIR/dreamm
    file: engine
- write_file:
    content: ''
    file: $GAMEDIR/dreamm/config.json
- extract:
    dst: $GAMEDIR/cd
    format: zip
    src: game_cd
- execute:
    args: -autoinstall "$GAMEDIR/cd"
    description: Installing game, please wait...
    disable_runtime: true
    file: $GAMEDIR/dreamm/dreamm
- execute:
    command: cd "$GAMEDIR/dreamm/install/lec-phantom"; find -maxdepth 1 -type d -exec
      mv {} "$GAMEDIR/dreamm/game" \;
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-dreamm
name: "Star Wars: Episode I \u2013 The Phantom Menace"
notes: '- Using Dreamm engine, press F12 for options'
runner: linux
script:
  files:
  - game_cd: https://archive.org/download/StarWarsEpisodeIThePhantomMenaceUSAEurope/Star%20Wars%20-%20Episode%20I%20-%20The%20Phantom%20Menace%20%28USA%2C%20Europe%29.zip
  - engine: https://dreamm.aarongiles.com/releases/dreamm-4.0-linux-x64.tgz
  game:
    args: $GAMEDIR/dreamm/game
    exe: $GAMEDIR/dreamm/dreamm
  installer:
  - extract:
      dst: $GAMEDIR/dreamm
      file: engine
  - write_file:
      content: ''
      file: $GAMEDIR/dreamm/config.json
  - extract:
      dst: $GAMEDIR/cd
      format: zip
      src: game_cd
  - execute:
      args: -autoinstall "$GAMEDIR/cd"
      description: Installing game, please wait...
      disable_runtime: true
      file: $GAMEDIR/dreamm/dreamm
  - execute:
      command: cd "$GAMEDIR/dreamm/install/lec-phantom"; find -maxdepth 1 -type d
        -exec mv {} "$GAMEDIR/dreamm/game" \;
slug: star-wars-episode-i-the-phant-cd-dreamm
steamid: null
version: CD + Dreamm
year: 1999
{
  "game_slug": "star-wars-episode-i-the-phantom-menace",
  "version": "CD + Dreamm",
  "description": "Play \"Star Wars: Episode I \u2013 The Phantom Menace\" CD edition on Linux!",
  "notes": "- Using Dreamm engine, press F12 for options",
  "name": "Star Wars: Episode I \u2013 The Phantom Menace",
  "year": 1999,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "star-wars-episode-i-the-phant-cd-dreamm",
  "installer_slug": "star-wars-episode-i-the-phant-cd-dreamm",
  "script": {
    "files": [
      {
        "game_cd": "https://archive.org/download/StarWarsEpisodeIThePhantomMenaceUSAEurope/Star%20Wars%20-%20Episode%20I%20-%20The%20Phantom%20Menace%20%28USA%2C%20Europe%29.zip"
      },
      {
        "engine": "https://dreamm.aarongiles.com/releases/dreamm-4.0-linux-x64.tgz"
      }
    ],
    "game": {
      "args": "$GAMEDIR/dreamm/game",
      "exe": "$GAMEDIR/dreamm/dreamm"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR/dreamm",
          "file": "engine"
        }
      },
      {
        "write_file": {
          "content": "",
          "file": "$GAMEDIR/dreamm/config.json"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/cd",
          "format": "zip",
          "src": "game_cd"
        }
      },
      {
        "execute": {
          "args": "-autoinstall \"$GAMEDIR/cd\"",
          "description": "Installing game, please wait...",
          "disable_runtime": true,
          "file": "$GAMEDIR/dreamm/dreamm"
        }
      },
      {
        "execute": {
          "command": "cd \"$GAMEDIR/dreamm/install/lec-phantom\"; find -maxdepth 1 -type d -exec mv {} \"$GAMEDIR/dreamm/game\" \\;"
        }
      }
    ]
  }
}
Back to game