Hacking JNUSTool unofficial GUI mod

Olmectron

Well-Known Member
OP
Member
Joined
Dec 31, 2012
Messages
2,657
Trophies
2
Age
31
Location
A game
XP
3,855
Country
Mexico
https://github.com/Olmectron/JNUSTool/releases/tag/v0.6

v0.6 released

  • Title list is now parsed from a certain title site if you write it down correctly in the Settings pane. The downloads from this list will include the TIK, if existing in the title site.
  • Fixed queue behavior a bit. It should complete the list now. However, simultaneous downloads are broken right now.
  • Added Downloads folder option in the Settings pane. Specify here the directory you want everything to be downloaded to.
  • Downloaded titles will now be saved to [TITLEID]NAME_REGION_TYPE folders.
 

Juancafr

Member
Newcomer
Joined
Jan 10, 2007
Messages
24
Trophies
1
XP
301
Country
https://github.com/Olmectron/JNUSTool/releases/tag/v0.6

v0.6 released

  • Title list is now parsed from a certain title site if you write it down correctly in the Settings pane. The downloads from this list will include the TIK, if existing in the title site.
  • Fixed queue behavior a bit. It should complete the list now. However, simultaneous downloads are broken right now.
  • Added Downloads folder option in the Settings pane. Specify here the directory you want everything to be downloaded to.
  • Downloaded titles will now be saved to [TITLEID]NAME_REGION_TYPE folders.

Do not leave the titles are there to put some different web?
 

uqbn

Well-Known Member
Newcomer
Joined
Feb 2, 2015
Messages
73
Trophies
0
Age
40
XP
129
Country
Serbia, Republic of
How would I know the name of "a certain title site" if v0.5 never has had this info in the Settings pane? "Bear's good turn" (Russian idiom). Thanx anyway.
 

Redirr

X11 Extreme.
Member
Joined
Dec 4, 2014
Messages
539
Trophies
0
Location
São Paulo, Brazil
XP
587
Country
Brazil
https://github.com/Olmectron/JNUSTool/releases/tag/v0.6

v0.6 released

  • Title list is now parsed from a certain title site if you write it down correctly in the Settings pane. The downloads from this list will include the TIK, if existing in the title site.
  • Fixed queue behavior a bit. It should complete the list now. However, simultaneous downloads are broken right now.
  • Added Downloads folder option in the Settings pane. Specify here the directory you want everything to be downloaded to.
  • Downloaded titles will now be saved to [TITLEID]NAME_REGION_TYPE folders.
Thank you so much.

I'll try right now. I was using last version but could only download 2 at time, if i queue 3 or more its just stop everything.

Do i need to put modified tik?
 

Olmectron

Well-Known Member
OP
Member
Joined
Dec 31, 2012
Messages
2,657
Trophies
2
Age
31
Location
A game
XP
3,855
Country
Mexico
Ain't this obvious?
What's the name of this ACTS? Ain't it the same as in v0.5? If positive why don't you include it to v0.6?
I just added the feature to download the titles list from that site in this release. 0.5 had no such a feature, so it didn't include anything like the site's address.

Sorry, but it can't be shared here, that's the reason for not including it in the app.
 
  • Like
Reactions: uqbn

ppeterr

Well-Known Member
Member
Joined
Sep 7, 2016
Messages
127
Trophies
0
Age
123
XP
79
Country
Netherlands
https://github.com/Olmectron/JNUSTool/releases/tag/v0.6

v0.6 released

  • Title list is now parsed from a certain title site if you write it down correctly in the Settings pane. The downloads from this list will include the TIK, if existing in the title site.
  • Fixed queue behavior a bit. It should complete the list now. However, simultaneous downloads are broken right now.
  • Added Downloads folder option in the Settings pane. Specify here the directory you want everything to be downloaded to.
  • Downloaded titles will now be saved to [TITLEID]NAME_REGION_TYPE folders.


thank you a lot !! i used your first version without these options, was good enough for me to do them all :P
 
  • Like
Reactions: Olmectron

zeldaism

Well-Known Member
Member
Joined
Apr 19, 2016
Messages
844
Trophies
0
Age
26
XP
1,350
Country
United States
https://github.com/Olmectron/JNUSTool/releases/tag/v0.6

v0.6 released

  • Title list is now parsed from a certain title site if you write it down correctly in the Settings pane. The downloads from this list will include the TIK, if existing in the title site.
  • Fixed queue behavior a bit. It should complete the list now. However, simultaneous downloads are broken right now.
  • Added Downloads folder option in the Settings pane. Specify here the directory you want everything to be downloaded to.
  • Downloaded titles will now be saved to [TITLEID]NAME_REGION_TYPE folders.
HYPE!
 

cearp

瓜老外
Developer
Joined
May 26, 2008
Messages
8,736
Trophies
2
XP
8,569
Country
Tuvalu
just curious, how come you check the type for h3 files using:
Code:
if ((type & 0x02) == 0x02){
this would be true for '2002' also, but i think the only files that have h3 files are '2003', yes?
i don't think i saw any '2002' files, but, maybe you know something i don't? :)


-- oops, this is a mod? i'm not sure if your wrote the code i'm talking about :D sorry
 
Last edited by cearp,

victormr21

Well-Known Member
Member
Joined
Dec 29, 2015
Messages
565
Trophies
0
XP
498
Country
Hi! @Olmectron
Cool! It's good update the program eventually adding new features...
But I'll be using v0.5, in the new version I introduced the web and it showed some games Ex: in 0.5 (with Nintendo servers) there were 380 EUR games, in 0.6 (with this title web) 37 EUR games
Bye!
EDIT: you can improve the Nintendo servers option in version 0.7 :P
 
  • Like
Reactions: Olmectron

Olmectron

Well-Known Member
OP
Member
Joined
Dec 31, 2012
Messages
2,657
Trophies
2
Age
31
Location
A game
XP
3,855
Country
Mexico
Hi! @Olmectron
Cool! It's good update the program eventually adding new features...
But I'll be using v0.5, in the new version I introduced the web and it showed some games Ex: in 0.5 (with Nintendo servers) there were 380 EUR games, in 0.6 (with this title web) 37 EUR games
Bye!
EDIT: you can improve the Nintendo servers option in version 0.7 :P
v0.5 loaded title list from an included file.

It included were more titles because it had eShop games in it too. This only loads games with TIK files in that title site.

--------------------- MERGED ---------------------------

just curious, how come you check the type for h3 files using:
Code:
if ((type & 0x02) == 0x02){
this would be true for '2002' also, but i think the only files that have h3 files are '2003', yes?
i don't think i saw any '2002' files, but, maybe you know something i don't? :)


-- oops, this is a mod? i'm not sure if your wrote the code i'm talking about :D sorry
Ask that to @Maschell. He wrote everything there.
 
  • Like
Reactions: cearp

cearp

瓜老外
Developer
Joined
May 26, 2008
Messages
8,736
Trophies
2
XP
8,569
Country
Tuvalu
"Bear's good turn" (Russian idiom).
what does it mean? :)
and google 'wiiu title key site', for me it is the first result.

--------------------- MERGED ---------------------------

How to download DLC?
i'm not sure if this does support dlc, at least out of the small selection on the titlekey site.
if it does it would be simple, just download like a game

FunKiiU supports dlc, and patches it (unlocks all dlc)
 
  • Like
Reactions: Olmectron

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    AncientBoi @ AncientBoi: Chips Ahoy cookies :D:wub::D