Installer return-to-castle-wolfenstein-gog-rtcwcoop

files:
- gog: N/A:Select the Windows setup file downloaded from GOG
- inno: http://constexpr.org/innoextract/files/snapshots/innoextract-1.8-dev-2019-01-13/innoextract-1.8-dev-2019-01-13-linux.tar.xz
- patch_data: https://github.com/rtcwcoop/rtcwcoop/releases/download/1.0.2/patch-data-141.zip
- rtcwcoop: https://github.com/rtcwcoop/rtcwcoop/releases/download/1.0.2/rtcwcoop-1.0.2-linux-x86_64.zip
game:
  exe: rtcwcoop.x86_64
installer:
- extract:
    dst: $CACHE
    file: inno
- execute:
    args: -d "$CACHE" "$gog"
    file: $CACHE/innoextract
- merge:
    dst: $GAMEDIR
    src: $CACHE/app
- move:
    dst: $GAMEDIR/main
    src: $GAMEDIR/Main
- extract:
    dst: $GAMEDIR
    file: patch_data
- extract:
    dst: $GAMEDIR
    file: rtcwcoop
description: Adds online coop gameplay
game_slug: return-to-castle-wolfenstein
gogslug: return_to_castle_wolfenstein
humblestoreid: ''
installer_slug: return-to-castle-wolfenstein-gog-rtcwcoop
name: Return to Castle Wolfenstein
notes: ''
runner: linux
script:
  files:
  - gog: N/A:Select the Windows setup file downloaded from GOG
  - inno: http://constexpr.org/innoextract/files/snapshots/innoextract-1.8-dev-2019-01-13/innoextract-1.8-dev-2019-01-13-linux.tar.xz
  - patch_data: https://github.com/rtcwcoop/rtcwcoop/releases/download/1.0.2/patch-data-141.zip
  - rtcwcoop: https://github.com/rtcwcoop/rtcwcoop/releases/download/1.0.2/rtcwcoop-1.0.2-linux-x86_64.zip
  game:
    exe: rtcwcoop.x86_64
  installer:
  - extract:
      dst: $CACHE
      file: inno
  - execute:
      args: -d "$CACHE" "$gog"
      file: $CACHE/innoextract
  - merge:
      dst: $GAMEDIR
      src: $CACHE/app
  - move:
      dst: $GAMEDIR/main
      src: $GAMEDIR/Main
  - extract:
      dst: $GAMEDIR
      file: patch_data
  - extract:
      dst: $GAMEDIR
      file: rtcwcoop
slug: return-to-castle-wolfenstein-gog-rtcwcoop
steamid: 9010
version: GOG + rtcwcoop
year: 2001
{
  "game_slug": "return-to-castle-wolfenstein",
  "version": "GOG + rtcwcoop",
  "description": "Adds online coop gameplay",
  "notes": "",
  "name": "Return to Castle Wolfenstein",
  "year": 2001,
  "steamid": 9010,
  "gogslug": "return_to_castle_wolfenstein",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "return-to-castle-wolfenstein-gog-rtcwcoop",
  "installer_slug": "return-to-castle-wolfenstein-gog-rtcwcoop",
  "script": {
    "files": [
      {
        "gog": "N/A:Select the Windows setup file downloaded from GOG"
      },
      {
        "inno": "http://constexpr.org/innoextract/files/snapshots/innoextract-1.8-dev-2019-01-13/innoextract-1.8-dev-2019-01-13-linux.tar.xz"
      },
      {
        "patch_data": "https://github.com/rtcwcoop/rtcwcoop/releases/download/1.0.2/patch-data-141.zip"
      },
      {
        "rtcwcoop": "https://github.com/rtcwcoop/rtcwcoop/releases/download/1.0.2/rtcwcoop-1.0.2-linux-x86_64.zip"
      }
    ],
    "game": {
      "exe": "rtcwcoop.x86_64"
    },
    "installer": [
      {
        "extract": {
          "dst": "$CACHE",
          "file": "inno"
        }
      },
      {
        "execute": {
          "args": "-d \"$CACHE\" \"$gog\"",
          "file": "$CACHE/innoextract"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$CACHE/app"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR/main",
          "src": "$GAMEDIR/Main"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "patch_data"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "rtcwcoop"
        }
      }
    ]
  }
}
Back to game