1
0

Update SWG installation script to make use of Lutris v0.5.10's new built-in dgVoodoo2 support.

This commit is contained in:
2022-04-18 15:40:16 +09:00
parent c75e672ae7
commit d9a72b9007
2 changed files with 7 additions and 15 deletions

View File

@@ -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 font smoothing fix to make game and launcher text legible.
- Added prefix and working dir. - 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) - [Installer script](star-wars-galaxies-an-empire-divided/swg-legends.yaml)
- [On Lutris](https://lutris.net/games/star-wars-galaxies-an-empire-divided/) - [On Lutris](https://lutris.net/games/star-wars-galaxies-an-empire-divided/)

View File

@@ -3,13 +3,12 @@ game_slug: star-wars-galaxies-an-empire-divided
version: swg-legends version: swg-legends
slug: star-wars-galaxies-an-empire-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). 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 runner: wine
script: script:
files: files:
- swglegends: https://swglegends.com/SWGLegendsLauncher.zip - swglegends: https://swglegends.com/SWGLegendsLauncher.zip
- dgvoodoo2: "N/A: Please download dgVoodoo2 from http://dege.freeweb.hu/dgVoodoo2/dgVoodoo2/ and select it here"
game: game:
exe: drive_c/Program Files/StarWarsGalaxiesLegends/SWGLegendsLauncher.exe exe: drive_c/Program Files/StarWarsGalaxiesLegends/SWGLegendsLauncher.exe
prefix: $GAMEDIR prefix: $GAMEDIR
@@ -21,20 +20,8 @@ script:
- task: - task:
app: fontsmooth=rgb app: fontsmooth=rgb
name: winetricks 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: wine:
dxvk: true dxvk: true
dxvk_version: v1.8.1L dxvk_version: v1.8.1L
dgvoodoo2: true
version: lutris-5.7-11-x86_64 version: lutris-5.7-11-x86_64