Homebrew Official WupInstaller y Mod - with multiple install folders

nexusmtz

Well-Known Member
Member
Joined
Feb 17, 2016
Messages
1,386
Trophies
0
XP
1,425
Country
United States
Do you need to install this to NAND or USB if you plan on installing backups to the USB drive?
You run this from your SD card using Homebrew Launcher (or Haxchi or whatever). It doesn't get installed onto your system. You make the choice of destination for your titles from within this program.

In case it's not clear, you only need this program to install the titles, not to run them.
 

Murlocking

Well-Known Member
Newcomer
Joined
Feb 3, 2018
Messages
81
Trophies
0
Age
35
XP
101
Country
Canada
You run this from your SD card using Homebrew Launcher (or Haxchi or whatever). It doesn't get installed onto your system. You make the choice of destination for your titles from within this program.

In case it's not clear, you only need this program to install the titles, not to run them.

Ok, thanks... I see, so it's not an installed channel.
 
  • Like
Reactions: nexusmtz

JakobKG

Member
Newcomer
Joined
Feb 19, 2018
Messages
9
Trophies
0
Age
28
XP
51
Country
Norway
Oh hey that's me. I'll make a PR with my business once I've cleaned it up a little

To be clear my mod implements the padscore library, so that's wiimote, Wii classic controller, Wii Pro controller and Wii U Pro controller. Basically all the wireless things!

e: Here's the .elf of my version if you're brave and want to run my code without reading it. I swear I won't sniff your Wii U for saved eShop credit card details and email them to myself. :creep:
 

Attachments

  • wupinstaller.zip
    15.9 KB · Views: 203
Last edited by JakobKG,

Madridi

Card Collector
Member
Joined
May 9, 2008
Messages
3,562
Trophies
2
Age
38
Location
Doha
XP
3,071
Country
Qatar
Oh hey that's me. I'll make a PR with my business once I've cleaned it up a little

To be clear my mod implements the padscore library, so that's wiimote, Wii classic controller, Wii Pro controller and Wii U Pro controller. Basically all the wireless things!

e: Here's the .elf of my version if you're brave and want to run my code without reading it. I swear I won't sniff your Wii U for saved eShop credit card details and email them to myself. :creep:
Nice work :)

Could you base your changes on this fork though? It has blacklisting removed
https://github.com/NotANullPointer/wupinstaller/commits/master

You can refer to post 37 and 87 from this thread
https://gbatemp.net/threads/updating-to-5-5-1-or-5-5-2-from-lower-versions.478867/page-5
 
  • Like
Reactions: leerz

JakobKG

Member
Newcomer
Joined
Feb 19, 2018
Messages
9
Trophies
0
Age
28
XP
51
Country
Norway
I can do that, mind sharing what removing the blacklist does and why that's an improvement? Genuinely curious, I never heard of this before and like to know what I'm working on :)

I skimmed the commits and he doesn't seem to touch any of the parts I do in any meaningful capacity so putting my stuff on top of his should be trivial.
 

Madridi

Card Collector
Member
Joined
May 9, 2008
Messages
3,562
Trophies
2
Age
38
Location
Doha
XP
3,071
Country
Qatar
I can do that, mind sharing what removing the blacklist does and why that's an improvement? Genuinely curious, I never heard of this before and like to know what I'm working on :)

I skimmed the commits and he doesn't seem to touch any of the parts I do in any meaningful capacity so putting my stuff on top of his should be trivial.
Ah, just saw this, since I wasn't quoted.

Yeah sure, you'd also get more info if you read that same link.
Post 25 over here explains it:
https://gbatemp.net/threads/updatin...rom-lower-versions.478867/page-2#post-7475878

Essentially, this will allow us to install system titles. The mods we have now dont allow that
 

ince

Member
Newcomer
Joined
Jan 24, 2015
Messages
8
Trophies
0
Age
44
XP
69
Country
United States
can anyone tell me how to install games with this when the download ends up with three folders code content and meta
 

x65943

i can be your sega dreamcast or sega nightmarecast
Supervisor
GBAtemp Patron
Joined
Jun 23, 2014
Messages
6,230
Trophies
3
Location
ΗΠΑ
XP
26,440
Country
United States

ince

Member
Newcomer
Joined
Jan 24, 2015
Messages
8
Trophies
0
Age
44
XP
69
Country
United States
thanks x65943. I have usb helper but I am trying to get the games not on there and ended up with one in the above format.

Found the tutorial but wow this is not easy.
 
Last edited by ince,
  • Like
Reactions: x65943

x65943

i can be your sega dreamcast or sega nightmarecast
Supervisor
GBAtemp Patron
Joined
Jun 23, 2014
Messages
6,230
Trophies
3
Location
ΗΠΑ
XP
26,440
Country
United States
thanks x65943. I have usb helper but I am trying to get the games not on there and ended up with one in the above format.

Found the tutorial but wow this is not easy.
Whag games are not on there? If it injected games just use loadiine.
 

x65943

i can be your sega dreamcast or sega nightmarecast
Supervisor
GBAtemp Patron
Joined
Jun 23, 2014
Messages
6,230
Trophies
3
Location
ΗΠΑ
XP
26,440
Country
United States
How do i use this? I have a hard drive.
Run wupinstaller using the Homebrew launcher

Put your installable files in install/game

Make sure you aren't trying to install loadiine ready or isos

Install games using in screen prompts
 

jacobsson

Well-Known Member
Member
Joined
Oct 30, 2019
Messages
165
Trophies
0
Age
38
XP
769
Country
Sweden
Oh hey that's me. I'll make a PR with my business once I've cleaned it up a little

To be clear my mod implements the padscore library, so that's wiimote, Wii classic controller, Wii Pro controller and Wii U Pro controller. Basically all the wireless things!

e: Here's the .elf of my version if you're brave and want to run my code without reading it. I swear I won't sniff your Wii U for saved eShop credit card details and email them to myself. :creep:

Hi! I just saw this post (I know it's a long time ago) and I'm trying to fully get rid of any gamepad-dependencies when possible.
I'm really curious, did you ever make a version for the black-list fork? Thanks mate!

EDIT: or if you have the code diff I can make pull request
 
Last edited by jacobsson,

huma_dawii

Well-Known Member
Member
Joined
Apr 3, 2014
Messages
3,880
Trophies
2
Age
33
Location
Planet Earth
XP
4,270
Country
United States
Hi! I just saw this post (I know it's a long time ago) and I'm trying to fully get rid of any gamepad-dependencies when possible.
I'm really curious, did you ever make a version for the black-list fork? Thanks mate!

Funny we are both here ahahahha I'm so curious and want to try this out
 

ChoChoCup

Well-Known Member
Newcomer
Joined
May 9, 2020
Messages
86
Trophies
0
Age
23
XP
417
Country
United States
hey uh certain files are refusing to install and it says verify all files are there but they are there..?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    SylverReZ @ SylverReZ: Or Genesis.