files:
- gamezip: N/A:Select the game's zip file ( Download from https://bit.ly/3uBDshl )
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
- move:
dst: $GAMEDIR/drive_c/Program Files/captain-claw/
src: $CACHE/
wine:
overrides:
ddraw: native,builtin
description: Community maintained v1.4.4.4 from The Claw Recluse
game_slug: claw
gogslug: ''
humblestoreid: ''
installer_slug: claw-1444
name: Claw
notes: Game has to be downloaded through a browser because MEGA doesn't support hotlinking
runner: wine
script:
files:
- gamezip: N/A:Select the game's zip file ( Download from https://bit.ly/3uBDshl
)
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
- move:
dst: $GAMEDIR/drive_c/Program Files/captain-claw/
src: $CACHE/
wine:
overrides:
ddraw: native,builtin
slug: claw-1444
steamid: null
version: 1.4.4.4
year: 1997
{
"game_slug": "claw",
"version": "1.4.4.4",
"description": "Community maintained v1.4.4.4 from The Claw Recluse",
"notes": "Game has to be downloaded through a browser because MEGA doesn't support hotlinking",
"name": "Claw",
"year": 1997,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "claw-1444",
"installer_slug": "claw-1444",
"script": {
"files": [
{
"gamezip": "N/A:Select the game's zip file ( Download from https://bit.ly/3uBDshl )"
}
],
"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"
}
},
{
"move": {
"dst": "$GAMEDIR/drive_c/Program Files/captain-claw/",
"src": "$CACHE/"
}
}
],
"wine": {
"overrides": {
"ddraw": "native,builtin"
}
}
}
}