diff --git a/README.md b/README.md index b107178..d3e97fc 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,16 @@ 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 + +Install the GOG version of Outcast - Second Contact. + +### Links + +- [Installer script](outcast-second-contact/outcast-second-contact-gog.yaml) +- [On Lutris](https://lutris.net/games/outcast-second-contact/) +- [On GOG](https://www.gog.com/game/outcast_second_contact) + ## Freelancer Installs the MyAbandonware version of Freelancer along with the [Freelancer HD mod](http://freelancerhd.com/). diff --git a/outcast-second-contact/outcast-second-contact-gog.yaml b/outcast-second-contact/outcast-second-contact-gog.yaml new file mode 100644 index 0000000..674b80e --- /dev/null +++ b/outcast-second-contact/outcast-second-contact-gog.yaml @@ -0,0 +1,36 @@ +name: Outcast - Second Contact +game_slug: outcast-second-contact +version: gog +slug: outcast-second-contact-gog +description: Install the GOG version of Outcast - Second Contact. +runner: wine +script: + files: + - gogsetup: "N/A: Please select the GOG Windows installer file" + game: + arch: win64 + gogid: 2109390794 + exe: drive_c/GOG Games/Outcast - Second Contact/outcast.exe + working_dir: drive_c/GOG Games/Outcast - Second Contact/ + prefix: $GAMEDIR + installer: + - task: + arch: win64 + name: create_prefix + prefix: $GAMEDIR + - task: + app: vcrun2015 win10 + arch: win64 + name: winetricks + prefix: $GAMEDIR + - task: + description: Installing Outcast - Second Contact... + executable: gogsetup + name: wineexec + prefix: $GAMEDIR + system: + single_cpu: true + limit_cpu_count: 4 + wine: + esync: false + fsync: false