You've already forked lutris-scripts
Added Mortyr 2093-1944 installation script (MyAbandonware version).
This commit is contained in:
13
README.md
13
README.md
@@ -6,6 +6,19 @@ 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`.
|
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`.
|
||||||
|
|
||||||
|
## Mortyr 2093-1944
|
||||||
|
|
||||||
|
Installs the MyAbandonware version of Mortyr 2093-1944.
|
||||||
|
|
||||||
|
**Technical Notes:** The game's speed is bound to the framerate. Be sure to use strangler or mangohud's FPS limiting functionality to limit the framerate to 30.
|
||||||
|
|
||||||
|
Mount the ISO, launch the installation script and point it to the setup file on the ISO. If you need to convert the MyAbandonware bin/cue files to .iso, `bchunk Mortyr.bin Mortyr.cue Mortyr.iso` will do the trick.
|
||||||
|
|
||||||
|
### Links
|
||||||
|
|
||||||
|
- [Installer script](mortyr-2093-1944/mortyr-2093-1944-abandonware.yaml)
|
||||||
|
- [On Lutris](https://lutris.net/games/mortyr-2093-1944/)
|
||||||
|
|
||||||
## System Shock 2 (GOG)
|
## System Shock 2 (GOG)
|
||||||
|
|
||||||
Installs the GOG version using Wine + directplay to enable multiplayer. Updated installer script to support more modern version of Lutris
|
Installs the GOG version using Wine + directplay to enable multiplayer. Updated installer script to support more modern version of Lutris
|
||||||
|
|||||||
51
mortyr-2093-1944/mortyr-2093-1944-myabandonware.yaml
Normal file
51
mortyr-2093-1944/mortyr-2093-1944-myabandonware.yaml
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
name: Mortyr 2093-1944
|
||||||
|
game_slug: mortry-2093-1944
|
||||||
|
version: MyAbandonware
|
||||||
|
slug: mortry-2093-1944-abandonware
|
||||||
|
description: Installs the MyAbandonware version of Mortyr 2093-1944.
|
||||||
|
technical_notes: "The game's speed is bound to the framerate. Be sure to use strangler or mangohud's FPS limiting functionality to limit the framerate to 30. Mount the ISO, launch the installation script and point it to the setup file on the ISO. If you need to convert the MyAbandonware bin/cue files to .iso, `bchunk Mortyr.bin Mortyr.cue Mortyr.iso` will do the trick."
|
||||||
|
runner: wine
|
||||||
|
|
||||||
|
script:
|
||||||
|
files:
|
||||||
|
- setup: "N/A: Please select setup.exe from the ISO you have downloaded and mounted from https://www.myabandonware.com/game/mortyr-2093-1944-cjy"
|
||||||
|
game:
|
||||||
|
arch: win32
|
||||||
|
exe: $GAMEDIR/drive_c/Program Files/Mirage Media/Mortyr/Mortyr.exe
|
||||||
|
prefix: $GAMEDIR
|
||||||
|
installer:
|
||||||
|
- task:
|
||||||
|
arch: win32
|
||||||
|
name: create_prefix
|
||||||
|
prefix: $GAMEDIR
|
||||||
|
install_mono: true
|
||||||
|
- task:
|
||||||
|
app: winxp
|
||||||
|
arch: win32
|
||||||
|
description: Switching to Windows XP...
|
||||||
|
name: winetricks
|
||||||
|
silent: true
|
||||||
|
- task:
|
||||||
|
app: d3dx9
|
||||||
|
arch: win32
|
||||||
|
description: Installing DirectX 9...
|
||||||
|
name: winetricks
|
||||||
|
silent: true
|
||||||
|
- insert-disc:
|
||||||
|
requires: setup.exe
|
||||||
|
- task:
|
||||||
|
arch: win32
|
||||||
|
description: Running game installation...
|
||||||
|
executable: setup
|
||||||
|
name: wineexec
|
||||||
|
prefix: $GAMEDIR
|
||||||
|
return_code: 18432
|
||||||
|
system:
|
||||||
|
fps_limit: 30
|
||||||
|
wine:
|
||||||
|
Desktop: true
|
||||||
|
WineDesktop: 1024x768
|
||||||
|
dxvk: true
|
||||||
|
dgvoodoo2: true
|
||||||
|
esync: false
|
||||||
|
version: lutris-5.6-5-x86_64
|
||||||
Reference in New Issue
Block a user