From 4748cf6e40cd2e25537e3d7c5868942e6cc12938 Mon Sep 17 00:00:00 2001 From: Dave Jansen Date: Mon, 6 Jun 2022 11:11:00 +0900 Subject: [PATCH] Added Mortyr 2093-1944 installation script (MyAbandonware version). --- README.md | 13 +++++ .../mortyr-2093-1944-myabandonware.yaml | 51 +++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 mortyr-2093-1944/mortyr-2093-1944-myabandonware.yaml diff --git a/README.md b/README.md index 0c88e34..5caae82 100644 --- a/README.md +++ b/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`. +## 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) Installs the GOG version using Wine + directplay to enable multiplayer. Updated installer script to support more modern version of Lutris diff --git a/mortyr-2093-1944/mortyr-2093-1944-myabandonware.yaml b/mortyr-2093-1944/mortyr-2093-1944-myabandonware.yaml new file mode 100644 index 0000000..6e197f4 --- /dev/null +++ b/mortyr-2093-1944/mortyr-2093-1944-myabandonware.yaml @@ -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