You've already forked lutris-scripts
Add draft installer for Yesterday (GOG).
This commit is contained in:
20
README.md
20
README.md
@@ -37,16 +37,6 @@ Install the English patched version of Chameleon as available on Archive.org
|
|||||||
- [On Lutris](https://lutris.net/games/chameleon--2/)
|
- [On Lutris](https://lutris.net/games/chameleon--2/)
|
||||||
- [On Archive.org](https://archive.org/details/chameleon-2005)
|
- [On Archive.org](https://archive.org/details/chameleon-2005)
|
||||||
|
|
||||||
## Yesterday (GOG)
|
|
||||||
|
|
||||||
Install the GOG version of Yesterday.
|
|
||||||
|
|
||||||
### Links
|
|
||||||
|
|
||||||
- [Installer script](yesterday/yesterday-gog.yaml)
|
|
||||||
- [On Lutris](https://lutris.net/games/yesterday/)
|
|
||||||
- [On GOG](https://www.gog.com/game/yesterday)
|
|
||||||
|
|
||||||
## Still Life (GOG)
|
## Still Life (GOG)
|
||||||
|
|
||||||
Install the GOG version of Still Life.
|
Install the GOG version of Still Life.
|
||||||
@@ -242,6 +232,16 @@ Tortuga: Two Treasures is a pirate-themed action adventure game. Players take th
|
|||||||
|
|
||||||
Draft or work-in-progress installers that I have not yet submitted, either due to them not being finished, or due to technical limitations preventing the games from working as they should.
|
Draft or work-in-progress installers that I have not yet submitted, either due to them not being finished, or due to technical limitations preventing the games from working as they should.
|
||||||
|
|
||||||
|
## Yesterday (GOG)
|
||||||
|
|
||||||
|
Install the GOG version of Yesterday.
|
||||||
|
|
||||||
|
### Links
|
||||||
|
|
||||||
|
- [Installer script](yesterday/yesterday-gog.yaml)
|
||||||
|
- [On Lutris](https://lutris.net/games/yesterday/)
|
||||||
|
- [On GOG](https://www.gog.com/game/yesterday)
|
||||||
|
|
||||||
## Titanic: Adventure Out Of Time
|
## Titanic: Adventure Out Of Time
|
||||||
|
|
||||||
Intrigue and adventure await you on board the Titanic, the most famous ocean liner in history. As a British secret agent on a vital mission, it is up to you to change the course of history as you explore the world’s most luxurious ocean vessel in all its original splendour.
|
Intrigue and adventure await you on board the Titanic, the most famous ocean liner in history. As a British secret agent on a vital mission, it is up to you to change the course of history as you explore the world’s most luxurious ocean vessel in all its original splendour.
|
||||||
|
|||||||
25
yesterday/yesterday-gog.yaml
Normal file
25
yesterday/yesterday-gog.yaml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
name: Yesterday
|
||||||
|
game_slug: yesterday
|
||||||
|
version: GOG
|
||||||
|
slug: yesterday-gog
|
||||||
|
description: Install the GOG version of Yesterday.
|
||||||
|
runner: wine
|
||||||
|
script:
|
||||||
|
files:
|
||||||
|
- gogsetup: "N/A: Please select the GOG Windows installer file"
|
||||||
|
game:
|
||||||
|
arch: win64
|
||||||
|
gogid: 1207658882
|
||||||
|
exe: drive_c/GOG Games/Yesterday/Yesterday.exe
|
||||||
|
working_dir: drive_c/GOG Games/Yesterday/
|
||||||
|
prefix: $GAMEDIR
|
||||||
|
installer:
|
||||||
|
- task:
|
||||||
|
arch: win64
|
||||||
|
name: create_prefix
|
||||||
|
prefix: $GAMEDIR
|
||||||
|
- task:
|
||||||
|
description: Installing Yesterday...
|
||||||
|
executable: gogsetup
|
||||||
|
name: wineexec
|
||||||
|
prefix: $GAMEDIR
|
||||||
Reference in New Issue
Block a user