files:
- game_file: https://archive.org/download/sleep-over_202606/sleep%20over.zip
- game_sdk: 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: $game_sdk
- chmodx: $GAMEDIR/renpy.sh
- extract:
dst: $GAMEDIR/tmp
file: $game_file
- execute:
command: cd "$GAMEDIR"; sleepodir=$(dirname "$(find tmp -type f |grep -i archive.rpa)");
cp -r "$sleepodir" sleepover;
description: Play "Sleep Over" on Linux!
game_slug: sleep-over
gogslug: ''
humblestoreid: ''
installer_slug: sleep-over-internet-archive
name: Sleep Over
notes: '- Using Ren''Py engine to run the game natively in Linux'
runner: linux
script:
files:
- game_file: https://archive.org/download/sleep-over_202606/sleep%20over.zip
- game_sdk: 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: $game_sdk
- chmodx: $GAMEDIR/renpy.sh
- extract:
dst: $GAMEDIR/tmp
file: $game_file
- execute:
command: cd "$GAMEDIR"; sleepodir=$(dirname "$(find tmp -type f |grep -i archive.rpa)");
cp -r "$sleepodir" sleepover;
slug: sleep-over-internet-archive
steamid: null
version: Internet archive
year: 2014
{
"game_slug": "sleep-over",
"version": "Internet archive",
"description": "Play \"Sleep Over\" on Linux!",
"notes": "- Using Ren'Py engine to run the game natively in Linux",
"name": "Sleep Over",
"year": 2014,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "linux",
"slug": "sleep-over-internet-archive",
"installer_slug": "sleep-over-internet-archive",
"script": {
"files": [
{
"game_file": "https://archive.org/download/sleep-over_202606/sleep%20over.zip"
},
{
"game_sdk": "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": "$game_sdk"
}
},
{
"chmodx": "$GAMEDIR/renpy.sh"
},
{
"extract": {
"dst": "$GAMEDIR/tmp",
"file": "$game_file"
}
},
{
"execute": {
"command": "cd \"$GAMEDIR\"; sleepodir=$(dirname \"$(find tmp -type f |grep -i archive.rpa)\"); cp -r \"$sleepodir\" sleepover;"
}
}
]
}
}