From aa5688ea789dd2329dcbe5a72dc9254c785b84da Mon Sep 17 00:00:00 2001 From: Dave Jansen Date: Mon, 14 Feb 2022 12:15:33 +0900 Subject: [PATCH] Added updated Cemu installer script. --- README.md | 7 +++++ cemu/lutris-cemu.yaml | 63 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 cemu/lutris-cemu.yaml diff --git a/README.md b/README.md index c12aabe..db3cde4 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,13 @@ Prison Break: The Conspiracy is an action-adventure video game based on the firs - [On Lutris](https://lutris.net/games/prison-break-the-conspiracy/). - Download available from [MyAbandonware](https://www.myabandonware.com/game/prison-break-the-conspiracy-fji). +## Cemu + +The well known Wii U emulator. Submitted an updated installation script which slightly tweaked the existing one like remove the version number from the installation path, so that there won't be a name mis-match with future Cemu updates. Also updated to the recent-most release as of 2022-02-14: Cemu v1.26.2d, with Cemuhook v0.5.7.6, and Graphics Pack v849. + +- [Installer script](cemu/lutris-cemu.yaml). +- [On Lutris](https://lutris.net/games/cemu/). + --- # Draft Installers diff --git a/cemu/lutris-cemu.yaml b/cemu/lutris-cemu.yaml new file mode 100644 index 0000000..3440234 --- /dev/null +++ b/cemu/lutris-cemu.yaml @@ -0,0 +1,63 @@ +name: Cemu +game_slug: cemu +version: v1.26.2d +slug: cemu-latest +description: Currently v1.26.2d. +runner: wine +script: + files: + - cemu: https://cemu.info/releases/cemu_1.26.2.zip + - fonts: https://lutris.nyc3.cdn.digitaloceanspaces.com/games/cemu/sharedFonts.tar.xz + - hook: https://files.sshnuke.net/cemuhook_1262_0576.zip + - packs: https://github.com/ActualMandM/cemu_graphic_packs/releases/download/Github849/graphicPacks849.zip + - controller: https://lutris.nyc3.cdn.digitaloceanspaces.com/games/cemu/Xbox_Controller.txt + game: + arch: win64 + exe: drive_c/Program Files (x86)/Cemu/Cemu.exe + prefix: $GAMEDIR + installer: + - task: + arch: win64 + name: create_prefix + prefix: $GAMEDIR + - task: + app: vcrun2015 win7 + name: winetricks + prefix: $GAMEDIR + - extract: + dst: $GAMEDIR/drive_c/Program Files (x86)/Cemu + file: cemu + - extract: + dst: $CACHE/sharedFonts + file: fonts + - move: + dst: $GAMEDIR/drive_c/Program Files (x86)/Cemu + src: $CACHE/sharedFonts + - extract: + dst: $CACHE/hook + file: hook + - merge: + dst: $GAMEDIR/drive_c/Program Files (x86)/Cemu + src: $CACHE/hook + - extract: + dst: $GAMEDIR/drive_c/Program Files (x86)/Cemu/graphicPacks/downloadedGraphicPacks + file: packs + - write_file: + content: bleh + file: $GAMEDIR/drive_c/Program Files (x86)/Cemu/controllerProfiles/Xbox_Controller.txt + - merge: + dst: $GAMEDIR/drive_c/Program Files (x86)/Cemu/controllerProfiles + src: controller + system: + disable_compositor: true + env: + R600_DEBUG: nohyperz + __GL_THREADED_OPTIMIZATIONS: 1 + mesa_glthread: "true" + vblank_mode: 0 + wine: + esync: true + overrides: + dbghelp: native,builtin + mscoree: disabled + mshtml: disabled