From d9a72b900791e614164ef5e8b7f4e6deb149e36a Mon Sep 17 00:00:00 2001 From: Dave Jansen Date: Mon, 18 Apr 2022 15:40:16 +0900 Subject: [PATCH] Update SWG installation script to make use of Lutris v0.5.10's new built-in dgVoodoo2 support. --- README.md | 5 +++++ .../swg-legends.yaml | 17 ++--------------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 71ec616..0be21d4 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ Star Wars Galaxies Legends client will be installed. The client will allow downl - Added font smoothing fix to make game and launcher text legible. - Added prefix and working dir. +### Version history + +- **2022-04-18:** Updated script to make use of Lutris v0.5.10's new built-in dgVoodoo2 support. +- **2022-03-08:** Submitted installer requiring a manually downloaded dgVoodoo zip file. + - [Installer script](star-wars-galaxies-an-empire-divided/swg-legends.yaml) - [On Lutris](https://lutris.net/games/star-wars-galaxies-an-empire-divided/) diff --git a/star-wars-galaxies-an-empire-divided/swg-legends.yaml b/star-wars-galaxies-an-empire-divided/swg-legends.yaml index 9eda319..617a942 100644 --- a/star-wars-galaxies-an-empire-divided/swg-legends.yaml +++ b/star-wars-galaxies-an-empire-divided/swg-legends.yaml @@ -3,13 +3,12 @@ game_slug: star-wars-galaxies-an-empire-divided version: swg-legends slug: star-wars-galaxies-an-empire-swg-legends description: Star Wars Galaxies Legends client will be installed. The client will allow downloading all of the necessary game files. The server is based on the New Game Enhancement (NGE) era of Star Wars Galaxies including all of the expansions (even Jump to Lightspeed). -technical_notes: "Change the DXVK version to v1.8.1L. The game has graphical issues with newer versions." +technical_notes: "Ensure DXVK is set to v1.8.1L. The game has graphical issues with newer versions." runner: wine script: files: - swglegends: https://swglegends.com/SWGLegendsLauncher.zip - - dgvoodoo2: "N/A: Please download dgVoodoo2 from http://dege.freeweb.hu/dgVoodoo2/dgVoodoo2/ and select it here" game: exe: drive_c/Program Files/StarWarsGalaxiesLegends/SWGLegendsLauncher.exe prefix: $GAMEDIR @@ -21,20 +20,8 @@ script: - task: app: fontsmooth=rgb name: winetricks - - extract: - description: Extracting dgVoodoo2... - dst: $CACHE/dgVoodoo2 - file: dgvoodoo2 - - move: - dst: $GAMEDIR/drive_c/Program Files/StarWarsGalaxiesLegends/ - src: $CACHE/dgVoodoo2/MS/x86/DDraw.dll - - move: - dst: $GAMEDIR/drive_c/Program Files/StarWarsGalaxiesLegends/ - src: $CACHE/dgVoodoo2/dgVoodoo.conf - - execute: - description: Removing dgVooDoo watermark... - command: sed -i 's/^dgVoodooWatermark *= *true/dgVoodooWatermark = false/g' "$GAMEDIR/drive_c/Program Files/StarWarsGalaxiesLegends/dgVoodoo.conf" wine: dxvk: true dxvk_version: v1.8.1L + dgvoodoo2: true version: lutris-5.7-11-x86_64