Home

Awesome

NX Game Info

Build status Build status
Nightly build (Windows) https://ci.appveyor.com/project/garoxas/nx-game-info/build/artifacts
Nightly build (Command Line Interface) https://ci.appveyor.com/project/garoxas/nx-game-info-cli/build/artifacts
Stable build https://github.com/garoxas/NX_Game_Info/releases

Features

Information

How to

NX Game Info uses prod.keys, title.keys and console.keys in the format as defined in https://github.com/garoxas/LibHac/blob/NX_Game_Info/KEYS.md and hac_versionlist.json from tagaya CDN server

The application will look for these files at the following locations (other file locations will follow wherever prod.keys file was found)

Export menu supports exporting current list to either CSV or XLSX. For CSV file, default delimiter to use is comma ( , ) and user defined character can be set in user.settings by specifying the delimiter character in CsvSeparator field

Compressed NCA is not supported, but there is an option to make the application accept XCZ and NSZ file extension by setting NszExtension field in user.settings. Please note that issues related to these file extensions will not be supported

macOS

Open File/Directory

NX_Game_Info_macOS.png

Open SD Card

NX_Game_Info_macOS_SD_Card.png

Windows

Open File/Directory

NX_Game_Info_Windows.png

Open SD Card

NX_Game_Info_Windows_SD_Card.png

Command Line Interface (Windows, macOS, Linux)

Usage

Windows

nxgameinfo_cli.exe [-h|--help] [-d|--debug] [-c|--sdcard] [-s(titleid|titlename|filename)|--sort=(titleid|titlename|filename)] [-z|--nsz] paths...

macOS, Linux

mono nxgameinfo_cli.exe [-h|--help] [-d|--debug] [-c|--sdcard] [-s(titleid|titlename|filename)|--sort=(titleid|titlename|filename)] [-z|--nsz] paths...

Parameters

Windows

Install .NET Core Runtime from the following link
https://dotnet.microsoft.com/download?initial-os=windows

NX_Game_Info_Windows_cli.png

macOS

Install Mono (Visual Studio channel) from the following links
https://www.mono-project.com/download/stable/#download-mac

NX_Game_Info_macOS_cli.png

Linux (Ubuntu)

Install Mono from the following links
https://www.mono-project.com/download/stable/#download-lin-ubuntu

NX_Game_Info_Linux_cli.png

Credits

@Thealexbarney for the LibHac library.
@switchbrew for the documentation on the Nintendo Switch.
@gibaBR for the Switch-Backup-Manager project.