You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# NX Game Info
2
2
3
3
# Features
4
-
- NSP, XCI and installed titles on Switch SD card
4
+
- NSP, XCI, NRO and installed titles on Switch SD card
5
5
- Game files structure (Scene Release, CDN Rip, Authoring Tool, Converted from other formats)
6
6
- NCA signature to verify official Nintendo titles. Unmodified titles should pass this verification, although titles converted from other formats will not
7
7
- Filesystem services permissions. Game titles should not have excessive permissions, and only trust titles with `Unsafe` and `Dangerous` from reliable source
@@ -25,6 +25,7 @@
25
25
- Distribution
26
26
-*Digital:* eShop titles (NSP)
27
27
-*Cartridge:* Gamecard titles (XCI)
28
+
-*Homebrew:* Homebrew titles (NRO)
28
29
-*Filesystem:* Installed titles on Switch SD card (NAX0)
29
30
- Structure
30
31
-*Scene (for XCI files):* XCI files with `Update Partition`, `Normal Partition` and `Secure Partition`
@@ -50,7 +51,7 @@ NX Game Info uses `prod.keys`, `title.keys` and `console.keys` in the format as
50
51
`master_key_##`, `key_area_key_application_##` and `titlekek_##` will also be necessary to decrypt titles with higher MasterKey requirement
51
52
-*title.keys*: Optional, but required for `Permission` check
52
53
-*console.keys*: Optional, but `sd_seed` key required for `Open SD Card` feature
53
-
-*hac_versionlist.json*: Optional, but required for `Latest Version` feature
54
+
-*hac_versionlist.json*: [Optional](https://pastebin.com/raw/9N26Bx10), but required for `Latest Version` feature
54
55
55
56
The application will look for these files at the following locations (other file locations will follow wherever `prod.keys` file was found)
0 commit comments