Merges Nintendo Switch Dumps. (MIRROR)
Go to file
Omar f3a9c9849e Hack to change error log entry, binding color is not working 2021-10-22 19:39:14 -04:00
assets Initial commit 2021-10-21 22:22:45 -04:00
src Hack to change error log entry, binding color is not working 2021-10-22 19:39:14 -04:00
.gitignore Initial commit 2021-10-21 22:22:45 -04:00
README.md Initial commit 2021-10-21 22:22:45 -04:00

README.md

# nxDumpFuse

Cross platform tool used to fuse together Nintendo Switch dumps (e.g. dumped using nxDumpTool) built with Avalonia and .NET 5 for learning purposes. Inspired by nxDumpMerger which is referenced in yuzu's Quickstart Guide.

Tested on

  • Windows 10/11
  • Linux (Ubuntu/Debian/Fedora)

Will most likely also work on MacOS however I only have an old MBP running 10.10.5 which isn't compatible, if anyone tests successfully let me know.

Supported filename formats

  • file.ns#
  • file.nsp.##
  • file.xc#
  • file.xci.##
  • folder/##

Using on Ubuntu

The release for Ubuntu includes nxDumpFuse.sh and Run Executable.desktop files which can be used to launch the program via the UI, or it can just be run directly via the terminal.

  • Make sure nxDumpFuse is set to Allowing executing file as program via properties or with sudo chmod +x %PATH%/nxDumpFuse

  • If using the shell script make sure it is executable and in the same directory as nxDumpFuse, then just double click on the shell script to launch.
  • The desktop launcher is based on yurad's answer found here, copy it to ~/.local/share/applications. Then just right click on nxDumpFuse and select the launcher via Open With Other Application -> View All Applications -> Run Executable, aftwards it will be available directly in the context menu on right click.

Other OSes

Just open as usual by double clicking nxDumpFuse

Screenshots

Windows

Ubuntu

Fedora 34