Gee19 / emusak-ui

This is a tool which allows you to download saves, shaders and mods for Nintendo Switch emulators using a compatible Emusak backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emusak UI

showDownloads showVersion showLatestCommit showLicense

Emusak-ui is a graphical mod for Emusak. This is a tool which allows you to download saves and shaders for Nintendo Switch emulators using a compatible Emusak backend supported by both Linux and Windows.

screenshot

Installation

Just go to the releases page and download the latest build for your OS. Only on Windows there is an auto update feature.

Windows

Install the software by executing the .exe file. Afterwards, you can remove the software like any other program on your computer.

Linux

Debian

Download the .deb file, then install it with sudo dpkg -i ./emusak-ui-X.Y_amd64.deb.

Arch Linux

Download emusak's PKGBUILD and install it with makepkg -si or use your favorite AUR helper.

Red Hat Linux

Download the .rpm file, then install it with sudo rpm -i /emusak-ui-X.Y-1.x86_64.rpm.

Universal

Download the .AppImage file, then mark it as executable and run it.

Features

  • Add one or multiple Ryujinx folders (where Ryujinx.exe is located) to manage mainline, portable and LDN build if any
  • List your game library
  • Display your local shaders count & emusak shaders count (to download them if you have fewer shaders)
  • Update firmware
  • Update production keys
  • Download save for specific game
  • Download shaders for specific game
  • Downloads mods for specific game
  • You can share shaders in just one click if you have more shaders than emusak

Todo :

  • Add Yuzu support
  • Add PPA for Ubuntu users

Contributing

Requirements :

  • NodeJS v14+
  • Yarn npm i -g yarn

Set a valid EmuSAK CDN URL in a variable :

(powershell): $Env:EMUSAK_URL = 'http://...'
(bash): export EMUSAK_URL = 'http://...'

Install & run

yarn install
yarn dump-games
yarn dev

Thanks

  • Sin for creating a nice community and init the ideas
  • Niwu for testing, suggestions and help me to match Switch title IDs to game name
  • Joshi for updating the backend to create a nice software
  • LiveLM for putting some love to Arch Linux users

About

This is a tool which allows you to download saves, shaders and mods for Nintendo Switch emulators using a compatible Emusak backend

License:GNU General Public License v3.0


Languages

Language:TypeScript 94.4%Language:JavaScript 2.8%Language:CSS 1.2%Language:HTML 0.8%Language:Shell 0.7%