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
  • Veho @ Veho:
    That's a relief to hear. Do you know what happened?
  • SylverReZ @ SylverReZ:
    @BakerMan, Any idea what happened? I hope that your brother's doing good.
  • BakerMan @ BakerMan:
    Well, from what I've heard from my parents, he had a seizure last night, perhaps an epileptic episode, fucking died, had a near death experience, my dad called the paramedics, they showed up, took him to the hospital, and he woke up covered in tubes, and started complaining.
  • BakerMan @ BakerMan:
    He couldn't eat until after his MRI, when he had a bomb pop.
  • BakerMan @ BakerMan:
    What matters now is that he's doing alright.
  • Veho @ Veho:
    But you still don't know what it was?
  • Veho @ Veho:
    Has he had seizures before?
  • The Real Jdbye @ The Real Jdbye:
    apparently stress can cause seizures, my brother had one during a test once
  • The Real Jdbye @ The Real Jdbye:
    never had one before that, and never had one since
  • Redleviboy123 @ Redleviboy123:
    Question about game texture chanching Do i need an own game id?
  • The Real Jdbye @ The Real Jdbye:
    @Veho for those that want to
    experience being sonic the hedgehog
  • Veho @ Veho:
    Ah, you mean
    furries.
    +1
  • The Real Jdbye @ The Real Jdbye:
    well, sonic fans are a whole separate thing from furries
  • The Real Jdbye @ The Real Jdbye:
    like bronys
  • The Real Jdbye @ The Real Jdbye:
    sonic porn is too weird even for me
  • Dumpflam @ Dumpflam:
    bruh
  • Dumpflam @ Dumpflam:
    guys how do i delete a post
  • The Real Jdbye @ The Real Jdbye:
    you don't
  • The Real Jdbye @ The Real Jdbye:
    you can report it and request deletion
  • BakerMan @ BakerMan:
    Also, no, that was his first time having a seizure, and hopefully the last
    +1
  • K3Nv2 @ K3Nv2:
    Ea play raised priced to $6 a month lol
  • BigOnYa @ BigOnYa:
    Same with uremum, she's now $2 a month
  • K3Nv2 @ K3Nv2:
    Also seizures come and and go they don't have an off switch like that it all depends
    K3Nv2 @ K3Nv2: Also seizures come and and go they don't have an off switch like that it all depends