Installer streets-of-rage-x-linux-appimage

files:
- sorx_game_archive: "N/A:The game needs to be downloaded manually.\r\nGo to https://fgames9000.blogspot.com/\
    \ and download $VERSION"
game:
  exe: $LAUNCHER
installer:
- extract:
    dst: $CACHE/SORX
    file: sorx_game_archive
- execute:
    args: $CACHE/SORX/SORX.sh
    description: Removing unneeded shell script
    file: rm
- chmodx: $CACHE/SORX/$LAUNCHER
- merge:
    dst: $GAMEDIR
    src: $CACHE/SORX
system:
  disable_runtime: true
  env:
    APPIMAGELAUNCHER_DISABLE: true
variables:
  LAUNCHER: SORX.AppImage
description: Requires a manual download.
game_slug: streets-of-rage-x
gogslug: ''
humblestoreid: ''
installer_slug: streets-of-rage-x-linux-appimage
name: Streets of Rage X
notes: "An archive of the game needs to be downloaded manually - instructions will\
  \ follow.\r\n\r\nPress Alt+Enter to toggle full screen when the game is running."
runner: linux
script:
  files:
  - sorx_game_archive: "N/A:The game needs to be downloaded manually.\r\nGo to https://fgames9000.blogspot.com/\
      \ and download $VERSION"
  game:
    exe: $LAUNCHER
  installer:
  - extract:
      dst: $CACHE/SORX
      file: sorx_game_archive
  - execute:
      args: $CACHE/SORX/SORX.sh
      description: Removing unneeded shell script
      file: rm
  - chmodx: $CACHE/SORX/$LAUNCHER
  - merge:
      dst: $GAMEDIR
      src: $CACHE/SORX
  system:
    disable_runtime: true
    env:
      APPIMAGELAUNCHER_DISABLE: true
  variables:
    LAUNCHER: SORX.AppImage
slug: streets-of-rage-x-linux-appimage
steamid: null
version: Linux (AppImage)
year: 2023
{
  "game_slug": "streets-of-rage-x",
  "version": "Linux (AppImage)",
  "description": "Requires a manual download.",
  "notes": "An archive of the game needs to be downloaded manually - instructions will follow.\r\n\r\nPress Alt+Enter to toggle full screen when the game is running.",
  "name": "Streets of Rage X",
  "year": 2023,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "streets-of-rage-x-linux-appimage",
  "installer_slug": "streets-of-rage-x-linux-appimage",
  "script": {
    "files": [
      {
        "sorx_game_archive": "N/A:The game needs to be downloaded manually.\r\nGo to https://fgames9000.blogspot.com/ and download $VERSION"
      }
    ],
    "game": {
      "exe": "$LAUNCHER"
    },
    "installer": [
      {
        "extract": {
          "dst": "$CACHE/SORX",
          "file": "sorx_game_archive"
        }
      },
      {
        "execute": {
          "args": "$CACHE/SORX/SORX.sh",
          "description": "Removing unneeded shell script",
          "file": "rm"
        }
      },
      {
        "chmodx": "$CACHE/SORX/$LAUNCHER"
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/SORX"
        }
      }
    ],
    "system": {
      "disable_runtime": true,
      "env": {
        "APPIMAGELAUNCHER_DISABLE": true
      }
    },
    "variables": {
      "LAUNCHER": "SORX.AppImage"
    }
  }
}
Back to game