Hacking USB Loader... my turn ;)

dohclude

Well-Known Member
Member
Joined
Oct 12, 2006
Messages
384
Trophies
0
Age
41
Location
The Patch Walks!
Website
www.MODaWii.com
XP
304
Country
United States
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.
 

bluebird12

Well-Known Member
Member
Joined
Jan 6, 2009
Messages
149
Trophies
0
XP
29
Country
United States
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?
 

hungyip84

Well-Known Member
Member
Joined
Mar 5, 2007
Messages
470
Trophies
0
XP
126
Country
United States
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.
 

hungyip84

Well-Known Member
Member
Joined
Mar 5, 2007
Messages
470
Trophies
0
XP
126
Country
United States
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
 

rockbmi

Well-Known Member
Member
Joined
Jul 31, 2007
Messages
610
Trophies
1
Age
37
XP
2,708
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.
 

hungyip84

Well-Known Member
Member
Joined
Mar 5, 2007
Messages
470
Trophies
0
XP
126
Country
United States
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.
 

Anarchia

Well-Known Member
Newcomer
Joined
Apr 11, 2009
Messages
78
Trophies
0
XP
2
Country
Italy
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
 

WiiShizzza

Graphics juggler
OP
Member
Joined
Oct 10, 2008
Messages
1,201
Trophies
1
Website
Visit site
XP
241
Country
Gambia, The
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.
 

hungyip84

Well-Known Member
Member
Joined
Mar 5, 2007
Messages
470
Trophies
0
XP
126
Country
United States
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/
 

rockbmi

Well-Known Member
Member
Joined
Jul 31, 2007
Messages
610
Trophies
1
Age
37
XP
2,708
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/
 

Kosaic

Well-Known Member
Member
Joined
Mar 26, 2009
Messages
460
Trophies
0
XP
47
Country
Canada
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)
 

hungyip84

Well-Known Member
Member
Joined
Mar 5, 2007
Messages
470
Trophies
0
XP
126
Country
United States
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 =)
 

cdreams

Well-Known Member
Member
Joined
Nov 3, 2008
Messages
580
Trophies
0
Location
Edinburgh, Scotland
Website
www.shaunpauljohnston.com
XP
99
Country
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
 

wii94

Well-Known Member
Member
Joined
Jul 16, 2008
Messages
165
Trophies
0
XP
330
Country
Estonia
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)???
 

cdreams

Well-Known Member
Member
Joined
Nov 3, 2008
Messages
580
Trophies
0
Location
Edinburgh, Scotland
Website
www.shaunpauljohnston.com
XP
99
Country
@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.
 

hungyip84

Well-Known Member
Member
Joined
Mar 5, 2007
Messages
470
Trophies
0
XP
126
Country
United States
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

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: Keep current Gen consoles stock mod last gen imo