From 814bd214e74edece78a2f1b2ec23bc63fed2eb0c Mon Sep 17 00:00:00 2001 From: Dave Jansen Date: Mon, 25 Apr 2022 16:36:42 +0900 Subject: [PATCH] Added installation script for Shenmue III (GOG release). --- README.md | 9 +++++++++ shenmue-iii/shenmue-iii-gog.yaml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 shenmue-iii/shenmue-iii-gog.yaml diff --git a/README.md b/README.md index 395f8e6..c7f945e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,15 @@ 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`. +## Shenmue III + +Installs the GOG version of Shenmue III. + +### Links + + - [Installer script](shenmue-iii/shenmue-iii-gog.yaml) + - [On Lutris](https://lutris.net/games/shenmue-iii/) + ## Minecraft: Java Edition MultiMC is a free, open source launcher for Minecraft, managed by @peterixxx and @02JanDal. It allows you to have multiple, separate instances of Minecraft (each with their own mods, texture packs, saves, etc) and helps you manage them and their associated options with a simple interface.https://multimc.org/ diff --git a/shenmue-iii/shenmue-iii-gog.yaml b/shenmue-iii/shenmue-iii-gog.yaml new file mode 100644 index 0000000..9e66a3d --- /dev/null +++ b/shenmue-iii/shenmue-iii-gog.yaml @@ -0,0 +1,30 @@ +name: "Shenmue III" +game_slug: shenmue-iii +version: GOG +slug: shenmue-iii-gog +description: "Installs the GOG version of Shenmue III." +technical_notes: "If you'd like to install the DLC, please use the 'run exe inside wine prefix' option after installing the base game." +runner: wine + +script: + files: + - gogsetup: "N/A: Please select your GOG installer file." + game: + game_id: shenmue_iii + gogid: 1832790021 + arch: win64 + exe: drive_c/GOG Games/Shenmue III/Shenmue3/Binaries/Win64/Shenmue3-Win64-Shipping.exe + prefix: $GAMEDIR + working_dir: drive_c/GOG Games/Shenmue III/ + installer: + - task: + arch: win64 + name: create_prefix + prefix: $GAMEDIR + - task: + description: Installing Shenmue III... + executable: gogsetup + name: wineexec + prefix: $GAMEDIR + wine: + dxvk: true