You've already forked lutris-scripts
Add installation script for Chameleon (2005) English patched version.
This commit is contained in:
33
chameleon/chameleon-abandonware.yaml
Normal file
33
chameleon/chameleon-abandonware.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
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
|
||||
Reference in New Issue
Block a user