You've already forked lutris-scripts
34 lines
955 B
YAML
34 lines
955 B
YAML
name: Chameleon
|
|
game_slug: chameleon--2
|
|
version: Abandonware
|
|
slug: chameleon--2-abandonware
|
|
description: Install the English patched version of Chameleon as available on Archive.org
|
|
runner: wine
|
|
script:
|
|
files:
|
|
- zipfile: "N/A: Please select the ZIP file downloaded from https://archive.org/details/chameleon-2005"
|
|
game:
|
|
arch: win64
|
|
exe: drive_c/Program Files (x86)/Chameleon/ChameleonGame/Chameleon.exe
|
|
working_dir: drive_c/Program Files (x86)/Chameleon/ChameleonGame/
|
|
prefix: $GAMEDIR
|
|
installer:
|
|
- task:
|
|
arch: win64
|
|
name: create_prefix
|
|
prefix: $GAMEDIR
|
|
- task:
|
|
app: vcrun6 win10
|
|
arch: win64
|
|
name: winetricks
|
|
prefix: $GAMEDIR
|
|
- extract:
|
|
file: zipfile
|
|
format: zip
|
|
dst: $CACHE/zip
|
|
- task:
|
|
name: wineexec
|
|
description: Installing Chameleon...
|
|
executable: "$CACHE/zip/Chameleon Setup.exe"
|
|
prefix: $GAMEDIR
|