You've already forked lutris-scripts
Add Anno 1503 A.D. GOG Installer script.
This commit is contained in:
@@ -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.
|
||||
|
||||
36
anno-1503-ad/anno-1503-ad-gog.yaml
Normal file
36
anno-1503-ad/anno-1503-ad-gog.yaml
Normal 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
|
||||
Reference in New Issue
Block a user