1
0

Add Anno 1503 A.D. GOG Installer script.

This commit is contained in:
2022-06-06 09:47:45 +09:00
parent 8ca70e9492
commit 1f1b34ee3f
2 changed files with 45 additions and 0 deletions

View File

@@ -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`.
## Anno 1503 A.D. (GOG)
Installs the GOG release version of Anno 1503 A.D. with pinned wine runner version to ensure maximum compatibility.
### Links
- [Installer script](anno-1503-ad/anno-1503-ad-gog.yaml)
- [On Lutris](https://lutris.net/games/anno-1503/)
## Shenmue III
Installs the GOG version of Shenmue III.

View File

@@ -0,0 +1,36 @@
name: Anno 1503 A.D.
game_slug: anno-1503-ad
version: GOG
slug: anno-1503-ad-gog
description: Installs the GOG release version of Anno 1503 A.D. with pinned wine runner version to ensure maximum compatibility.
runner: wine
script:
files:
- installer: N/A:Please select the GOG.com Windows installer.
game:
arch: win32
exe: $GAMEDIR/drive_c/GOG Games/Anno 1503 AD/1503Startup.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
description: Creating Wine prefix
name: create_prefix
prefix: $GAMEDIR
- task:
description: Installing...
executable: installer
name: wineexec
prefix: $GAMEDIR
- task:
app: windowmanagermanaged=n
name: winetricks
prefix: $GAMEDIR
silent: true
- task:
app: directmusic
name: winetricks
prefix: $GAMEDIR
silent: true
wine:
version: lutris-5.6-5-x86_64