Installer the-longest-journey-4-cd

custom-name: The Longest Journey - 4 CD - ScummVM
files:
- script: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/The%20Longest%20Journey/clean.sh
game:
  game_id: tlj
  path: $GAMEDIR
installer:
- insert-disc:
    description: Please insert The Longest journey CD 1
    requires: game.exe
- merge:
    dst: $GAMEDIR
    src: $DISC
- execute:
    command: chmod -R +w "$GAMEDIR/"*;
- insert-disc:
    description: Please insert The Longest journey CD 2
    requires: slide2.avi
- merge:
    dst: $GAMEDIR
    src: $DISC
- execute:
    command: chmod -R +w "$GAMEDIR/"*;
- insert-disc:
    description: Please insert The Longest journey CD 3
    requires: slide3.avi
- merge:
    dst: $GAMEDIR
    src: $DISC
- execute:
    command: chmod -R +w "$GAMEDIR/"*;
- insert-disc:
    description: Please insert The Longest journey CD 4
    requires: slide4.avi
- merge:
    dst: $GAMEDIR
    src: $DISC
- execute:
    command: chmod -R +w "$GAMEDIR/"*;
- input_menu:
    description: Do you want to use another language for menus and subtitles?
    id: LANG
    options:
    - keep: I prefer to keep default install language for menus and subtitles
    - fr: French
    - it: Italian
    - sp: Spanish
    - ge: german
    preselect: keep
- chmodx: script
- execute:
    args: $INPUT_LANG
    file: script
scummvm:
  aspect: true
  filtering: true
  subtitles: true
description: '"The Longest Journey" first opus available on 4 CD using ScummVM'
game_slug: the-longest-journey
gogslug: the_longest_journey
humblestoreid: ''
installer_slug: the-longest-journey-4-cd
name: The Longest Journey
notes: "- You will need 4 CD game only one time during install\r\n- Multilanguage:\
  \ you will be able to choose language for menus and subtitles during install between\
  \ spanish, italian, french and german"
runner: scummvm
script:
  custom-name: The Longest Journey - 4 CD - ScummVM
  files:
  - script: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/The%20Longest%20Journey/clean.sh
  game:
    game_id: tlj
    path: $GAMEDIR
  installer:
  - insert-disc:
      description: Please insert The Longest journey CD 1
      requires: game.exe
  - merge:
      dst: $GAMEDIR
      src: $DISC
  - execute:
      command: chmod -R +w "$GAMEDIR/"*;
  - insert-disc:
      description: Please insert The Longest journey CD 2
      requires: slide2.avi
  - merge:
      dst: $GAMEDIR
      src: $DISC
  - execute:
      command: chmod -R +w "$GAMEDIR/"*;
  - insert-disc:
      description: Please insert The Longest journey CD 3
      requires: slide3.avi
  - merge:
      dst: $GAMEDIR
      src: $DISC
  - execute:
      command: chmod -R +w "$GAMEDIR/"*;
  - insert-disc:
      description: Please insert The Longest journey CD 4
      requires: slide4.avi
  - merge:
      dst: $GAMEDIR
      src: $DISC
  - execute:
      command: chmod -R +w "$GAMEDIR/"*;
  - input_menu:
      description: Do you want to use another language for menus and subtitles?
      id: LANG
      options:
      - keep: I prefer to keep default install language for menus and subtitles
      - fr: French
      - it: Italian
      - sp: Spanish
      - ge: german
      preselect: keep
  - chmodx: script
  - execute:
      args: $INPUT_LANG
      file: script
  scummvm:
    aspect: true
    filtering: true
    subtitles: true
slug: the-longest-journey-4-cd
steamid: 6310
version: 4 CD
year: 1999
{
  "game_slug": "the-longest-journey",
  "version": "4 CD",
  "description": "\"The Longest Journey\" first opus available on 4 CD using ScummVM",
  "notes": "- You will need 4 CD game only one time during install\r\n- Multilanguage: you will be able to choose language for menus and subtitles during install between spanish, italian, french and german",
  "name": "The Longest Journey",
  "year": 1999,
  "steamid": 6310,
  "gogslug": "the_longest_journey",
  "humblestoreid": "",
  "runner": "scummvm",
  "slug": "the-longest-journey-4-cd",
  "installer_slug": "the-longest-journey-4-cd",
  "script": {
    "custom-name": "The Longest Journey - 4 CD - ScummVM",
    "files": [
      {
        "script": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/The%20Longest%20Journey/clean.sh"
      }
    ],
    "game": {
      "game_id": "tlj",
      "path": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "description": "Please insert The Longest journey CD 1",
          "requires": "game.exe"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$DISC"
        }
      },
      {
        "execute": {
          "command": "chmod -R +w \"$GAMEDIR/\"*;"
        }
      },
      {
        "insert-disc": {
          "description": "Please insert The Longest journey CD 2",
          "requires": "slide2.avi"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$DISC"
        }
      },
      {
        "execute": {
          "command": "chmod -R +w \"$GAMEDIR/\"*;"
        }
      },
      {
        "insert-disc": {
          "description": "Please insert The Longest journey CD 3",
          "requires": "slide3.avi"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$DISC"
        }
      },
      {
        "execute": {
          "command": "chmod -R +w \"$GAMEDIR/\"*;"
        }
      },
      {
        "insert-disc": {
          "description": "Please insert The Longest journey CD 4",
          "requires": "slide4.avi"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$DISC"
        }
      },
      {
        "execute": {
          "command": "chmod -R +w \"$GAMEDIR/\"*;"
        }
      },
      {
        "input_menu": {
          "description": "Do you want to use another language for menus and subtitles?",
          "id": "LANG",
          "options": [
            {
              "keep": "I prefer to keep default install language for menus and subtitles"
            },
            {
              "fr": "French"
            },
            {
              "it": "Italian"
            },
            {
              "sp": "Spanish"
            },
            {
              "ge": "german"
            }
          ],
          "preselect": "keep"
        }
      },
      {
        "chmodx": "script"
      },
      {
        "execute": {
          "args": "$INPUT_LANG",
          "file": "script"
        }
      }
    ],
    "scummvm": {
      "aspect": true,
      "filtering": true,
      "subtitles": true
    }
  }
}
Back to game