Installer little-big-adventure-groupees

files:
- file1: N/A:Please select the Groupees archive
- file2: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
game:
  config_file: $GAMEDIR/LBA.conf
installer:
- extract:
    dst: $CACHE
    file: $file1
- extract:
    dst: $CACHE
    file: $file2
- execute:
    args: -d "$CACHE" "$CACHE/LBA.exe"
    file: $CACHE/innoextract
- merge:
    dst: $GAMEDIR
    src: $CACHE/app
- move:
    dst: $GAMEDIR/LBA_single.conf
    src: $CACHE/app/LBA.conf
- write_config:
    file: $GAMEDIR/LBA.conf
    key: aspect
    section: render
    value: true
- write_config:
    file: $GAMEDIR/LBA.conf
    key: fullscreen
    section: sdl
    value: false
main_file: LBA_single.conf
description: Uses the files from the Windows installer from Groupees.
game_slug: little-big-adventure
gogslug: little_big_adventure
humblestoreid: ''
installer_slug: little-big-adventure-groupees
name: Little Big Adventure
notes: ''
runner: dosbox
script:
  files:
  - file1: N/A:Please select the Groupees archive
  - file2: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
  game:
    config_file: $GAMEDIR/LBA.conf
  installer:
  - extract:
      dst: $CACHE
      file: $file1
  - extract:
      dst: $CACHE
      file: $file2
  - execute:
      args: -d "$CACHE" "$CACHE/LBA.exe"
      file: $CACHE/innoextract
  - merge:
      dst: $GAMEDIR
      src: $CACHE/app
  - move:
      dst: $GAMEDIR/LBA_single.conf
      src: $CACHE/app/LBA.conf
  - write_config:
      file: $GAMEDIR/LBA.conf
      key: aspect
      section: render
      value: true
  - write_config:
      file: $GAMEDIR/LBA.conf
      key: fullscreen
      section: sdl
      value: false
  main_file: LBA_single.conf
slug: little-big-adventure-groupees
steamid: 397330
version: Groupees
year: 1994
{
  "game_slug": "little-big-adventure",
  "version": "Groupees",
  "description": "Uses the files from the Windows installer from Groupees.",
  "notes": "",
  "name": "Little Big Adventure",
  "year": 1994,
  "steamid": 397330,
  "gogslug": "little_big_adventure",
  "humblestoreid": "",
  "runner": "dosbox",
  "slug": "little-big-adventure-groupees",
  "installer_slug": "little-big-adventure-groupees",
  "script": {
    "files": [
      {
        "file1": "N/A:Please select the Groupees archive"
      },
      {
        "file2": "https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz"
      }
    ],
    "game": {
      "config_file": "$GAMEDIR/LBA.conf"
    },
    "installer": [
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$file1"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$file2"
        }
      },
      {
        "execute": {
          "args": "-d \"$CACHE\" \"$CACHE/LBA.exe\"",
          "file": "$CACHE/innoextract"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/app"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR/LBA_single.conf",
          "src": "$CACHE/app/LBA.conf"
        }
      },
      {
        "write_config": {
          "file": "$GAMEDIR/LBA.conf",
          "key": "aspect",
          "section": "render",
          "value": true
        }
      },
      {
        "write_config": {
          "file": "$GAMEDIR/LBA.conf",
          "key": "fullscreen",
          "section": "sdl",
          "value": false
        }
      }
    ],
    "main_file": "LBA_single.conf"
  }
}
Back to game