Installer claw-latest-1

files:
- gamezip: N/A:Select the games zip file (Download from https://captainclaw.net/en/downloads.html)
- gerrez: 'N/A: Select the games german .REZ files (extracted with DragonUnpacker
    to a zip)'
- germovies: 'N/A: Select the german .FEZ file (can be copied from the DVD ISO: https://archive.org/download/claw-pc-redump/CLAW-PC-REDUMP/Claw%20%28Germany%29%20%28Rerelease%29%20%2819981201%29.zip)'
game:
  arch: win64
  exe: $GAMEDIR/drive_c/Program Files/captain-claw/CLAW.EXE
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: xvid
    arch: win64
    description: Installing dependencies
    name: winetricks
    prefix: $GAMEDIR
- extract:
    dst: $CACHE
    file: gamezip
- copy:
    dst: $CACHE/assets_eng
    src: $CACHE/Assets
- extract:
    dst: $CACHE/assets_ger
    file: gerrez
- copy:
    dst: $CACHE/Assets
    src: $CACHE/assets_ger/
- copy:
    dst: $CACHE
    src: germovies
- move:
    dst: $GAMEDIR/drive_c/Program Files/captain-claw/
    src: $CACHE/
wine:
  overrides:
    ddraw: native,builtin
description: Community maintained version from The Claw Recluse (using German Assets)
game_slug: claw
gogslug: ''
humblestoreid: ''
installer_slug: claw-latest-1
name: Claw
notes: ".FEZ file can be found on the german iso of claw found here: https://archive.org/download/claw-pc-redump/CLAW-PC-REDUMP/Claw%20%28Germany%29%20%28Rerelease%29%20%2819981201%29.zip\r\
  \n.REZ File needs to be extracted using DragonUnpacker or a .REZ extracted needs\
  \ to be provided - Instruction: https://pastebin.com/8jR817tk\r\nEnable Backgroundmusic:\
  \ https://github.com/Blackstareye/lutris-scripts/tree/master/settings/Claw"
runner: wine
script:
  files:
  - gamezip: N/A:Select the games zip file (Download from https://captainclaw.net/en/downloads.html)
  - gerrez: 'N/A: Select the games german .REZ files (extracted with DragonUnpacker
      to a zip)'
  - germovies: 'N/A: Select the german .FEZ file (can be copied from the DVD ISO:
      https://archive.org/download/claw-pc-redump/CLAW-PC-REDUMP/Claw%20%28Germany%29%20%28Rerelease%29%20%2819981201%29.zip)'
  game:
    arch: win64
    exe: $GAMEDIR/drive_c/Program Files/captain-claw/CLAW.EXE
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: xvid
      arch: win64
      description: Installing dependencies
      name: winetricks
      prefix: $GAMEDIR
  - extract:
      dst: $CACHE
      file: gamezip
  - copy:
      dst: $CACHE/assets_eng
      src: $CACHE/Assets
  - extract:
      dst: $CACHE/assets_ger
      file: gerrez
  - copy:
      dst: $CACHE/Assets
      src: $CACHE/assets_ger/
  - copy:
      dst: $CACHE
      src: germovies
  - move:
      dst: $GAMEDIR/drive_c/Program Files/captain-claw/
      src: $CACHE/
  wine:
    overrides:
      ddraw: native,builtin
slug: claw-latest-1
steamid: null
version: latest
year: 1997
{
  "game_slug": "claw",
  "version": "latest",
  "description": "Community maintained version from The Claw Recluse (using German Assets)",
  "notes": ".FEZ file can be found on the german iso of claw found here: https://archive.org/download/claw-pc-redump/CLAW-PC-REDUMP/Claw%20%28Germany%29%20%28Rerelease%29%20%2819981201%29.zip\r\n.REZ File needs to be extracted using DragonUnpacker or a .REZ extracted needs to be provided - Instruction: https://pastebin.com/8jR817tk\r\nEnable Backgroundmusic: https://github.com/Blackstareye/lutris-scripts/tree/master/settings/Claw",
  "name": "Claw",
  "year": 1997,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "claw-latest-1",
  "installer_slug": "claw-latest-1",
  "script": {
    "files": [
      {
        "gamezip": "N/A:Select the games zip file (Download from https://captainclaw.net/en/downloads.html)"
      },
      {
        "gerrez": "N/A: Select the games german .REZ files (extracted with DragonUnpacker to a zip)"
      },
      {
        "germovies": "N/A: Select the german .FEZ file (can be copied from the DVD ISO: https://archive.org/download/claw-pc-redump/CLAW-PC-REDUMP/Claw%20%28Germany%29%20%28Rerelease%29%20%2819981201%29.zip)"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "$GAMEDIR/drive_c/Program Files/captain-claw/CLAW.EXE",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "xvid",
          "arch": "win64",
          "description": "Installing dependencies",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "gamezip"
        }
      },
      {
        "copy": {
          "dst": "$CACHE/assets_eng",
          "src": "$CACHE/Assets"
        }
      },
      {
        "extract": {
          "dst": "$CACHE/assets_ger",
          "file": "gerrez"
        }
      },
      {
        "copy": {
          "dst": "$CACHE/Assets",
          "src": "$CACHE/assets_ger/"
        }
      },
      {
        "copy": {
          "dst": "$CACHE",
          "src": "germovies"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR/drive_c/Program Files/captain-claw/",
          "src": "$CACHE/"
        }
      }
    ],
    "wine": {
      "overrides": {
        "ddraw": "native,builtin"
      }
    }
  }
}
Back to game