Installer loom-gog-multi5

This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.

custom-name: LOOM - GOG - ScummVM
files:
- multi5: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Loom/loom_multi_5.tar.xz
- inno: http://constexpr.org/innoextract/files/snapshots/innoextract-1.8-dev-2019-01-13/innoextract-1.8-dev-2019-01-13-linux.tar.xz
- gamesetup: N/A:Please select the Windows setup exe file downloaded from your GOG
    account.
game:
  game_id: loom
  path: $GAMEDIR
installer:
- extract:
    dst: $CACHE
    file: inno
- execute:
    args: -d "$GAMEDIR" "$gamesetup"
    file: $CACHE/innoextract
- execute:
    command: cd $GAMEDIR; rm -f -r app commonappdata _other __redist scummvm __support
      goggame-1425293328.* tmp;
- extract:
    dst: $CACHE
    format: txz
    src: multi5
- input_menu:
    description: 'Please choose your preferred game''s language for subtitles and
      menus:'
    id: LANG
    options:
    - EN: English
    - FR: French
    - IT: Italian
    - SP: Spanish
    - GE: German
    preselect: EN
- merge:
    dst: $GAMEDIR/
    src: $CACHE/$INPUT_LANG/
scummvm:
  aspect: true
  fullscreen: true
{
  "custom-name": "LOOM - GOG - ScummVM",
  "files": [
    {
      "multi5": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Loom/loom_multi_5.tar.xz"
    },
    {
      "inno": "http://constexpr.org/innoextract/files/snapshots/innoextract-1.8-dev-2019-01-13/innoextract-1.8-dev-2019-01-13-linux.tar.xz"
    },
    {
      "gamesetup": "N/A:Please select the Windows setup exe file downloaded from your GOG account."
    }
  ],
  "game": {
    "game_id": "loom",
    "path": "$GAMEDIR"
  },
  "installer": [
    {
      "extract": {
        "dst": "$CACHE",
        "file": "inno"
      }
    },
    {
      "execute": {
        "args": "-d \"$GAMEDIR\" \"$gamesetup\"",
        "file": "$CACHE/innoextract"
      }
    },
    {
      "execute": {
        "command": "cd $GAMEDIR; rm -f -r app commonappdata _other __redist scummvm __support goggame-1425293328.* tmp;"
      }
    },
    {
      "extract": {
        "dst": "$CACHE",
        "format": "txz",
        "src": "multi5"
      }
    },
    {
      "input_menu": {
        "description": "Please choose your preferred game's language for subtitles and menus:",
        "id": "LANG",
        "options": [
          {
            "EN": "English"
          },
          {
            "FR": "French"
          },
          {
            "IT": "Italian"
          },
          {
            "SP": "Spanish"
          },
          {
            "GE": "German"
          }
        ],
        "preselect": "EN"
      }
    },
    {
      "merge": {
        "dst": "$GAMEDIR/",
        "src": "$CACHE/$INPUT_LANG/"
      }
    }
  ],
  "scummvm": {
    "aspect": true,
    "fullscreen": true
  }
}
Back to game