Commit Graph

11 Commits

Author SHA1 Message Date
Maschell
80aea7b989 -Fixed displaying bug (folder were also displayed as files)
- Fixed bug in downloading files (Fixes download system files + maybe
some other)
- Improved/fixed hashing of files in unhashed content files
2016-12-06 20:06:24 +01:00
Maschell
6dead58500 Fixed downloading/displaying empty folders, downloading DLC into a seperate folder
- printing more information about the title when loaded
(encrypted/decrypted key,version,name,titleid)
-version bump to 0.3
2016-11-22 22:37:05 +01:00
Maschell
f03719487f added hash checks and auto update
- Added serval hash checks (h0-h3 + h3 file hash)
- If the decrypted file already exists,  but the hash is missing it'll
re downloaded.
- to download the meta.xml the beginning the cached files will be used
if they exist.
- improved content type detection (fixed issue with some wrong decrypted
files in the code folder)
- added an automatic updatelist.csv updater
- refactoring / code cleanup / several small fixes I don't remember

note: make sure to use the new config file. It contains the URL's for
the auto update feature
2016-10-31 15:08:14 +01:00
Maschell
6e595b9305 -Fixed creating title.cert
-Fixed downloading .h3 files
-Improves logging
2016-10-23 05:36:33 +02:00
Maschell
e2bd327368 added -file parameter
Now you can use a regex to download only some files via command line
example:
java -jar jnustool.jar TITLEID -file /code/.*.rpx
to download just the -rpx file
updated the csv file
2016-10-21 20:09:52 +02:00
Maschell
d9dd8371b4 Several bugfixes, updated the CSV, and added the filelist.txt creation when downloading updates
Also started to add some comments (finally) :D
2016-04-11 12:48:21 +02:00
Maschell
146de37d27 Fixed small typo + removed debug prints 2016-03-02 21:00:42 +01:00
Maschell
85f87c57bb Added download of encrypted content
- Decryption from files
- Decryption to new folder structures
- updates csv with version numbers
- download and decrypt different versions (gui only)
2016-03-02 19:48:04 +01:00
Maschell
626104209d Added multi selection and meta downloader
-added a progress function
-added a meta download button
-added mutli selection of titles
-fixed byte[] to String function
2016-02-06 18:25:08 +01:00
Maschell
5c1c02daba Refactored the decryption, added new gui to choose update
added one line to config file (for updatelist)
added updatelist.csv
added a new crappy gui for the update list (i need someone for the gui
stuff:'D)
removed JAVA 7 support (sorry)
2016-02-05 16:40:26 +01:00
Maschell
eb5657ebf6 Code cleanup! 2016-02-02 19:38:53 +01:00