From 2e8d69eaa18adea0598ac091fbf0d2a4276c553b Mon Sep 17 00:00:00 2001 From: Dave Jansen Date: Tue, 11 Oct 2022 15:13:58 +0900 Subject: [PATCH] Add F.E.A.R. expansions. --- README.md | 41 +++++++++++++++++++ .../fear-extraction-point-gog.yaml | 11 +++++ .../fear-perseus-mandate-gog.yaml | 11 +++++ 3 files changed, 63 insertions(+) create mode 100644 fear-extraction-point/fear-extraction-point-gog.yaml create mode 100644 fear-perseus-mandate/fear-perseus-mandate-gog.yaml diff --git a/README.md b/README.md index 3d02054..8bc15a9 100644 --- a/README.md +++ b/README.md @@ -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`. +## 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) 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 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) Install the GOG version of Outcast - Second Contact. diff --git a/fear-extraction-point/fear-extraction-point-gog.yaml b/fear-extraction-point/fear-extraction-point-gog.yaml new file mode 100644 index 0000000..4ae1d7e --- /dev/null +++ b/fear-extraction-point/fear-extraction-point-gog.yaml @@ -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 \ No newline at end of file diff --git a/fear-perseus-mandate/fear-perseus-mandate-gog.yaml b/fear-perseus-mandate/fear-perseus-mandate-gog.yaml new file mode 100644 index 0000000..09edeb7 --- /dev/null +++ b/fear-perseus-mandate/fear-perseus-mandate-gog.yaml @@ -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 \ No newline at end of file