1
0

Add F.E.A.R. expansions.

This commit is contained in:
2022-10-11 15:13:58 +09:00
parent 1062bb1dc9
commit 2e8d69eaa1
3 changed files with 63 additions and 0 deletions

View File

@@ -6,6 +6,27 @@ 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`. 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`.
## F.E.A.R.: Extraction Point (GOG)
Launcher for the F.E.A.R.: Extraction Point expansion, part of the F.E.A.R. Platinum Collection as sold on GOG. Requires [F.E.A.R. (GOG version)](https://lutris.net/games/fear/) to already be installed.
### Links
- [Installer script](fear-extraction-point/fear-extraction-point-gog.yaml)
- [On Lutris](https://lutris.net/games/fear-extraction-point/)
- [On GOG](https://www.gog.com/game/fear_platinum)
## F.E.A.R.: Perseus Mandate (GOG)
Launcher for the F.E.A.R.: Perseus Mandate expansion, part of the F.E.A.R. Platinum Collection as sold on GOG. Requires [F.E.A.R. (GOG version)](https://lutris.net/games/fear/) to already be installed.
### Links
- [Installer script](fear-perseus-mandate/fear-perseus-mandate-gog.yaml)
- [On Lutris](https://lutris.net/games/fear-perseus-mandate/)
- [On GOG](https://www.gog.com/game/fear_platinum)
## Chameleon (Abandonware) ## Chameleon (Abandonware)
Install the English patched version of Chameleon as available on Archive.org Install the English patched version of Chameleon as available on Archive.org
@@ -16,6 +37,26 @@ Install the English patched version of Chameleon as available on Archive.org
- [On Lutris](https://lutris.net/games/chameleon--2/) - [On Lutris](https://lutris.net/games/chameleon--2/)
- [On Archive.org](https://archive.org/details/chameleon-2005) - [On Archive.org](https://archive.org/details/chameleon-2005)
## Yesterday (GOG)
Install the GOG version of Yesterday.
### Links
- [Installer script](yesterday/yesterday-gog.yaml)
- [On Lutris](https://lutris.net/games/yesterday/)
- [On GOG](https://www.gog.com/game/yesterday)
## Still Life (GOG)
Install the GOG version of Still Life.
### Links
- [Installer script](still-life/still-life-gog.yaml)
- [On Lutris](https://lutris.net/games/still-life/)
- [On GOG](https://www.gog.com/game/still_life)
## Outcast - Second Contact (GOG) ## Outcast - Second Contact (GOG)
Install the GOG version of Outcast - Second Contact. Install the GOG version of Outcast - Second Contact.

View File

@@ -0,0 +1,11 @@
name: "F.E.A.R.: Extraction Point"
game_slug: fear-extraction-point
version: GOG Platinum Collection
slug: fear-extraction-point-gog-platinum-collection
description: "Launcher for the F.E.A.R.: Extraction Point expansion, part of the F.E.A.R. Platinum Edition as sold on GOG."
runner: wine
script:
requires: fear-gog
game:
exe: drive_c/GOG Games/F.E.A.R. Platinum Collection/FEARXP/FEARXP.exe
prefix: $GAMEDIR

View File

@@ -0,0 +1,11 @@
name: "F.E.A.R.: Perseus Mandate"
game_slug: fear-perseus-mandate
version: GOG Platinum Collection
slug: fear-perseus-mandate-gog-platinum-collection
description: "Launcher for the F.E.A.R.: Perseus Mandate expansion, part of the F.E.A.R. Platinum Collection as sold on GOG."
runner: wine
script:
requires: fear-gog
game:
exe: drive_c/GOG Games/F.E.A.R. Platinum Collection/FEARXP2/FEARXP2.exe
prefix: $GAMEDIR