Hacking Tutorial: Compile your own USB Loader!

  • Thread starter Thread starter JussiPik
  • Start date Start date
  • Views Views 21,073
  • Replies Replies 86
WiiMonkey said:
pika9323 said:
WiiMonkey said:
Its upto date
Hmm maybe you have a wrong or corrupt source?
Can you send me yours?
Do you try it over Programmers Notepad or cmd?

Programmers Notepad and i used waninkoko's link
Ok lol.
i get with yours the same error wtf.
So: It is not your fault or Devkit =)

I try to fix it.
Wait a min.

Edit:
I think it´s your wrong folder.
It has to be in C:\Folder\makefile

If its for example C:\Folder\w00t\Makefile it will not work
 
Excellent information, works a treat.

Couldnt get the devkit to install on Vista 64bit, kept on hanging at the end of trying to download some of the source files.

Installed and works fine on XP though.
 
pika9323 said:
WiiMonkey said:
pika9323 said:
WiiMonkey said:
Its upto date
Hmm maybe you have a wrong or corrupt source?
Can you send me yours?
Do you try it over Programmers Notepad or cmd?

Programmers Notepad and i used waninkoko's link
Ok lol.
i get with yours the same error wtf.
So: It is not your fault or Devkit =)

I try to fix it.
Wait a min.

Edit:
I think it´s your wrong folder.
It has to be in C:\Folder\makefile

If its for example C:\Folder\w00t\Makefile it will not work


I have it in c:\USBLoader\
so it looks like this c:\USBLoader\makefile
but still get error

if some can send me another source code to try thanks
 
I just used the source code from this thread on page 1.
Extracted it all to C:\USBLoader , make sure it isnt in another folder within this.
Put the new background image in the /DATA folder call it background with no extension.

Then loaded makefile into devkitpro and it compiled file creating the .dol and .elf files within the C:\USBloader folder.

Ive upped the source here for you to try again.

http://rapidshare.com/files/217302691/USB-...1_src.tbz2.html
 
Cheers but still the same and i have tried different makefile's and no further forward boo hoo
frown.gif
 
WiiMonkey said:
I have it in c:\USBLoader\
so it looks like this c:\USBLoader\makefile
but still get error

if some can send me another source code to try thanks


btw, did you have any errors while installing devkitpro?
 
pika9323 said:
Hmm i will try to make a batch for compiling
Maybe that helps.


Cheers, what i dont understand it why is it me lol and that i have just doen a clean install of xp pro sp3 a couple of days ago so there is no crap on pc to get in the way

WiiMonkey
 
WiiMonkey said:
pika9323 said:
Hmm i will try to make a batch for compiling
Maybe that helps.


Cheers, what i dont understand it why is it me lol and that i have just doen a clean install of xp pro sp3 a couple of days ago so there is no crap on pc to get in the way

WiiMonkey
 
just abit of help

extract these into your C:\USB-Loader_v1.1\ folder and then open project in programmers notepad and open the usbloader.pnproj file. all folder are already set, so just replace the background with what you need and then Clean, then Make.


project file

MightyMouse
 
MightyMouse said:
just abit of help

extract these into your C:\USB-Loader_v1.1\ folder and then open project in programmers notepad and open the usbloader.pnproj file. all folder are already set, so just replace the background with what you need and then Clean, then Make.


project file

MightyMouse


WOO HOO
bow.gif
grog.gif
grog.gif
grog.gif
this worked

Thanks mate
 
WiiMonkey said:
pika9323 said:
Hmm i will try to make a batch for compiling
Maybe that helps.


Cheers, what i dont understand it why is it me lol and that i have just doen a clean install of xp pro sp3 a couple of days ago so there is no crap on pc to get in the way

WiiMonkey %TEMP%\DEVKITPRO.DIR
set /P DEVKITPRO=>"%New%" echo #DEVKITPROÂÂÂÂ=ÂÂÂÂ/opt/devkitPPC
ÂÂÂÂ) else (
ÂÂÂÂÂÂÂÂ>>"%New%" echo\%%b
ÂÂÂÂ)
)

pause

del makefile
rename newfile Makefile
for /f "tokens=1* delims=:" %%a in ('findstr /n "^" "%Old%"') do (
ÂÂÂÂif "%%b"=="DEVKITPPCÂÂÂÂ=ÂÂÂÂ/opt/devkitPPC" (
ÂÂÂÂÂÂÂÂ>>"%New%" echo #DEVKITPPCÂÂÂÂ=ÂÂÂÂ/opt/devkitPPC
ÂÂÂÂ) else (
ÂÂÂÂÂÂÂÂ>>"%New%" echo\%%b
ÂÂÂÂ)
)

pause

del makefile
rename newfile Makefile
for /f "tokens=1* delims=:" %%a in ('findstr /n "^" "%Old%"') do (
ÂÂÂÂif "%%b"=="# This rule links in binary data with the .jpg extension" (
ÂÂÂÂÂÂÂÂ>>"%New%" echo wtf
ÂÂÂÂ) else (
ÂÂÂÂÂÂÂÂ>>"%New%" echo\%%b
ÂÂÂÂ)
)


pause
cls
echo done
pause
exit
As i said the last didnt work and it will close it.
Will try more.

edit:
ok you fixed it =)
 
pika9323 said:
WiiMonkey said:
pika9323 said:
Hmm i will try to make a batch for compiling
Maybe that helps.


Cheers, what i dont understand it why is it me lol and that i have just doen a clean install of xp pro sp3 a couple of days ago so there is no crap on pc to get in the way

WiiMonkey %TEMP%\DEVKITPRO.DIR
set /P DEVKITPRO=>"%New%" echo #DEVKITPROÂÂÂÂ=ÂÂÂÂ/opt/devkitPPC
ÂÂÂÂ) else (
ÂÂÂÂÂÂÂÂ>>"%New%" echo\%%b
ÂÂÂÂ)
)

pause

del makefile
rename newfile Makefile
for /f "tokens=1* delims=:" %%a in ('findstr /n "^" "%Old%"') do (
ÂÂÂÂif "%%b"=="DEVKITPPCÂÂÂÂ=ÂÂÂÂ/opt/devkitPPC" (
ÂÂÂÂÂÂÂÂ>>"%New%" echo #DEVKITPPCÂÂÂÂ=ÂÂÂÂ/opt/devkitPPC
ÂÂÂÂ) else (
ÂÂÂÂÂÂÂÂ>>"%New%" echo\%%b
ÂÂÂÂ)
)

pause

del makefile
rename newfile Makefile
for /f "tokens=1* delims=:" %%a in ('findstr /n "^" "%Old%"') do (
ÂÂÂÂif "%%b"=="# This rule links in binary data with the .jpg extension" (
ÂÂÂÂÂÂÂÂ>>"%New%" echo wtf
ÂÂÂÂ) else (
ÂÂÂÂÂÂÂÂ>>"%New%" echo\%%b
ÂÂÂÂ)
)


pause
cls
echo done
pause
exit
As i said the last didnt work and it will close it.
Will try more.

edit:
ok you fixed it =)

Thanks for you help though
smile.gif
 
Say, just a quick question, does anyone know how to make the area where the text is printed transparent. ie my background image has a darker part where the iso's are listed, but it is not black and when compiled with the guide it puts a black rectangle over this. Can this rectangle be made transparent? And if so how?
 
aquarion said:
Say, just a quick question, does anyone know how to make the area where the text is printed transparent. ie my background image has a darker part where the iso's are listed, but it is not black and when compiled with the guide it puts a black rectangle over this. Can this rectangle be made transparent? And if so how?
I dont really understand your question. But i think this is the answer:
The text is in the image not in the Backup Loader.
So you have to edit the text into the image,

Hope i understanded your question.
 
the text is not in the image the text that lists games in generated by the app

am looking through the source now dude to change the text colour atleast if not make this black square disappear.

will report back when i have done it
 

Site & Scene News

Popular threads in this forum