Installer factorio-website

files:
- archive: N/A:Please select the downloaded Factorio game (.xz or .gz)
game:
  exe: bin/x64/factorio
installer:
- extract:
    dst: $GAMEDIR
    file: $archive
description: Installs the game version downloaded from the Factorio website
game_slug: factorio
gogslug: factorio
humblestoreid: ''
installer_slug: factorio-website
name: Factorio
notes: '- Download the linux version of the game from factorio.com/download'
runner: linux
script:
  files:
  - archive: N/A:Please select the downloaded Factorio game (.xz or .gz)
  game:
    exe: bin/x64/factorio
  installer:
  - extract:
      dst: $GAMEDIR
      file: $archive
slug: factorio-website
steamid: 427520
version: Website
year: 2016
{
  "game_slug": "factorio",
  "version": "Website",
  "description": "Installs the game version downloaded from the Factorio website",
  "notes": "- Download the linux version of the game from factorio.com/download",
  "name": "Factorio",
  "year": 2016,
  "steamid": 427520,
  "gogslug": "factorio",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "factorio-website",
  "installer_slug": "factorio-website",
  "script": {
    "files": [
      {
        "archive": "N/A:Please select the downloaded Factorio game (.xz or .gz)"
      }
    ],
    "game": {
      "exe": "bin/x64/factorio"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "$archive"
        }
      }
    ]
  }
}
Back to game