Installer the-elder-scrolls-iii-morrowi-gog-openmw

files:
- openmwarchive: https://github.com/OpenMW/openmw/releases/download/openmw-0.48.0/openmw-0.48.0-Linux-64Bit.tar.gz
- mwdata: N/A:Please select the GOG.com Linux installer
- innoextract: https://github.com/dscharrer/innoextract/releases/download/1.9/innoextract-1.9-linux.tar.xz
game:
  exe: openmw-launcher
installer:
- extract:
    dst: $GAMEDIR
    file: openmwarchive
- extract:
    dst: $CACHE/innoextract
    file: innoextract
- execute:
    args: --extract $mwdata --output-dir $CACHE/mwdata/
    file: $CACHE/innoextract/innoextract
- merge:
    dst: $GAMEDIR/data
    src: $CACHE/mwdata/app/Data Files
- move:
    dst: $GAMEDIR
    src: $CACHE/mwdata/app/Morrowind.ini
description: OpenMW 0.48.0 x64 engine + GOG game data
game_slug: the-elder-scrolls-iii-morrowind-goty-edition
gogslug: the_elder_scrolls_iii_morrowind_goty_edition
humblestoreid: ''
installer_slug: the-elder-scrolls-iii-morrowi-gog-openmw
name: 'The Elder Scrolls III: Morrowind GOTY Edition'
notes: Upon first run, the Morrowind.ini file needs to be converted to openmw through
  the automated installer. The modules for the main game also need to be placed in
  the proper order within the launcher; the steam installation seems to have them
  out of order by default.
runner: linux
script:
  files:
  - openmwarchive: https://github.com/OpenMW/openmw/releases/download/openmw-0.48.0/openmw-0.48.0-Linux-64Bit.tar.gz
  - mwdata: N/A:Please select the GOG.com Linux installer
  - innoextract: https://github.com/dscharrer/innoextract/releases/download/1.9/innoextract-1.9-linux.tar.xz
  game:
    exe: openmw-launcher
  installer:
  - extract:
      dst: $GAMEDIR
      file: openmwarchive
  - extract:
      dst: $CACHE/innoextract
      file: innoextract
  - execute:
      args: --extract $mwdata --output-dir $CACHE/mwdata/
      file: $CACHE/innoextract/innoextract
  - merge:
      dst: $GAMEDIR/data
      src: $CACHE/mwdata/app/Data Files
  - move:
      dst: $GAMEDIR
      src: $CACHE/mwdata/app/Morrowind.ini
slug: the-elder-scrolls-iii-morrowi-gog-openmw
steamid: 22320
version: GOG + OpenMW
year: 2003
{
  "game_slug": "the-elder-scrolls-iii-morrowind-goty-edition",
  "version": "GOG + OpenMW",
  "description": "OpenMW 0.48.0 x64 engine + GOG game data",
  "notes": "Upon first run, the Morrowind.ini file needs to be converted to openmw through the automated installer. The modules for the main game also need to be placed in the proper order within the launcher; the steam installation seems to have them out of order by default.",
  "name": "The Elder Scrolls III: Morrowind GOTY Edition",
  "year": 2003,
  "steamid": 22320,
  "gogslug": "the_elder_scrolls_iii_morrowind_goty_edition",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "the-elder-scrolls-iii-morrowi-gog-openmw",
  "installer_slug": "the-elder-scrolls-iii-morrowi-gog-openmw",
  "script": {
    "files": [
      {
        "openmwarchive": "https://github.com/OpenMW/openmw/releases/download/openmw-0.48.0/openmw-0.48.0-Linux-64Bit.tar.gz"
      },
      {
        "mwdata": "N/A:Please select the GOG.com Linux installer"
      },
      {
        "innoextract": "https://github.com/dscharrer/innoextract/releases/download/1.9/innoextract-1.9-linux.tar.xz"
      }
    ],
    "game": {
      "exe": "openmw-launcher"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "openmwarchive"
        }
      },
      {
        "extract": {
          "dst": "$CACHE/innoextract",
          "file": "innoextract"
        }
      },
      {
        "execute": {
          "args": "--extract $mwdata --output-dir $CACHE/mwdata/",
          "file": "$CACHE/innoextract/innoextract"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/data",
          "src": "$CACHE/mwdata/app/Data Files"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/mwdata/app/Morrowind.ini"
        }
      }
    ]
  }
}
Back to game