From ddf72809450177078af2aa03342313a487cc06a1 Mon Sep 17 00:00:00 2001 From: Dave Jansen Date: Tue, 8 Mar 2022 13:39:13 +0900 Subject: [PATCH] Added Star Wars Galaxies: An Empire Divided updated launch script. --- README.md | 13 ++++++++++ .../swg-legends.yaml | 25 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 star-wars-galaxies-an-empire-divided/swg-legends.yaml diff --git a/README.md b/README.md index 43eaf22..311d50a 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,19 @@ The well known Wii U emulator. Submitted an updated installation script which sl - [Installer script](cemu/lutris-cemu.yaml) - [On Lutris](https://lutris.net/games/cemu/) +## Star Wars Galaxies: An Empire Divided + +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). + +### Update notes + +- Added specific wine runner version, as the launcher crashes with newer versions. +- Added font smoothing fix to make game and launcher text legible. +- Added prefix and working dir. + +- [Installer script](star-wars-galaxies-an-empire-divided/swg-legends.yaml) +- [On Lutris](https://lutris.net/games/star-wars-galaxies-an-empire-divided/) + --- # Draft Installers diff --git a/star-wars-galaxies-an-empire-divided/swg-legends.yaml b/star-wars-galaxies-an-empire-divided/swg-legends.yaml new file mode 100644 index 0000000..0c4325e --- /dev/null +++ b/star-wars-galaxies-an-empire-divided/swg-legends.yaml @@ -0,0 +1,25 @@ +name: "Star Wars Galaxies: An Empire Divided" +game_slug: star-wars-galaxies-an-empire +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: "- Added specific wine runner version, as the launcher crashes with newer versions. \n- Added font smoothing fix to make game and launcher text legible. \n- Added prefix and working dir." +runner: wine + +script: + files: + - swglegends: https://swglegends.com/SWGLegendsLauncher.zip + game: + exe: drive_c/Program Files/StarWarsGalaxiesLegends/SWGLegendsLauncher.exe + prefix: $GAMEDIR + working_dir: drive_c/Program Files/StarWarsGalaxiesLegends/ + installer: + - extract: + dst: $GAMEDIR/drive_c/Program Files/StarWarsGalaxiesLegends/ + file: swglegends + - task: + app: fontsmooth=rgb + name: winetricks + wine: + dxvk: true + versrion: lutris-5.7-11-x86_64