Installer stunt-rally-26

files:
- download: https://downloads.sourceforge.net/project/stuntrally/2.6/StuntRally-2.6-linux.tar.gz
game:
  env:
    LC_ALL: C
  exe: stuntrally
installer:
- extract:
    dst: $GAMEDIR
    file: $download
description: ''
game_slug: stunt-rally
gogslug: ''
humblestoreid: ''
installer_slug: stunt-rally-26
name: Stunt Rally
notes: "- On Arch:\r\n  If the game doesn't start at all (segfault on launch), try\
  \ to delete lib/64/libstdc++.so.6 from the game's installation directory. (It is\
  \ conflicting with the one already installed on your system.)"
runner: linux
script:
  files:
  - download: https://downloads.sourceforge.net/project/stuntrally/2.6/StuntRally-2.6-linux.tar.gz
  game:
    env:
      LC_ALL: C
    exe: stuntrally
  installer:
  - extract:
      dst: $GAMEDIR
      file: $download
slug: stunt-rally-26
steamid: null
version: '2.6'
year: 2014
{
  "game_slug": "stunt-rally",
  "version": "2.6",
  "description": "",
  "notes": "- On Arch:\r\n  If the game doesn't start at all (segfault on launch), try to delete lib/64/libstdc++.so.6 from the game's installation directory. (It is conflicting with the one already installed on your system.)",
  "name": "Stunt Rally",
  "year": 2014,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "stunt-rally-26",
  "installer_slug": "stunt-rally-26",
  "script": {
    "files": [
      {
        "download": "https://downloads.sourceforge.net/project/stuntrally/2.6/StuntRally-2.6-linux.tar.gz"
      }
    ],
    "game": {
      "env": {
        "LC_ALL": "C"
      },
      "exe": "stuntrally"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "$download"
        }
      }
    ]
  }
}
Back to game