StudentBlake
2370bc6cf4
Minor cleanup, update keys, add portable publish profile
2022-11-13 11:50:57 -05:00
StudentBlake
c0616a2873
Make GENERAL display game version and patch version, fix #62 , minor cleanup
2021-10-31 12:35:51 -04:00
StudentBlake
2171444583
Add back GameRevision
2021-10-30 21:59:34 -04:00
StudentBlake
2a889e76fc
Merge branch 'pr/55' into zzpong-fixes
2021-10-30 21:15:23 -04:00
Blake
fdf8e56113
Merge pull request #60 from CaiMiao/CaiMiao-patch-1
...
Fix loading Chinese language
2021-10-30 21:08:37 -04:00
StudentBlake
e39c37f78d
Disable trim button after trimming
2021-10-30 20:58:13 -04:00
StudentBlake
cfc3c70566
Update to .NET 6, fix #61 , make message boxes less annoying, bump version to v1.6.0
2021-10-30 20:28:22 -04:00
Fumii Chuu
5be7b02b89
Fix loading Chinese language
...
Must use this formal name or won't load correctly
2021-01-11 14:55:35 +08:00
zzpong
728b940d0e
New Version With Detailed Game Contents
...
This pull request extends XCI-Explorer with more detailed game contents:
- Detailed contents of Super XCI/NSPs supported;
- "GENERAL" of "Contents" in XCI-Explorer will always show the newest game version recognized from their Super XCI/NSPs.
And some fix:
- Fix issue #16 : NSP and NSZ file extraction supported;
- Fix the problem that extraction of a file smaller than 8kb failed to work properly;
- Fix the display of some NSZ or DLC informations;
- Extend drag and drop support to a larger area.
This version has been tested for a while, only some modified Super XCI/NSPs (e.g. localization etc) fail to get recognized, due to their corrupted nca header.
2020-04-09 21:35:35 +08:00
Blake
24fab83cd4
Changed to target .NET 4.8, bumped version number, fixed lingering temp files
2020-03-08 12:29:55 -04:00
zzpong
7de76c8b39
C# function introduced for better computational efficiency
...
Logic improved, masterkey version larger than masterkey0f supported, code optimized.
2020-03-08 22:56:03 +08:00
zzpong
156a8634a3
format fixed
2020-03-01 16:13:39 +08:00
zzpong
dab1d0ab82
master_key_0a supported, fix issue #50 and more
...
Thanks for your great efforts on this work. This Pull Request add these functions:
1. masterkey_0a (or masterkey_10) support. Newest hactool is required for correct XCI information display;
2. small 1GB gamecard size capacity supported instead of "?";
3. now XCI-explorer support both "masterkey_0a" or "masterkey_0A" in "keys.txt" for users' convenience.
However, I am new to C# with few knowledge on its functions. Therefore, the efficiency of this modified code can be further improved. Please feel free to change anything if you need.
Moreover, now the code could only support no more than masterkey_0F from the future, and this also need to be fixed.
2020-03-01 15:55:47 +08:00
Blake
72fc846986
Disable trim ASAP if XCI can't be trimmed
2019-11-13 13:29:41 -05:00
Blake
18fb5eb3b7
Merge pull request #48 from CodingKoopa/master
...
Add mono support
2019-11-11 16:36:16 -05:00
Blake
526f8e3e7b
Minor key update
2019-11-11 16:29:36 -05:00
Blake
3b8dc168b4
Added edge-case error handling, reverted game revision display change, disable trim button if XCI is already trimmed
2019-11-11 16:05:17 -05:00
Koopa
ef59875017
Use platform independent directory seperators.
...
The "Path.DirectorySeparatorChar" variable contains a directory
separator that works on both Windows, and the Unixes.
2019-11-04 16:56:23 -05:00
Blake
22b44a6365
Support for .nsz, proper check for shop files
2019-10-25 16:47:30 -04:00
Blake
910ff77af8
Corrected displayed MasterKey text
2019-10-07 15:50:05 -04:00
Blake
4c492d78f7
Minor bump
2019-10-07 14:52:08 -04:00
Garoxas
0a6d39a23d
Handle NSP without .cnmt.xml
2019-05-25 08:08:03 +07:00
Blake
31575a6a61
Updated MasterKey text
2019-05-05 22:26:45 -04:00
StudentBlake
ab3e68e8a6
Simplified function, removed leftover files
2019-04-23 11:30:00 -04:00
StudentBlake
4b38e27b2e
Changed text to display MasterKey6/7/8 firmware versions
2019-04-23 10:57:00 -04:00
StudentBlake
ae0ff7a7dd
Removed old code, changed target framework to latest
2019-04-14 14:10:10 -04:00
StudentBlake
ee752c1e3c
Changed formatting (for the last time)
2019-04-14 13:17:26 -04:00
StudentBlake
5ee76c270d
Removed unnecessary if statement and reintroduced code removed from slight refactoring
2018-12-12 00:47:11 -05:00
StudentBlake
dcaf9dcc01
Seperate designer code from main form code
2018-11-29 12:55:03 -05:00
StudentBlake
e1970d1c40
Switched Game Rev. and Update Rev.
2018-11-29 00:42:35 -05:00
StudentBlake
465bfa70a3
Remove Fody and remaining warnings, add consistant spacing to some classes
2018-11-27 12:11:05 -05:00
StudentBlake
afe9ebb6a3
Don't make the window maximizable
2018-11-25 13:32:49 -05:00
StudentBlake
c53bfd4e26
Increased read max files for NSP and clear form data every load
2018-11-25 13:25:15 -05:00
StudentBlake
4bbb1529e9
Update Fody
2018-11-25 12:49:48 -05:00
StudentBlake
d99c87f75f
Updated MasterKey5 text
2018-11-25 12:13:12 -05:00
Garoxas
a9ae8163d3
fallback if MasterKey revision not supported by hactool
2018-09-21 11:14:52 +07:00
StudentBlake
4fe5021c91
Properly close NSP when done, minor text and logic changes
2018-09-13 14:49:45 -04:00
Garoxas
a1649597f8
NSP update version based on .cnmt.xml
2018-09-12 22:10:18 +07:00
StudentBlake
37e1d37823
Some NSP updates have a lot of NCA files
...
Capping it at 20 was too small. I've raised the cap to 100. Needs more testing to see if it break anything else
2018-09-04 12:17:54 -04:00
StudentBlake
55d9c0c8a9
Small fix for duplicate languages sometimes showing up in the combobox for XCI files
2018-09-01 00:50:10 -04:00
StudentBlake
b5a4d41dd2
Small fix for 1-2 Switch (and possibly other games) only showing some icons in different langauges
2018-09-01 00:37:03 -04:00
StudentBlake
6f82f6abdd
Hash validation added back in
2018-09-01 00:17:51 -04:00
Garoxas
c481704f40
fix issue with Sonic Mania in the latest commit, fix NSP scene release issue
2018-09-01 10:05:03 +07:00
Garoxas
de7e2878b1
fix games with version string containing non-digit characters cannot be opened, fix Super Bomberman R cannot be opened #17
2018-08-27 23:05:37 +07:00
Garoxas
9aabeb611c
Fix Game Revision not always up to date #5
2018-08-17 01:54:29 +07:00
StudentBlake
f20a7dc62c
Implemented Giba's version of NSP loading
...
Removed nstoolmod requirements
2018-08-15 03:57:15 -04:00
StudentBlake
70ce26fcd2
Sped up NSP loading (nstoolmod), folder restructure, view cert shows directory of file
2018-07-31 12:35:05 -04:00
StudentBlake
ec296621b7
Able to read NSP files
2018-07-26 15:10:14 -04:00
StudentBlake
8101cf961f
Reverted hash support because some games (Sonic Mania) cause the program to break
2018-07-18 11:24:45 -04:00
StudentBlake
ddf2d40636
Minor tweak
2018-07-09 14:57:08 -04:00