Hacking USB Loader... my turn ;)

  • Thread starter Thread starter WiiShizzza
  • Start date Start date
  • Views Views 817,799
  • Replies Replies 4,239
I just tested V6beta and V6Final. Neither of them will allow me to format a new WBFS partition. It says, "You need to format a partition.

Press A button to format a partition.
Press B button to restart."

When I press A, nothing happens. When I press B, it restarts.

I have cios_rev10 installed. when I boot waninkoko's 1.4 release to format a new partition it works fine.
 
Can someone answer this real quick? Where is the console color and text color in the source ( I just want to know for myself).

Is it this in video.c for console color
printf("\x1b[%u;%um", color + 30, bold

Or is it somewhere else. Can someone direct me in the correct direction?
 
Stang said:
@hungy

I have not tried the latest v6, so I am not sure......is Ocarina on a per game basis or always on/off based on the config.txt settings?

Great work by the way!

It depends. If you haven't saved any game settings before, then it is based on the config.txt settings. Otherwise, it will use the game settings


About 1.4 config not working. Anyone can get it to work? I will try to recompile it and reupload 1.4 dol.
 
dohclude said:
I just tested V6beta and V6Final. Neither of them will allow me to format a new WBFS partition. It says, "You need to format a partition.

Press A button to format a partition.
Press B button to restart."

When I press A, nothing happens. When I press B, it restarts.

I have cios_rev10 installed. when I boot waninkoko's 1.4 release to format a new partition it works fine.

Good catch, I will look at it. Thanks
 
Code:
images_path= SD:/images/
background = bg.png
layout = ultimate2
covers = 0
simple = 0
console_color=0,15
home = reboot
download = 1
ocarina = 0
video = game
language = console
savesettings = 1
entry_lines = 12
Can anyone tell me if thats correct, the images path i think is wrong should it be images_path= SD:/images/ or images_path = SD:images/
This might be my problem with the 1.4 boot.dol config issue.
 
dohclude said:
I just tested V6beta and V6Final. Neither of them will allow me to format a new WBFS partition. It says, "You need to format a partition.

Press A button to format a partition.
Press B button to restart."

When I press A, nothing happens. When I press B, it restarts.

I have cios_rev10 installed. when I boot waninkoko's 1.4 release to format a new partition it works fine.

I just fixed it and will reupload it shortly. Wiishizzza, are you still there?

For source, I will upload it after everything is working fine.
 
which is the better... V6 based on 1.1 or based on 1.4 ?

ABOUT SOURCE: thanks ... so i can put colors and when all homebrew is ok i can translate in italian... about music i dont know how to put
frown.gif
 
I have tested 1.1 and 1.4 through HBC.
Both work fine. as expected. config file is also working on both versions...

I noticed, that the 1.1 version scrolls the covers much faster then the 1.4 based version.

other settings seem to work properly.
 
nintendolinky said:
Code:
images_path= SD:/images/
background = bg.png
layout = ultimate2
covers = 0
simple = 0
console_color=0,15
home = reboot
download = 1
ocarina = 0
video = game
language = console
savesettings = 1
entry_lines = 12
Can anyone tell me if thats correct, the images path i think is wrong should it be images_path= SD:/images/ or images_path = SD:images/
This might be my problem with the 1.4 boot.dol config issue.

should be SD:/images/
 
Well 1.4 as it is the newest loader. 1.1 is probabaly for people still on the cios 1.9.
So it should be images_path=SD:/images/
 
nintendolinky said:
Code:
images_path= SD:/images/
background = bg.png
layout = ultimate2
covers = 0
simple = 0
console_color=0,15
home = reboot
download = 1
ocarina = 0
video = game
language = console
savesettings = 1
entry_lines = 12
Can anyone tell me if thats correct, the images path i think is wrong should it be images_path= SD:/images/ or images_path = SD:images/
This might be my problem with the 1.4 boot.dol config issue.


images_path=SD:images/

This is what works for me, on Ultimate 1.6 (w/1.4 inside)
 
WiiShizzza said:
I have tested 1.1 and 1.4 through HBC.
Both work fine. as expected. config file is also working on both versions...

I noticed, that the 1.1 version scrolls the covers much faster then the 1.4 based version.

other settings seem to work properly.

Thanks for testing, but i will upload a fixed version for formatting now.

I will test the difference between 1.1 and 1.4 when I get home tonight =)
 
hungyip84

Can you help me out with something code wise. I'm trying to get this loader finished but it needs the images to be slightly re-positioned to line up with the small boxes:

bg.png


AppleBelly was working n it and he is using an old image and despite numerous attempts to get it fixed he won't, even though the image he has was just a test image and was worng on sizes for the loaded images.

Also 56killer helped me out to add an instructions page that would show when you pressed button 2, but he won't add that either for some reason, because he doesn't like it. It's like he's not even going to stick to the original design because he doesn't agree.

here is the instructions page so you can see what I'm trying to do:

bgrear.png
 
WiiShizzza said:
I have tested 1.1 and 1.4 through HBC.
Both work fine. as expected. config file is also working on both versions...

I noticed, that the 1.1 version scrolls the covers much faster then the 1.4 based version.

other settings seem to work properly.
can you pls send me your usbloader folder of 1.4 pls (with your config.txt etc.. pls)???
 
WiiShizzza said:
psd of the new background can be found
here


Does anyone have the .psd of the other Background? (Game image on left?) The original one is what I'm looking for, for V6 as on page one ...

Thanks
 
@hungyip84

Oh and I have all the source and stuff as many people were adding to it. So I can send all necessary files including the correct images and all that is needed is the positioning of the small images and the press button to function to load bgrear.png.

It even includes downloadable images over network. It's really quite impressive.
 
cdreams said:
hungyip84

Can you help me out with something code wise. I'm trying to get this loader finished but it needs the images to be slightly re-positioned to line up with the small boxes:

bg.png


AppleBelly was working n it and he is using an old image and despite numerous attempts to get it fixed he won't, even though the image he has was just a test image and was worng on sizes for the loaded images.

Also 56killer helped me out to add an instructions page that would show when you pressed button 2, but he won't add that either for some reason, because he doesn't like it. It's like he's not even going to stick to the original design because he doesn't agree.

here is the instructions page so you can see what I'm trying to do:

bgrear.png

Is this the GUI loader that Applebelly designed? Can we talk about this by IM?
 

Site & Scene News

Popular threads in this forum