You've already forked lutris-scripts
28 lines
1.1 KiB
YAML
28 lines
1.1 KiB
YAML
name: "Star Wars Galaxies: An Empire Divided"
|
|
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: "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
|
|
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
|
|
dxvk_version: v1.8.1L
|
|
dgvoodoo2: true
|
|
version: lutris-5.7-11-x86_64
|