You've already forked lutris-scripts
Add installation script for Chameleon (2005) English patched version.
This commit is contained in:
12
README.md
12
README.md
@@ -6,7 +6,17 @@ A small collection of Lutris game installer scripts I have created. All of these
|
||||
|
||||
Here's a short list of game installers included in this repository. The easiest way to use them would be via the official Lutris website, but as installer submissions are manually reviewed, it can sometimes take quite a bit of time before they end up available through the site. In that case you can download any one of these and install them on your system by using the "Install from a local install script" option in Lutris (introduced in v0.5.10), or by launching Lutris through the command line with the `-i` flag, like so: `lutris -i ~/Downloads/tortuga-two-treasures.yaml`.
|
||||
|
||||
## Outcast - Second Contact
|
||||
## Chameleon (Abandonware)
|
||||
|
||||
Install the English patched version of Chameleon as available on Archive.org
|
||||
|
||||
### Links
|
||||
|
||||
- [Installer script](chameleon/chameleon-abandonware.yaml)
|
||||
- [On Lutris](https://lutris.net/games/chameleon--2/)
|
||||
- [On Archive.org](https://archive.org/details/chameleon-2005)
|
||||
|
||||
## Outcast - Second Contact (GOG)
|
||||
|
||||
Install the GOG version of Outcast - Second Contact.
|
||||
|
||||
|
||||
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