Installer sleep-over-all-internet-archive

files:
- file1: N/A:Please select the game archive
- file2: https://www.renpy.org/dl/7.4.0/renpy-7.4.0-sdk.tar.bz2
game:
  args: sleepover
  exe: renpy.sh
installer:
- extract:
    dst: $GAMEDIR
    file: $file2
- chmodx: $GAMEDIR/renpy.sh
- extract:
    dst: $GAMEDIR/tmp
    file: $file1
- execute:
    command: cd "$GAMEDIR"; sleepodir=$(dirname "$(find tmp -type f |grep -i archive.rpa)");
      cp -r "$sleepodir" sleepover;
description: Support all archives available on the net.
game_slug: sleep-over
gogslug: ''
humblestoreid: ''
installer_slug: sleep-over-all-internet-archive
name: Sleep Over
notes: 'Uses the Ren''Py SDK to run the game natively in Linux: https://www.renpy.org'
runner: linux
script:
  files:
  - file1: N/A:Please select the game archive
  - file2: https://www.renpy.org/dl/7.4.0/renpy-7.4.0-sdk.tar.bz2
  game:
    args: sleepover
    exe: renpy.sh
  installer:
  - extract:
      dst: $GAMEDIR
      file: $file2
  - chmodx: $GAMEDIR/renpy.sh
  - extract:
      dst: $GAMEDIR/tmp
      file: $file1
  - execute:
      command: cd "$GAMEDIR"; sleepodir=$(dirname "$(find tmp -type f |grep -i archive.rpa)");
        cp -r "$sleepodir" sleepover;
slug: sleep-over-all-internet-archive
steamid: null
version: All internet archives
year: 2014
{
  "game_slug": "sleep-over",
  "version": "All internet archives",
  "description": "Support all archives available on the net.",
  "notes": "Uses the Ren'Py SDK to run the game natively in Linux: https://www.renpy.org",
  "name": "Sleep Over",
  "year": 2014,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "sleep-over-all-internet-archive",
  "installer_slug": "sleep-over-all-internet-archive",
  "script": {
    "files": [
      {
        "file1": "N/A:Please select the game archive"
      },
      {
        "file2": "https://www.renpy.org/dl/7.4.0/renpy-7.4.0-sdk.tar.bz2"
      }
    ],
    "game": {
      "args": "sleepover",
      "exe": "renpy.sh"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "$file2"
        }
      },
      {
        "chmodx": "$GAMEDIR/renpy.sh"
      },
      {
        "extract": {
          "dst": "$GAMEDIR/tmp",
          "file": "$file1"
        }
      },
      {
        "execute": {
          "command": "cd \"$GAMEDIR\"; sleepodir=$(dirname \"$(find tmp -type f |grep -i archive.rpa)\"); cp -r \"$sleepodir\" sleepover;"
        }
      }
    ]
  }
}
Back to game