files:
- patch: https://captainclaw.net/dl/claw13.zip
game:
arch: win32
exe: $GAMEDIR/drive_c/games/claw/CLAW.EXE
prefix: $GAMEDIR
installer:
- insert-disc:
requires: DATA/CLAW.REZ
- task:
arch: win32
description: Creating Wine prefix...
name: create_prefix
prefix: $GAMEDIR
- task:
arch: win32
description: Installing Claw...
executable: $DISC/SETUP.EXE
name: wineexec
prefix: $GAMEDIR
- extract:
description: Patching Claw...
dst: $GAMEDIR/drive_c/games/claw/
src: patch
- task:
arch: win32
description: Setting registry keys...
key: Disable DVD Movies
name: set_regedit
path: HKEY_LOCAL_MACHINE\Software\Monolith Productions\Claw\1.0
prefix: $GAMEDIR
type: REG_DWORD
value: 1
description: Installer for the DVD version of the game (it should also work with the
CD version). This will also patch the game to version 1.3.0.
game_slug: claw
gogslug: ''
humblestoreid: ''
installer_slug: claw-dvd
name: Claw
notes: "- A MIDI device or synthesizer (e.g. Qsynth) is required for in-game music\
\ playback\r\n- CD-quality movies will be played instead of the DVD ones"
runner: wine
script:
files:
- patch: https://captainclaw.net/dl/claw13.zip
game:
arch: win32
exe: $GAMEDIR/drive_c/games/claw/CLAW.EXE
prefix: $GAMEDIR
installer:
- insert-disc:
requires: DATA/CLAW.REZ
- task:
arch: win32
description: Creating Wine prefix...
name: create_prefix
prefix: $GAMEDIR
- task:
arch: win32
description: Installing Claw...
executable: $DISC/SETUP.EXE
name: wineexec
prefix: $GAMEDIR
- extract:
description: Patching Claw...
dst: $GAMEDIR/drive_c/games/claw/
src: patch
- task:
arch: win32
description: Setting registry keys...
key: Disable DVD Movies
name: set_regedit
path: HKEY_LOCAL_MACHINE\Software\Monolith Productions\Claw\1.0
prefix: $GAMEDIR
type: REG_DWORD
value: 1
slug: claw-dvd
steamid: null
version: DVD
year: 1997
{
"game_slug": "claw",
"version": "DVD",
"description": "Installer for the DVD version of the game (it should also work with the CD version). This will also patch the game to version 1.3.0.",
"notes": "- A MIDI device or synthesizer (e.g. Qsynth) is required for in-game music playback\r\n- CD-quality movies will be played instead of the DVD ones",
"name": "Claw",
"year": 1997,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "claw-dvd",
"installer_slug": "claw-dvd",
"script": {
"files": [
{
"patch": "https://captainclaw.net/dl/claw13.zip"
}
],
"game": {
"arch": "win32",
"exe": "$GAMEDIR/drive_c/games/claw/CLAW.EXE",
"prefix": "$GAMEDIR"
},
"installer": [
{
"insert-disc": {
"requires": "DATA/CLAW.REZ"
}
},
{
"task": {
"arch": "win32",
"description": "Creating Wine prefix...",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"arch": "win32",
"description": "Installing Claw...",
"executable": "$DISC/SETUP.EXE",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
},
{
"extract": {
"description": "Patching Claw...",
"dst": "$GAMEDIR/drive_c/games/claw/",
"src": "patch"
}
},
{
"task": {
"arch": "win32",
"description": "Setting registry keys...",
"key": "Disable DVD Movies",
"name": "set_regedit",
"path": "HKEY_LOCAL_MACHINE\\Software\\Monolith Productions\\Claw\\1.0",
"prefix": "$GAMEDIR",
"type": "REG_DWORD",
"value": 1
}
}
]
}
}