Hacking USB Loader 1.11s - mod by Sorg

bluebird12

Well-Known Member
Member
Joined
Jan 6, 2009
Messages
149
Trophies
0
XP
29
Country
United States
jservs7 said:
bluebird12 said:
How would we incorporate usptactical's cover images into this one?
And our own custom backgrounds.
smile.gif
I am really liking this build.

Well you can incorporate your own custom background easily. Just do what nicksasa said:
" you use "raw2c" or "bin2c" thats in devkitppc then you get the h files from your png's and you can just replace the .h file then "

Get a background.png, use raw2c, then just replace the file you get out with the background_full.h file inside the source.
 

jservs7

Witcher of Whores
Member
Joined
May 14, 2008
Messages
892
Trophies
0
XP
222
Country
United States
bluebird12 said:
jservs7 said:
bluebird12 said:
How would we incorporate usptactical's cover images into this one?
And our own custom backgrounds.
smile.gif
I am really liking this build.

Well you can incorporate your own custom background easily. Just do what nicksasa said:
" you use "raw2c" or "bin2c" thats in devkitppc then you get the h files from your png's and you can just replace the .h file then "

Get a background.png, use raw2c, then just replace the file you get out with the background_full.h file inside the source.
I get a c and h file when I use raw2c.exe in my bin folder, but I replace the h file, I get an error when I try to compile: 'bgData' was not declared in this scope
 

bluebird12

Well-Known Member
Member
Joined
Jan 6, 2009
Messages
149
Trophies
0
XP
29
Country
United States
jservs7 said:
bluebird12 said:
jservs7 said:
bluebird12 said:
How would we incorporate usptactical's cover images into this one?
And our own custom backgrounds.
smile.gif
I am really liking this build.

Well you can incorporate your own custom background easily. Just do what nicksasa said:
" you use "raw2c" or "bin2c" thats in devkitppc then you get the h files from your png's and you can just replace the .h file then "

Get a background.png, use raw2c, then just replace the file you get out with the background_full.h file inside the source.
I get a c and h file when I use raw2c.exe in my bin folder, but I replace the h file, I get an error when I try to compile: 'bgData' was not declared in this scope

take the c file and rename it background_full.h. then put it in.
 

jservs7

Witcher of Whores
Member
Joined
May 14, 2008
Messages
892
Trophies
0
XP
222
Country
United States
bluebird12 said:
jservs7 said:
bluebird12 said:
jservs7 said:
bluebird12 said:
How would we incorporate usptactical's cover images into this one?
And our own custom backgrounds.
smile.gif
I am really liking this build.

Well you can incorporate your own custom background easily. Just do what nicksasa said:
" you use "raw2c" or "bin2c" thats in devkitppc then you get the h files from your png's and you can just replace the .h file then "

Get a background.png, use raw2c, then just replace the file you get out with the background_full.h file inside the source.
I get a c and h file when I use raw2c.exe in my bin folder, but I replace the h file, I get an error when I try to compile: 'bgData' was not declared in this scope

take the c file and rename it background_full.h. then put it in.
Same error. I have my "Release.v.1.11" folder at "C:\". When I open the makefile and choose make, I just keep getting that error.
 

bluebird12

Well-Known Member
Member
Joined
Jan 6, 2009
Messages
149
Trophies
0
XP
29
Country
United States
Well I also removed the text at the beginning of the c file you get. Like I removed all the text before 0x89 and replaced it with
u8 bgData[BGDATA_LEN] ATTRIBUTE_ALIGN(32) ={

And at the end i removed everything after the last number and replaced it with };

So my beginning looks like:

Code:
u8 bgData[BGDATA_LEN] ATTRIBUTE_ALIGN(32) ={ 
ÂÂÂÂ0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,

and the end is like

Code:
ÂÂ.... 0x42, 0x60, 0x82};
 

jservs7

Witcher of Whores
Member
Joined
May 14, 2008
Messages
892
Trophies
0
XP
222
Country
United States
bluebird12 said:
Well I also removed the text at the beginning of the c file you get. Like I removed all the text before 0x89 and replaced it with
u8 bgData[BGDATA_LEN] ATTRIBUTE_ALIGN(32) ={

And at the end i removed everything after the last number and replaced it with };

So my beginning looks like:

Code:
u8 bgData[BGDATA_LEN] ATTRIBUTE_ALIGN(32) ={ 
ÂÂÂÂ0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,

and the end is like

Code:
ÂÂ.... 0x42, 0x60, 0x82};
That's odd because I opened the h file that I renamed and it looks exactly like that from beginning to end and I didn't need to make any changes.
unsure.gif
 

bluebird12

Well-Known Member
Member
Joined
Jan 6, 2009
Messages
149
Trophies
0
XP
29
Country
United States
jservs7 said:
bluebird12 said:
Well I also removed the text at the beginning of the c file you get. Like I removed all the text before 0x89 and replaced it with
u8 bgData[BGDATA_LEN] ATTRIBUTE_ALIGN(32) ={

And at the end i removed everything after the last number and replaced it with };

So my beginning looks like:

Code:
u8 bgData[BGDATA_LEN] ATTRIBUTE_ALIGN(32) ={ 
ÂÂÂÂ0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,

and the end is like

Code:
ÂÂ.... 0x42, 0x60, 0x82};
That's odd because I opened the h file that I renamed and it looks exactly like that from beginning to end and I didn't need to make any changes.
unsure.gif

Well i used raw2c. Do u want me to give me the background you want and I will compile?
 

jservs7

Witcher of Whores
Member
Joined
May 14, 2008
Messages
892
Trophies
0
XP
222
Country
United States
bluebird12 said:
jservs7 said:
bluebird12 said:
Well I also removed the text at the beginning of the c file you get. Like I removed all the text before 0x89 and replaced it with
u8 bgData[BGDATA_LEN] ATTRIBUTE_ALIGN(32) ={

And at the end i removed everything after the last number and replaced it with };

So my beginning looks like:

Code:
u8 bgData[BGDATA_LEN] ATTRIBUTE_ALIGN(32) ={ 
ÂÂÂÂ0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,

and the end is like

Code:
ÂÂ.... 0x42, 0x60, 0x82};
That's odd because I opened the h file that I renamed and it looks exactly like that from beginning to end and I didn't need to make any changes.
unsure.gif

Well i used raw2c. Do u want me to give me the background you want and I will compile?
USBLoaderMenu-LONG.png


Thanks alot blue.
smile.gif
I used raw2c using the Windows command prompt, so not sure if there is another way to run it.
 

vettacossx

Wii Theme Team Founder
Member
Joined
Sep 19, 2008
Messages
1,330
Trophies
0
Location
Right Behind You! Uh Oh!
XP
217
Country
Bluebird12 made me a loader that can load ANY pal game on NTSC it has proper video patches implimented properly personally i like his version the best!
smile.gif
all others that CLAIM to force region like SORGS dont work on a NTSC console to force region on Rogue Troopers PAL...yet bluebird12 made one that can actually load the game perfecftly!

QUOTE said:
combo with AVG, Norton does not pick it up

i dont really know or care if it was or was not virused html but i can tell you that you should NOT have 2 anti virus programs installed it can cause more harm than good if you think im just saying this..Go ahead and ask your Microsoft windows customer service rep ....
 

bluebird12

Well-Known Member
Member
Joined
Jan 6, 2009
Messages
149
Trophies
0
XP
29
Country
United States
jservs7 here you go. It's untested as I don't have access to my wii at the moment. Tell me if it worked.
biggrin.gif

http://www.mediafire.com/?yyyylcmm1mt


vettacossx said:
Bluebird12 made me a loader that can load ANY pal game on NTSC it has proper video patches implimented properly personally i like his version the best!
smile.gif
all others that CLAIM to force region like SORGS dont work on a NTSC console to force region on Rogue Troopers PAL...yet bluebird12 made one that can actually load the game perfecftly!

QUOTE said:
combo with AVG, Norton does not pick it up

i dont really know or care if it was or was not virused html but i can tell you that you should NOT have 2 anti virus programs installed it can cause more harm than good if you think im just saying this..Go ahead and ask your Microsoft windows customer service rep ....

lol thanks. But I didn't do anything new, I just applied WiiPower's patches.
smile.gif

But this version still doesn't work for you? Even with all its patches?
 

jservs7

Witcher of Whores
Member
Joined
May 14, 2008
Messages
892
Trophies
0
XP
222
Country
United States
Figured it out blue!

LOL Of course I would after you wasted time in helping me compile it.
smile.gif
Thanks for the help.
 

bluebird12

Well-Known Member
Member
Joined
Jan 6, 2009
Messages
149
Trophies
0
XP
29
Country
United States
jservs7 said:
Figured it out blue!

LOL Of course I would after you wasted time in helping me compile it.
smile.gif
Thanks for the help.

Lol np... but seems like all for not. USB Loader 1.2 just came out.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    Send me your ip I'll remotely fix it
  • ZeroT21 @ ZeroT21:
    @K3Nv2 my head needs fixing if I believe you
  • ZeroT21 @ ZeroT21:
    it's kinda fun watching it happen tho
  • K3Nv2 @ K3Nv2:
    It needs fixing for other things but your pc I can fix
  • ZeroT21 @ ZeroT21:
    over 300+ virus/trojians/worms after scanning, what did I do to deserve this attention lol
  • ZeroT21 @ ZeroT21:
    tho I find it funny when i receive other people's pc/laptops in this state
  • ZeroT21 @ ZeroT21:
    i wont be upgrading unless I cant run the games i want anymore
  • K3Nv2 @ K3Nv2:
    Spill water on it good excuse
  • ZeroT21 @ ZeroT21:
    @K3Nv2 that's like a valid option if someone else is paying for ya
  • K3Nv2 @ K3Nv2:
    Daddy's wallet
  • K3Nv2 @ K3Nv2:
    Ngl hogwarts legacy has good pooping music
  • OctoAori20 @ OctoAori20:
    That's uh-
  • OctoAori20 @ OctoAori20:
    That's certainly a Dairy Queen sign lmao
  • K3Nv2 @ K3Nv2:
    You should see his help wanted signs
  • OctoAori20 @ OctoAori20:
    Ugh, so many sweat-dipwads in Sploon 3 Anarchy mode tonight
  • OctoAori20 @ OctoAori20:
    I didn't know this was "Make Octo never finish Fresh Season 2024 Catalog in Splatoon 3" month, good god
  • Veho @ Veho:
    What's the point of "confirming" games you know will get released. Like Nintendo "confirming" a Zelda sequel. "We can't be sure Nintendo is working on a new Zelda game, or if a new Zelda game will ever be released, until they officially confirm it."
    +1
  • Veho @ Veho:
    "There is literally no way to know if they will ever release a new Zelda game, it's wild speculation until they officially confirm it."
    +1
  • K3Nv2 @ K3Nv2:
    Black ops was the lesser shitter line in cock a poopoo tbf just a way to let people know it hasn't died or going a different route I guess
  • K3Nv2 @ K3Nv2:
    $70 DLC per 6 months is what it turned into
  • Psionic Roshambo @ Psionic Roshambo:
    She saw the sign and it opened up her mind lol
    Psionic Roshambo @ Psionic Roshambo: https://youtu.be/iqu132vTl5Y?si=MZw4KpDtlawLZNEF