Installer otchi-kocchi-demo

files:
- file1: http://otchi-kocchi.com/OTChi%20Kocchi%20Demo-1.0-win.zip
- renpy: https://www.renpy.org/dl/6.15.7/renpy-6.15.7-sdk.tar.bz2
game:
  args: otchi-kocchi
  exe: renpy.sh
installer:
- extract:
    dst: $GAMEDIR
    file: $renpy
- extract:
    dst: $CACHE
    file: $file1
- merge:
    dst: $GAMEDIR/otchi-kocchi/game
    src: $CACHE/game
description: null
game_slug: otchi-kocchi
gogslug: ''
humblestoreid: ''
installer_slug: otchi-kocchi-demo
name: OTChi Kocchi
notes: Uses the Ren'Py SDK to run the game natively in Linux.
runner: linux
script:
  files:
  - file1: http://otchi-kocchi.com/OTChi%20Kocchi%20Demo-1.0-win.zip
  - renpy: https://www.renpy.org/dl/6.15.7/renpy-6.15.7-sdk.tar.bz2
  game:
    args: otchi-kocchi
    exe: renpy.sh
  installer:
  - extract:
      dst: $GAMEDIR
      file: $renpy
  - extract:
      dst: $CACHE
      file: $file1
  - merge:
      dst: $GAMEDIR/otchi-kocchi/game
      src: $CACHE/game
slug: otchi-kocchi-demo
steamid: null
version: Demo
year: 2013
{
  "game_slug": "otchi-kocchi",
  "version": "Demo",
  "description": null,
  "notes": "Uses the Ren'Py SDK to run the game natively in Linux.",
  "name": "OTChi Kocchi",
  "year": 2013,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "otchi-kocchi-demo",
  "installer_slug": "otchi-kocchi-demo",
  "script": {
    "files": [
      {
        "file1": "http://otchi-kocchi.com/OTChi%20Kocchi%20Demo-1.0-win.zip"
      },
      {
        "renpy": "https://www.renpy.org/dl/6.15.7/renpy-6.15.7-sdk.tar.bz2"
      }
    ],
    "game": {
      "args": "otchi-kocchi",
      "exe": "renpy.sh"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "$renpy"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$file1"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/otchi-kocchi/game",
          "src": "$CACHE/game"
        }
      }
    ]
  }
}
Back to game