Installer mordred-android

files:
- file1: https://www.renpy.org/dl/6.99.14.1/renpy-6.99.14.1-sdk.tar.bz2
- file2: N/A:Please select the Android app
game:
  args: mordred
  exe: $GAMEDIR/renpy.sh
installer:
- merge:
    dst: $CACHE/mordred.zip
    src: $file2
- extract:
    dst: $GAMEDIR
    file: $file1
- extract:
    dst: $CACHE
    file: $CACHE/mordred.zip
- merge:
    dst: $GAMEDIR/mordred/game
    src: $CACHE/assets/x-game
- merge:
    dst: $CACHE
    src: $GAMEDIR/mordred/game/x-cache
description: null
game_slug: mordred
gogslug: ''
humblestoreid: ''
installer_slug: mordred-android
name: Mordred
notes: Uses the Ren'Py SDK to run the Android version natively in Linux. Before running
  the game, rename all files and folders in the $GAMEDIR/mordred/game directory to
  remove the x- at the start of the file names.
runner: linux
script:
  files:
  - file1: https://www.renpy.org/dl/6.99.14.1/renpy-6.99.14.1-sdk.tar.bz2
  - file2: N/A:Please select the Android app
  game:
    args: mordred
    exe: $GAMEDIR/renpy.sh
  installer:
  - merge:
      dst: $CACHE/mordred.zip
      src: $file2
  - extract:
      dst: $GAMEDIR
      file: $file1
  - extract:
      dst: $CACHE
      file: $CACHE/mordred.zip
  - merge:
      dst: $GAMEDIR/mordred/game
      src: $CACHE/assets/x-game
  - merge:
      dst: $CACHE
      src: $GAMEDIR/mordred/game/x-cache
slug: mordred-android
steamid: null
version: Android
year: 2018
{
  "game_slug": "mordred",
  "version": "Android",
  "description": null,
  "notes": "Uses the Ren'Py SDK to run the Android version natively in Linux. Before running the game, rename all files and folders in the $GAMEDIR/mordred/game directory to remove the x- at the start of the file names.",
  "name": "Mordred",
  "year": 2018,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "mordred-android",
  "installer_slug": "mordred-android",
  "script": {
    "files": [
      {
        "file1": "https://www.renpy.org/dl/6.99.14.1/renpy-6.99.14.1-sdk.tar.bz2"
      },
      {
        "file2": "N/A:Please select the Android app"
      }
    ],
    "game": {
      "args": "mordred",
      "exe": "$GAMEDIR/renpy.sh"
    },
    "installer": [
      {
        "merge": {
          "dst": "$CACHE/mordred.zip",
          "src": "$file2"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "$file1"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$CACHE/mordred.zip"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/mordred/game",
          "src": "$CACHE/assets/x-game"
        }
      },
      {
        "merge": {
          "dst": "$CACHE",
          "src": "$GAMEDIR/mordred/game/x-cache"
        }
      }
    ]
  }
}
Back to game