Homebrew Official hbl2hbc v1.1 - boot from wiiu HBL into vwii HBC

  • Thread starter FIX94
  • Start date
  • Views 122,394
  • Replies 322
  • Likes 54

mive

Well-Known Member
Member
Joined
Jul 19, 2018
Messages
252
Trophies
0
Age
40
XP
598
Country
Germany
yet another addition:

I didn't like that the config file has to be in the root folder of the sd card (I prefer the wiiu/apps/hbc2hbl/ folder) so I added the possibilty to use either
/sd/hbl2hbc.txt
or
/sd/wiiu/apps/hbl2hbc/hbl2hbc.txt
or
/sd/wiiu/apps/hbl2hbc.txt (dont use this location. just added this because elf file could also launched from here)
 

Attachments

  • hbl2hbc_multiple_config_file_locations.zip
    46.6 KB · Views: 514
  • hbl2hbc_multiple_config_file_locations_patch.zip
    972 bytes · Views: 361

AdamCatalyst

Well-Known Member
Member
Joined
May 26, 2020
Messages
179
Trophies
0
XP
1,128
Country
Canada
I made a small modification which switches to 480p mode before booting the channel, maybe someone else is interested. I did read on some sites that the wiiu does a poor job at upscaling to 720/1080p and picture quality is better if using native wii resolution (480p). But I often forget to switch before booting vWii so I made this modification of hbc2hbl (I'm only a hobby programmer so code might be horrible).

All credits go to Fix94 (as I used parts of his code from "wiiu-video-mode-changer")

(
location for hbl2hbc.elf is sd:/wiiu/apps/hbl2hbc
default hbl2hbc.txt included. location is root of sd card
)

Thank-you for sharing these mods!!!

Please excuse my ignorance, but what is the patch file for?
 
  • Like
Reactions: lordelan

danny19901

Well-Known Member
Member
Joined
Feb 12, 2016
Messages
633
Trophies
0
Age
32
XP
1,569
Country
@FIX94 I'm assuming this method won't give game pad support but will allow use of USB ports. I normally use injects but lack of not being able to read USB Ports and few other draw backs would be cool if that issue was fixed for injects though
 

ReveriePass

Well-Known Member
Member
Joined
Jan 8, 2019
Messages
104
Trophies
0
XP
526
Country
United States
the patch files can be used to patch the source code before you compile it.

if you just want to use the application you dont need them

Thank you so much for this! It is so useful.

Could you make a version that boots to USB Loader GX instead of the Homebrew Channel?

Additionally, could you make a version that boots into ConnectMii?
Connect me is found in: sd/apps/ConnectMii

Thanks so much!!

EDIT: I now realize I can do this myself. Apologies for not understanding this app.
 
Last edited by ReveriePass,
  • Like
Reactions: mive and larryd

diegorocha2007

New Member
Newbie
Joined
Mar 29, 2021
Messages
2
Trophies
0
Age
30
XP
292
Country
Brazil
I made a small modification which switches to 480p mode before booting the channel, maybe someone else is interested. I did read on some sites that the wiiu does a poor job at upscaling to 720/1080p and picture quality is better if using native wii resolution (480p). But I often forget to switch before booting vWii so I made this modification of hbc2hbl (I'm only a hobby programmer so code might be horrible).

All credits go to Fix94 (as I used parts of his code from "wiiu-video-mode-changer")

(
location for hbl2hbc.elf is sd:/wiiu/apps/hbl2hbc
default hbl2hbc.txt included. location is root of sd card
)

Can this be done to Wii/GC injects made with TeconMoon's WiiVC Injector to achieve a 480p output too?
This way one can boot straight into the game, and straight in 480p mode, without booting vWii in advance.
 

mive

Well-Known Member
Member
Joined
Jul 19, 2018
Messages
252
Trophies
0
Age
40
XP
598
Country
Germany
I dont know much about game injecting but imo this would only be possible if you can add homebrew which needs to be booted before the game boots (somewhat similar to that vwii overclock thingy)
 
  • Like
Reactions: diegorocha2007

diegorocha2007

New Member
Newbie
Joined
Mar 29, 2021
Messages
2
Trophies
0
Age
30
XP
292
Country
Brazil
I dont know much about game injecting but imo this would only be possible if you can add homebrew which needs to be booted before the game boots (somewhat similar to that vwii overclock thingy)
Oh, I see. Seems too troublesome. I'll stick with the current method for now.
 

Nomado

Well-Known Member
Member
Joined
Mar 15, 2014
Messages
151
Trophies
1
Location
Roma
XP
1,546
Country
Madagascar
Hi, @mive. Thanks for the awesome mod.
Can you please make 1080p version that includes multiple config location and has display off?
Would be nice to be able to boot to vWii with display off.
On my display, 480p looks much worse than 1080p upscaled by WiiU itself but it would be nice to be able to boot to vWii with display off.
Also is "display off" different than selecting TV only? or are they same?
 
Last edited by Nomado,

mive

Well-Known Member
Member
Joined
Jul 19, 2018
Messages
252
Trophies
0
Age
40
XP
598
Country
Germany
yes, of course this is possible, although it would be better to have a setting for this (like WIIU_GAMEPAD_DISPLAY). I started working on this a few weeks ago but got distracted.

WIIU_GAMEPAD_DISPLAY=OFF uses only the tv, so yes its the same as tv only
WIIU_GAMEPAD_DISPLAY=ONLY uses only the wiiu gamepad display (although if you like it that way you can also just turn off your tv or switch source. so its not that useful but I thought I add it anyway)
 
  • Like
Reactions: Nomado

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,138
Country
United States
the usb loader gx forwarder on the wii u side uses this hbl2hbc, so using the dark mode through cbhc and the hbl causes it to black screen. I've stopped using dark mode, because there are a couple bugs with it (nothing too major). I tested it for about a week.
 

Nomado

Well-Known Member
Member
Joined
Mar 15, 2014
Messages
151
Trophies
1
Location
Roma
XP
1,546
Country
Madagascar
yes, of course this is possible, although it would be better to have a setting for this (like WIIU_GAMEPAD_DISPLAY). I started working on this a few weeks ago but got distracted.

WIIU_GAMEPAD_DISPLAY=OFF uses only the tv, so yes its the same as tv only
WIIU_GAMEPAD_DISPLAY=ONLY uses only the wiiu gamepad display (although if you like it that way you can also just turn off your tv or switch source. so its not that useful but I thought I add it anyway)
Thanks, glad to hear about that. I wanted to go straight into USB loader GX with Display off without having to use Wii Remote but only to use Pro Controller. Existing USB Loader GX forwarder seem to be same as this HBL2HBC so I can only have it installed on USB which would mean I would have to have WiiU HDD connected. But with hbl2hbc with display off, that issue would be solved.

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

the usb loader gx forwarder on the wii u side uses this hbl2hbc, so using the dark mode through cbhc and the hbl causes it to black screen. I've stopped using dark mode, because there are a couple bugs with it (nothing too major). I tested it for about a week.
Has anyone released USB loader GX forwarder that can be installed to NAND at the same time as hbl2hbc?
I read from another post that injecting to DS VC like haxchi would work but looks complicated.
 

Nomado

Well-Known Member
Member
Joined
Mar 15, 2014
Messages
151
Trophies
1
Location
Roma
XP
1,546
Country
Madagascar
@Nomado

here is a 1080p one

I just quickly changed the wantRes, else it'll maybe take a while until I add some sort of config setting
Thank you. That is awesome. I tested it and it works as it should. Now it is possible to just use pro controller to play GC backups with gamepad display off :D Only thing I felt was missing for optimal experience for me. Thanks again.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: Well start walking towards them +1