Installer sonic-3-air-stable

files:
- air:
    filename: sonic3air_game.tar.gz
    url: https://github.com/Eukaryot/sonic3air/releases/latest/download/sonic3air_game.tar.gz
- rom:
    filename: Sonic_Knuckles_wSonic3.bin
    url: N/A:Please select the Sonic 3 & Knuckles Steam ROM
game:
  exe: $GAMEDIR/sonic3air_linux
  working_dir: $GAMEDIR
installer:
- extract:
    dst: $GAMEDIR
    file: air
- move:
    dst: $GAMEDIR
    src: rom
description: The native version of Sonic 3 A.I.R.
game_slug: sonic-3-air
gogslug: ''
humblestoreid: ''
installer_slug: sonic-3-air-stable
name: Sonic 3 A.I.R
notes: You have to download the Sonic 3 & Knuckles Steam ROM, if you still have it.
runner: linux
script:
  files:
  - air:
      filename: sonic3air_game.tar.gz
      url: https://github.com/Eukaryot/sonic3air/releases/latest/download/sonic3air_game.tar.gz
  - rom:
      filename: Sonic_Knuckles_wSonic3.bin
      url: N/A:Please select the Sonic 3 & Knuckles Steam ROM
  game:
    exe: $GAMEDIR/sonic3air_linux
    working_dir: $GAMEDIR
  installer:
  - extract:
      dst: $GAMEDIR
      file: air
  - move:
      dst: $GAMEDIR
      src: rom
slug: sonic-3-air-stable
steamid: null
version: Stable
year: 1994
{
  "game_slug": "sonic-3-air",
  "version": "Stable",
  "description": "The native version of Sonic 3 A.I.R.",
  "notes": "You have to download the Sonic 3 & Knuckles Steam ROM, if you still have it.",
  "name": "Sonic 3 A.I.R",
  "year": 1994,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "sonic-3-air-stable",
  "installer_slug": "sonic-3-air-stable",
  "script": {
    "files": [
      {
        "air": {
          "filename": "sonic3air_game.tar.gz",
          "url": "https://github.com/Eukaryot/sonic3air/releases/latest/download/sonic3air_game.tar.gz"
        }
      },
      {
        "rom": {
          "filename": "Sonic_Knuckles_wSonic3.bin",
          "url": "N/A:Please select the Sonic 3 & Knuckles Steam ROM"
        }
      }
    ],
    "game": {
      "exe": "$GAMEDIR/sonic3air_linux",
      "working_dir": "$GAMEDIR"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "air"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR",
          "src": "rom"
        }
      }
    ]
  }
}
Back to game