Installer blacksouls-english

files:
- vxace_rtp: https://dl.degica.com/rpgmakerweb/run-time-packages/RPGVXAce_RTP.zip
- blacksouls_zip: N/A:Select source file "RJ251629.zip"
game:
  arch: win32
  exe: $GAMEDIR/drive_c/blacksouls/Game.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    description: Creating WINE prefix...
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/blacksouls
    file: blacksouls_zip
- extract:
    dst: $GAMEDIR/drive_c/rtp
    file: vxace_rtp
- task:
    arch: win32
    description: Installing VXACE RTP...
    executable: $GAMEDIR/drive_c/rtp/Setup.exe
    name: wineexec
    prefix: $GAMEDIR
description: Installation of the english version of BLACKSOULS alongside the VX Ace
  RTP pack.
game_slug: blacksouls
gogslug: ''
humblestoreid: ''
installer_slug: blacksouls-english
name: BLACKSOULS
notes: 'You will have to provide a copy of the game yourself. You can buy it here:
  https://www.dlsite.com/maniax/work/=/product_id/RJ251629.html'
runner: wine
script:
  files:
  - vxace_rtp: https://dl.degica.com/rpgmakerweb/run-time-packages/RPGVXAce_RTP.zip
  - blacksouls_zip: N/A:Select source file "RJ251629.zip"
  game:
    arch: win32
    exe: $GAMEDIR/drive_c/blacksouls/Game.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      description: Creating WINE prefix...
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/drive_c/blacksouls
      file: blacksouls_zip
  - extract:
      dst: $GAMEDIR/drive_c/rtp
      file: vxace_rtp
  - task:
      arch: win32
      description: Installing VXACE RTP...
      executable: $GAMEDIR/drive_c/rtp/Setup.exe
      name: wineexec
      prefix: $GAMEDIR
slug: blacksouls-english
steamid: null
version: English
year: 2019
{
  "game_slug": "blacksouls",
  "version": "English",
  "description": "Installation of the english version of BLACKSOULS alongside the VX Ace RTP pack.",
  "notes": "You will have to provide a copy of the game yourself. You can buy it here: https://www.dlsite.com/maniax/work/=/product_id/RJ251629.html",
  "name": "BLACKSOULS",
  "year": 2019,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "blacksouls-english",
  "installer_slug": "blacksouls-english",
  "script": {
    "files": [
      {
        "vxace_rtp": "https://dl.degica.com/rpgmakerweb/run-time-packages/RPGVXAce_RTP.zip"
      },
      {
        "blacksouls_zip": "N/A:Select source file \"RJ251629.zip\""
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "$GAMEDIR/drive_c/blacksouls/Game.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "description": "Creating WINE prefix...",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/blacksouls",
          "file": "blacksouls_zip"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/rtp",
          "file": "vxace_rtp"
        }
      },
      {
        "task": {
          "arch": "win32",
          "description": "Installing VXACE RTP...",
          "executable": "$GAMEDIR/drive_c/rtp/Setup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game