Hacking ** Ultimate USB Loader & Accessories Bible For Dummies **

BIG MOE

๔*๖ LORD BIG MOE ™
OP
Member
Joined
Oct 19, 2008
Messages
1,253
Trophies
0
Location
Wiiland Hills
XP
69
Country
Syria
Ultimate USB Loader v7 Final is out in the front page with config.txt file as well
wink.gif
enjoy
 

wiimano

Well-Known Member
Member
Joined
Apr 9, 2009
Messages
203
Trophies
0
XP
26
Country
United States
hey BIG MOE, great thread you got here, helps a lot, i went ahead and did somethin myself as well. heres a rewrite to the config.txt of ultimate usb loader, better explanation and added a little more onto it, so here you go, keep all this up mate

These are set for the new background, that can be found on the first page of wiishizzas thread, with the images now on the right side.

Code:
#ÂÂ*****USB Loader Ultimate V7 Configuration Settings*****
#
#
#
#ÂÂAll lines starting with # are comments
#ÂÂAny lines not starting with # are used for your loaders settings
#ÂÂDefault values are in [ ]
#
#
#ÂÂimages_path = [SD:/images/]
#ÂÂÂÂPath must be SD:/dirname/ (with a trailing slash at the end)
images_path=SD:/images/
#
#ÂÂFull Screen Background = image_name.png
#ÂÂÂÂThe name of your background image, in PNG format, located in your images path (see above option)
#ÂÂÂÂIf not specified, a default template will be used.
background = bg.png
#
#ÂÂWidescreen Background = image_name.png
#ÂÂÂÂThe name of your widescreen background image, in PNG format, located in your images path (see above option)
#ÂÂÂÂIf not specified, a default template will be used.
wbackground = wbg.png
#
#ÂÂGame Covers = 0 [1]
#ÂÂÂÂ0 => No cover / boxart displayed
#ÂÂÂÂ1 => Cover / boxart displayed, 160x225 PNG format in images path (see option above)
covers = 1
#
#ÂÂDownload = [0] 1
#ÂÂÂÂ0 => Missing covers are not downloaded
#ÂÂÂÂ1 => Missing covers are downloaded when prompt arrow is in front of a game with no cover / boxart
#ÂÂÂÂÂÂÂÂ (Network is only set up once for every session, until you run the loader again)
#ÂÂÂÂÂÂÂÂ ***NOTE: No action can be performed while images are downloading***
download = 1
#
#ÂÂBackground Layout = original, small, medium, large, large2, ultimate1, [ultimate2] [ultimatew]
#ÂÂÂÂoriginal => 6 lines of games per page
#ÂÂÂÂsmall => 9 lines of games per page (same background as original)
#ÂÂÂÂmedium => 17 lines of games / page
#ÂÂÂÂlarge => 21 lines of games / page (nixx)
#ÂÂÂÂlarge2 => 21 lines of games / page (usptactical)
#ÂÂÂÂultimate1 => 12 lines of games / page (WiiShizza)
#ÂÂÂÂultimate2 => 12 lines of games / page( jservs7 / hungyip84)
#ÂÂÂÂultimate_w => 12 lines of games / page widescreen mode
#ÂÂÂÂ(ultimatew is the default when user set widescreen = 1)
layout = ultimate2
#
#ÂÂProtection Mode = [0] 1 2
#ÂÂÂÂ0 => Normal mode : All controls working
#ÂÂÂÂ1 => Child modeÂÂ: All controls except the ability to install and remove game
#ÂÂÂÂ2 => Teen mode : All controls except the ability to remove game
simple = 0
#
#ÂÂHOME Button = [reboot] exit
#ÂÂÂÂreboot => Pressing HOME button in the loader will reboot the Wii
#ÂÂÂÂexit => Pressing HOME button in the loader will send you back to the HomeBrew Channel
#ÂÂÂÂ(Not Recommened if HBC is not installed, the whereabouts are unknown if HBC is not installed)
home = reboot
#
#ÂÂconsole_coords=x,y,width,height
#ÂÂÂÂCoordinates for where titles are displayed (Default value is set as default layout(ultimate1))
#
console_coords = 40,71,340,290
#
#ÂÂcovers_coords=x,y
#ÂÂÂÂCoordinates for where your covers / boxart are displayed (Default value is set as default layout(ultimate1))
#
covers_coords = 446,109
#
#ÂÂconsole_color=x,y
#ÂÂÂÂx = foreground (text)
#ÂÂÂÂy = background
#ÂÂChange color of console where titles are displayed (First number is text color, second number is background color)
#
#ÂÂColor Code - View colors at: http://img6.imageshack.us/img6/720/colorchart.png
#
#ÂÂÂÂ0 = Black
#ÂÂÂÂ1 = Dark Red
#ÂÂÂÂ2 = Dark Green
#ÂÂÂÂ3 = Dark Yellow
#ÂÂÂÂ4 = Dark Blue
#ÂÂÂÂ5 = Dark Purple
#ÂÂÂÂ6 = Light Blue
#ÂÂÂÂ7 = Gray
#ÂÂÂÂ8 = Light Gray
#ÂÂÂÂ9 = Red
#ÂÂÂÂ10 = Green
#ÂÂÂÂ11 = Yellow
#ÂÂÂÂ12 = Blue
#ÂÂÂÂ13 = Purple
#ÂÂÂÂ14 = Teal
#ÂÂÂÂ15 = White
#
#ÂÂExample: 4,15 (Blue font on White background)
#
console_color = 0,15
#
#ÂÂentry_lines = [12] (The number of entry lines you want to display per page, default = 12)
#
entry_lines = 12
#
#ÂÂmax_characters = [37] (The number of letters / characters you want to display per line, default = 37)
#
max_characters = 37
#
#ÂÂsavesettings = [0] 1
#ÂÂÂÂ0 => Settings for each game are not auto-saved to the SD card during game boot
#ÂÂÂÂ1 => Settings for each game are auto-saved to the SD card during game boot
savesettings = 0
#
#ÂÂvideo = [game] systemÂÂpatch
#ÂÂÂÂgame => Use the games default video mode
#ÂÂÂÂsystem => Use the system default video mode
#ÂÂÂÂpatch => Force video mode (Play NTSC on PAL, visa versa, in color)
video = game
#
#ÂÂocarina = [0] 1
#ÂÂÂÂ0 => Ocarina cheat system not enabled by default
#ÂÂÂÂ1 => Ocarina cheat system enabled by default
ocarina = 0
#
#ÂÂlanguage = [console] japanese english german french spanish italian dutch s.chinese t.chinese korean
#ÂÂÂÂlanguage => The language to use in-game, instead of game default. Language needs to be present on ISO.
language = console
#
#ÂÂparentalcontrol = [0] 1 2 3
#ÂÂÂÂ0 => Turn off parental control
#ÂÂÂÂ1 => Only allow games with 0 to show up (in titles.txt)
#ÂÂÂÂ2 => Only allow games with 0 or 1 to show up (in titles.txt)
#ÂÂÂÂ3 => Only allow games with 0 or 1 or 2 to show up (in titles.txt)ÂÂ
#ÂÂExample 1: In titles.txt, RMCE = Mario Kart, you would add = 1 (RMCE = Mario Kart = 1)
#ÂÂÂÂIf set to 1, this game would not be shown, the game would only be shown on 2 or 3, or with parental controls off
#ÂÂExample 2: In titles.txt, RZZE = Madworld (No number is needed) (Mature Rating)
#ÂÂÂÂIf set to 1, 2, or 3, the game would not be shown, the game would only be shown with parental controls turned off
parentalcontrol = 0
#
#ÂÂdownloadinstall = [0] 1
#ÂÂÂÂ0 => Download cover art automatically when you install game
#ÂÂÂÂ1 => Don't download cover art when you install game
downloadinstall = 0
#
#ÂÂhidesettingmenu = [0] 1
#ÂÂÂÂ0 => Allow access to the settings menu by pressing B
#ÂÂÂÂ1 => Hide the settings menu
hidesettingmenu = 0
#
#ÂÂwidescreen = [0] 1
#ÂÂÂÂ0 => No widescreen
#ÂÂÂÂ1 => Widescreen
#ÂÂWARNING: If you turn on the widescreen, the loader will resize the image from your SD card. 
#ÂÂÂÂÂÂÂÂÂÂ Toggling between widescreen and full screen would cause loss in image quality.
widescreen = 0
#
#ÂÂENJOY
 

Golfje

Well-Known Member
Member
Joined
Oct 14, 2008
Messages
177
Trophies
0
XP
137
Country
Netherlands
wiimano said:
hey BIG MOE, great thread you got here, helps a lot, i went ahead and did somethin myself as well. heres a rewrite to the config.txt of ultimate usb loader, better explanation and added a little more onto it, so here you go, keep all this up mate

These are set for the new background, that can be found on the first page of wiishizzas thread, with the images now on the right side.

Code:
#ÂÂ*****USB Loader Ultimate V7 Configuration Settings*****
#
#
#
#ÂÂAll lines starting with # are comments
#ÂÂAny lines not starting with # are used for your loaders settings
#ÂÂDefault values are in [ ]
#
#
#ÂÂimages_path = [SD:/images/]
#ÂÂÂÂPath must be SD:/dirname/ (with a trailing slash at the end)
images_path=SD:/images/
#
#ÂÂFull Screen Background = image_name.png
#ÂÂÂÂThe name of your background image, in PNG format, located in your images path (see above option)
#ÂÂÂÂIf not specified, a default template will be used.
background = bg.png
#
#ÂÂWidescreen Background = image_name.png
#ÂÂÂÂThe name of your widescreen background image, in PNG format, located in your images path (see above option)
#ÂÂÂÂIf not specified, a default template will be used.
wbackground = wbg.png
#
#ÂÂGame Covers = 0 [1]
#ÂÂÂÂ0 => No cover / boxart displayed
#ÂÂÂÂ1 => Cover / boxart displayed, 160x225 PNG format in images path (see option above)
covers = 1
#
#ÂÂDownload = [0] 1
#ÂÂÂÂ0 => Missing covers are not downloaded
#ÂÂÂÂ1 => Missing covers are downloaded when prompt arrow is in front of a game with no cover / boxart
#ÂÂÂÂÂÂÂÂ (Network is only set up once for every session, until you run the loader again)
#ÂÂÂÂÂÂÂÂ ***NOTE: No action can be performed while images are downloading***
download = 1
#
#ÂÂBackground Layout = original, small, medium, large, large2, ultimate1, [ultimate2] [ultimatew]
#ÂÂÂÂoriginal => 6 lines of games per page
#ÂÂÂÂsmall => 9 lines of games per page (same background as original)
#ÂÂÂÂmedium => 17 lines of games / page
#ÂÂÂÂlarge => 21 lines of games / page (nixx)
#ÂÂÂÂlarge2 => 21 lines of games / page (usptactical)
#ÂÂÂÂultimate1 => 12 lines of games / page (WiiShizza)
#ÂÂÂÂultimate2 => 12 lines of games / page( jservs7 / hungyip84)
#ÂÂÂÂultimate_w => 12 lines of games / page widescreen mode
#ÂÂÂÂ(ultimatew is the default when user set widescreen = 1)
layout = ultimate2
#
#ÂÂProtection Mode = [0] 1 2
#ÂÂÂÂ0 => Normal mode : All controls working
#ÂÂÂÂ1 => Child modeÂÂ: All controls except the ability to install and remove game
#ÂÂÂÂ2 => Teen mode : All controls except the ability to remove game
simple = 0
#
#ÂÂHOME Button = [reboot] exit
#ÂÂÂÂreboot => Pressing HOME button in the loader will reboot the Wii
#ÂÂÂÂexit => Pressing HOME button in the loader will send you back to the HomeBrew Channel
#ÂÂÂÂ(Not Recommened if HBC is not installed, the whereabouts are unknown if HBC is not installed)
home = reboot
#
#ÂÂconsole_coords=x,y,width,height
#ÂÂÂÂCoordinates for where titles are displayed (Default value is set as default layout(ultimate1))
#
console_coords = 40,71,340,290
#
#ÂÂcovers_coords=x,y
#ÂÂÂÂCoordinates for where your covers / boxart are displayed (Default value is set as default layout(ultimate1))
#
covers_coords = 446,109
#
#ÂÂconsole_color=x,y
#ÂÂÂÂx = foreground (text)
#ÂÂÂÂy = background
#ÂÂChange color of console where titles are displayed (First number is text color, second number is background color)
#
#ÂÂColor Code - View colors at: http://img6.imageshack.us/img6/720/colorchart.png
#
#ÂÂÂÂ0 = Black
#ÂÂÂÂ1 = Dark Red
#ÂÂÂÂ2 = Dark Green
#ÂÂÂÂ3 = Dark Yellow
#ÂÂÂÂ4 = Dark Blue
#ÂÂÂÂ5 = Dark Purple
#ÂÂÂÂ6 = Light Blue
#ÂÂÂÂ7 = Gray
#ÂÂÂÂ8 = Light Gray
#ÂÂÂÂ9 = Red
#ÂÂÂÂ10 = Green
#ÂÂÂÂ11 = Yellow
#ÂÂÂÂ12 = Blue
#ÂÂÂÂ13 = Purple
#ÂÂÂÂ14 = Teal
#ÂÂÂÂ15 = White
#
#ÂÂExample: 4,15 (Blue font on White background)
#
console_color = 0,15
#
#ÂÂentry_lines = [12] (The number of entry lines you want to display per page, default = 12)
#
entry_lines = 12
#
#ÂÂmax_characters = [37] (The number of letters / characters you want to display per line, default = 37)
#
max_characters = 37
#
#ÂÂsavesettings = [0] 1
#ÂÂÂÂ0 => Settings for each game are not auto-saved to the SD card during game boot
#ÂÂÂÂ1 => Settings for each game are auto-saved to the SD card during game boot
savesettings = 0
#
#ÂÂvideo = [game] systemÂÂpatch
#ÂÂÂÂgame => Use the games default video mode
#ÂÂÂÂsystem => Use the system default video mode
#ÂÂÂÂpatch => Force video mode (Play NTSC on PAL, visa versa, in color)
video = game
#
#ÂÂocarina = [0] 1
#ÂÂÂÂ0 => Ocarina cheat system not enabled by default
#ÂÂÂÂ1 => Ocarina cheat system enabled by default
ocarina = 0
#
#ÂÂlanguage = [console] japanese english german french spanish italian dutch s.chinese t.chinese korean
#ÂÂÂÂlanguage => The language to use in-game, instead of game default. Language needs to be present on ISO.
language = console
#
#ÂÂparentalcontrol = [0] 1 2 3
#ÂÂÂÂ0 => Turn off parental control
#ÂÂÂÂ1 => Only allow games with 0 to show up (in titles.txt)
#ÂÂÂÂ2 => Only allow games with 0 or 1 to show up (in titles.txt)
#ÂÂÂÂ3 => Only allow games with 0 or 1 or 2 to show up (in titles.txt)ÂÂ
#ÂÂExample 1: In titles.txt, RMCE = Mario Kart, you would add = 1 (RMCE = Mario Kart = 1)
#ÂÂÂÂIf set to 1, this game would not be shown, the game would only be shown on 2 or 3, or with parental controls off
#ÂÂExample 2: In titles.txt, RZZE = Madworld (No number is needed) (Mature Rating)
#ÂÂÂÂIf set to 1, 2, or 3, the game would not be shown, the game would only be shown with parental controls turned off
parentalcontrol = 0
#
#ÂÂdownloadinstall = [0] 1
#ÂÂÂÂ0 => Download cover art automatically when you install game
#ÂÂÂÂ1 => Don't download cover art when you install game
downloadinstall = 0
#
#ÂÂhidesettingmenu = [0] 1
#ÂÂÂÂ0 => Allow access to the settings menu by pressing B
#ÂÂÂÂ1 => Hide the settings menu
hidesettingmenu = 0
#
#ÂÂwidescreen = [0] 1
#ÂÂÂÂ0 => No widescreen
#ÂÂÂÂ1 => Widescreen
#ÂÂWARNING: If you turn on the widescreen, the loader will resize the image from your SD card. 
#ÂÂÂÂÂÂÂÂÂÂ Toggling between widescreen and full screen would cause loss in image quality.
widescreen = 0
#
#ÂÂENJOY


Hey,

How do i get this working..... Do i have to copy paste it to a txt editor and save as config.txt and put it into
de directory usbloader ??? ???

For some reason i can't get this to work with te loader
Please some help
 

wiimano

Well-Known Member
Member
Joined
Apr 9, 2009
Messages
203
Trophies
0
XP
26
Country
United States
if its windows, copy and paste it to notepad, not familiar with mac, so not sure if thats what you have mate. then you put this in the same folder as you have your boot.dol as well as titles.txt if you have it.
 

Golfje

Well-Known Member
Member
Joined
Oct 14, 2008
Messages
177
Trophies
0
XP
137
Country
Netherlands
wiimano said:
if its windows, copy and paste it to notepad, not familiar with mac, so not sure if thats what you have mate. then you put this in the same folder as you have your boot.dol as well as titles.txt if you have it.


Oke i will try that..... But the Titles.txt also seems to be not working for me
 

wiimano

Well-Known Member
Member
Joined
Apr 9, 2009
Messages
203
Trophies
0
XP
26
Country
United States
do you have the loader in your apps folder? wherever that dol file is, put the config.txt and titles.txt in there as well.

just in case, make sure you arent typing out titles.txt, just name it titles, same with config.txt, just name it config, maybe that will help.

if you name it titles.txt, basically you are naming it titles.txt.txt

good luck mate
 

redia

Well-Known Member
Member
Joined
Mar 9, 2008
Messages
371
Trophies
0
XP
234
Country
Swaziland
BIG MOE,

this thread is awesome.

on my point of view there is only one thing "missing"
I would love you to add a link to the main thread of each loader/manager
this way we won't start cluttering your thread with question. we can simply head to the loader/manager topic..

but anyway BIG thanks, this is one of the most useful thread for this matter.

Cheers,
R
 

cooldudechand

Well-Known Member
Member
Joined
Nov 24, 2008
Messages
151
Trophies
0
Location
Sydney
XP
241
Country
Hey this thread is awsome man....love it...
but can you post the pictures of the loaders ... so peop;le can see which one looks beautiful....
Thanx
 

Golfje

Well-Known Member
Member
Joined
Oct 14, 2008
Messages
177
Trophies
0
XP
137
Country
Netherlands
wiimano said:
do you have the loader in your apps folder? wherever that dol file is, put the config.txt and titles.txt in there as well.

just in case, make sure you arent typing out titles.txt, just name it titles, same with config.txt, just name it config, maybe that will help.

if you name it titles.txt, basically you are naming it titles.txt.txt

good luck mate


Hey Wiimano

Titles.txt seems to be working now..... How can i enable or disable the widescreen option ????
 

brassica

Well-Known Member
Newcomer
Joined
Nov 21, 2005
Messages
50
Trophies
1
XP
507
Country
France
Nice job here Big Moe.
Maybe someone can help me.
I am new to all this, and wanted to try the SD loader for fun.
My Wii is a Pal D2B model, modchipped ( Wiikey v1 ), the firmware is 3.3v1.
I installed cIOS rev10, and the SD/USB loader 1.4 channel ( wad ).
I wanted to try it on my 2 Gb SD card, so I formatted it to the file system, and added a small game, Oboro Muramasa, a japanese one.
So, the game is running fine, but the problem is the screen being all red.
Any idea to resolve this ?
Maybe one of those channels can force the colors, which one should I try ?
Of course, I will need a wad version, cause the SD is formatted to the new FAT system, so I can't add an apps folder for the homebrew channel.
 

ktcuk

Member
Newcomer
Joined
Apr 16, 2009
Messages
9
Trophies
0
XP
6
Country
United States
first of all i would like to thank every one for making this
and sorry if this is in the wrong place

but ive got all the stuff installed it all works (sort of)

ive formated my 4 gig usb stick in the v7 usb loader
installed a game from my laptop to it ising wbfs manager 2.2.2 to the card
but when i put the usb stick into the Wii it said no games detected
so i slapped in a disk and installed it to the stick via the wii
took the disk out and played it and it all worked fine
but when i put the stick into the pc and loaded it up in wbfs it showed the game i installed with wbfs only not the one i installed via the Wii
i know this is a noob question but in the last 3 days ive learnt alot about the Wii and im a fast learner but this is a strange one
 

BIG MOE

๔*๖ LORD BIG MOE ™
OP
Member
Joined
Oct 19, 2008
Messages
1,253
Trophies
0
Location
Wiiland Hills
XP
69
Country
Syria
wiimano said:
hey BIG MOE, great thread you got here, helps a lot, i went ahead and did somethin myself as well. heres a rewrite to the config.txt of ultimate usb loader, better explanation and added a little more onto it, so here you go, keep all this up mate

These are set for the new background, that can be found on the first page of wiishizzas thread, with the images now on the right side.


thanks buddy it's added now , just tell me when you update to a newer version please
wink.gif

redia said:
BIG MOE,

this thread is awesome.

on my point of view there is only one thing "missing"
I would love you to add a link to the main thread of each loader/manager
this way we won't start cluttering your thread with question. we can simply head to the loader/manager topic..

but anyway BIG thanks, this is one of the most useful thread for this matter.

Cheers,
R
thanks much for your nice words , and actually if you click on the red title for each section it will take you to the original thread for that topic
wink.gif
, and you are more than welcome to ask here for any needed help
smile.gif

cooldudechand said:
Hey this thread is awsome man....love it...
but can you post the pictures of the loaders ... so peop;le can see which one looks beautiful....
Thanx
working on it buddy , should be added very soon
wink.gif
, thanks for pointing it
wink.gif

QUOTE(Smartpal @ Apr 16 2009, 03:37 PM)
Awesome, thanks a bunch.
yay.gif
you are very welcome buddy
wink.gif
 

BIG MOE

๔*๖ LORD BIG MOE ™
OP
Member
Joined
Oct 19, 2008
Messages
1,253
Trophies
0
Location
Wiiland Hills
XP
69
Country
Syria
brassica said:
Nice job here Big Moe.
Maybe someone can help me.
I am new to all this, and wanted to try the SD loader for fun.
My Wii is a Pal D2B model, modchipped ( Wiikey v1 ), the firmware is 3.3v1.
I installed cIOS rev10, and the SD/USB loader 1.4 channel ( wad ).
I wanted to try it on my 2 Gb SD card, so I formatted it to the file system, and added a small game, Oboro Muramasa, a japanese one.
So, the game is running fine, but the problem is the screen being all red.
Any idea to resolve this ?
Maybe one of those channels can force the colors, which one should I try ?
Of course, I will need a wad version, cause the SD is formatted to the new FAT system, so I can't add an apps folder for the homebrew channel.
thanks buddy
wink.gif
, as far as the channel try the one from Troythezombie section with Sorg Mod1.11 this might have force NTSC in it to solve the red screen
wink.gif
post back the results

micric100 said:
its a sticky now!!!
yay.gif

tell me about it , I'm happy to see that
wink.gif
and want to thank all the Staff team Admins and Mods for the trust they gave me with such a privilege , thanks again
wink.gif

QUOTE(ktcuk @ Apr 16 2009, 07:54 PM)
first of all i would like to thank every one for making this
and sorry if this is in the wrong place

but ive got all the stuff installed it all works (sort of)

ive formated my 4 gig usb stick in the v7 usb loader
installed a game from my laptop to it ising wbfs manager 2.2.2 to the card
but when i put the usb stick into the Wii it said no games detected
so i slapped in a disk and installed it to the stick via the wii
took the disk out and played it and it all worked fine
but when i put the stick into the pc and loaded it up in wbfs it showed the game i installed with wbfs only not the one i installed via the Wii
i know this is a noob question but in the last 3 days ive learnt alot about the Wii and im a fast learner but this is a strange one
this is a strange thing , try to delete the game using WBFS and See if the other one will show up after a restart
wink.gif
 

wiimano

Well-Known Member
Member
Joined
Apr 9, 2009
Messages
203
Trophies
0
XP
26
Country
United States
UPDATE

there were some typos and changed a few things, these are for widescreen and full screen config, if there is anything wrong, anyone please reply to thread and let me know



These are set for the new background, with the images now on the right side.

This is for the Full Screen loader
<img src="http://i44.tinypic.com/6hnknk.png" border="0" class="linked-image" />

<!--coloro:#006400--><span style="color:#006400"><!--/coloro-->USB Loader Ultimate V7 Configuration Settings for Full Screen :<!--colorc--></span><!--/colorc-->
# *****USB Loader Ultimate V7 Configuration Settings*****
#
#
#
# All lines starting with # are comments
# Any lines not starting with # are used for your loaders settings
# Default values are in [ ]
#
#
# images_path = [SD:/images/]
# Path must be SD:/dirname/ (with a trailing slash at the end)
images_path=SD:/images/
#
# Full Screen Background = image_name.png
# The name of your background image, in PNG format, located in your images path (see above option)
# If not specified, a default template will be used.
background = bg.png
#
# Widescreen Background = image_name.png
# The name of your widescreen background image, in PNG format, located in your images path (see above option)
# If not specified, a default template will be used.
wbackground = wbg.png
#
# Game Covers = 0 [1]
# 0 => No cover / boxart displayed
# 1 => Cover / boxart displayed, 160x225 PNG format in images path (see option above)
covers = 1
#
# Download = [0] 1
# 0 => Missing covers are not downloaded
# 1 => Missing covers are downloaded when prompt arrow is in front of a game with no cover / boxart
# (Network is only set up once for every session, until you run the loader again)
# ***NOTE: No action can be performed while images are downloading***
download = 1
#
# Background Layout = original, small, medium, large, large2, ultimate1, [ultimate2] [ultimatew]
# original => 6 lines of games per page
# original2 => 6 lines of games per page (widescreen)
# small => 9 lines of games per page (same background as original)
# medium => 17 lines of games / page
# large => 21 lines of games / page (nixx)
# large2 => 21 lines of games / page (usptactical)
# ultimate1 => 12 lines of games / page (WiiShizza)
# ultimate2 => 12 lines of games / page( jservs7 / hungyip84)
# ultimatew => 12 lines of games / page widescreen mode
# (ultimatew is the default when user set widescreen = 1)
layout = ultimate2
#
# Protection Mode = [0] 1 2
# 0 => Normal mode : All controls working
# 1 => Child mode : All controls except the ability to install and remove game
# 2 => Teen mode : All controls except the ability to remove game
simple = 0
#
# HOME Button = [reboot] exit
# reboot => Pressing HOME button in the loader will reboot the Wii
# exit => Pressing HOME button in the loader will send you back to the HomeBrew Channel
# (Not Recommened if HBC is not installed, the whereabouts are unknown if HBC is not installed)
home = reboot
#
# console_coords=x,y,width,height
# Coordinates for where titles are displayed (Default value is set as default layout(ultimate1))
#
console_coords = 40,71,340,290
#
# covers_coords=x,y
# Coordinates for where your covers / boxart are displayed (Default value is set as default layout(ultimate1))
#
covers_coords = 446,109
#
# console_color=x,y
# x = foreground (text)
# y = background
# Change color of console where titles are displayed (First number is text color, second number is background color)
#
# Color Code - View colors at: <a href="http://img6.imageshack.us/img6/720/colorchart.png" target="_blank">http://img6.imageshack.us/img6/720/colorchart.png</a>
#
# 0 = Black
# 1 = Dark Red
# 2 = Dark Green
# 3 = Dark Yellow
# 4 = Dark Blue
# 5 = Dark Purple
# 6 = Light Blue
# 7 = Gray
# 8 = Light Gray
# 9 = Red
# 10 = Green
# 11 = Yellow
# 12 = Blue
# 13 = Purple
# 14 = Teal
# 15 = White
#
# Example: 4,15 (Blue font on White background)
#
console_color = 0,15
#
# entry_lines = [12] (The number of entry lines you want to display per page, default = 12)
#
entry_lines = 12
#
# max_characters = [37] (The number of letters / characters you want to display per line, default = 37)
#
max_characters = 37
#
# savesettings = [0] 1
# 0 => Settings for each game are not auto-saved to the SD card during game boot
# 1 => Settings for each game are auto-saved to the SD card during game boot
savesettings = 0
#
# video = [game] system patch
# game => Use the games default video mode
# system => Use the system default video mode
# patch => Force video mode (Play NTSC on PAL, visa versa, in color)
video = game
#
# ocarina = [0] 1
# 0 => Ocarina cheat system not enabled by default
# 1 => Ocarina cheat system enabled by default
ocarina = 0
#
# language = [console] japanese english german french spanish italian dutch s.chinese t.chinese korean
# language => The language to use in-game, instead of game default. Language needs to be present on ISO.
language = console
#
# parentalcontrol = [0] 1 2 3
# 0 => Turn off parental control
# 1 => Only allow games with 0 to show up (in titles.txt)
# 2 => Only allow games with 0 or 1 to show up (in titles.txt)
# 3 => Only allow games with 0 or 1 or 2 to show up (in titles.txt)
# Example 1: In titles.txt, RMCE = Mario Kart, you would add = 1 (RMCE = Mario Kart = 1)
# If set to 1, this game would not be shown, the game would only be shown on 2 or 3, or with parental controls off
# Example 2: In titles.txt, RZZE = Madworld (No number is needed) (Mature Rating)
# If set to 1, 2, or 3, the game would not be shown, the game would only be shown with parental controls turned off
parentalcontrol = 0
#
# downloadinstall = [0] 1
# 0 => Don't download cover art when you install game
# 1 => Download cover art automatically when you install game
downloadinstall = 0
#
# hidesettingmenu = [0] 1
# 0 => Allow access to the settings menu by pressing B
# 1 => Hide the settings menu
hidesettingmenu = 0
#
# widescreen = [0] 1
# 0 => No widescreen
# 1 => Widescreen
# WARNING: If you turn on the widescreen, the loader will resize the image from your SD card.
# Toggling between widescreen and full screen would cause loss in image quality.
widescreen = 0
#
# ENJOY

This is for the Widescreen Loader
<img src="http://f.imagehost.org/0057/bg_9.png" border="0" class="linked-image" />

<!--coloro:#006400--><span style="color:#006400"><!--/coloro-->USB Loader Ultimate V7 Configuration Settings for Widescreen :<!--colorc--></span><!--/colorc-->
# *****USB Loader Ultimate V7 Configuration Settings*****
#
#
#
# All lines starting with # are comments
# Any lines not starting with # are used for your loaders settings
# Default values are in [ ]
#
#
# images_path = [SD:/images/]
# Path must be SD:/dirname/ (with a trailing slash at the end)
images_path=SD:/images/
#
# Full Screen Background = image_name.png
# The name of your background image, in PNG format, located in your images path (see above option)
# If not specified, a default template will be used.
background = bg.png
#
# Widescreen Background = image_name.png
# The name of your widescreen background image, in PNG format, located in your images path (see above option)
# If not specified, a default template will be used.
wbackground = wbg.png
#
# Game Covers = 0 [1]
# 0 => No cover / boxart displayed
# 1 => Cover / boxart displayed, 160x225 PNG format in images path (see option above)
covers = 1
#
# Download = [0] 1
# 0 => Missing covers are not downloaded
# 1 => Missing covers are downloaded when prompt arrow is in front of a game with no cover / boxart
# (Network is only set up once for every session, until you run the loader again)
# ***NOTE: No action can be performed while images are downloading***
download = 1
#
# Background Layout = original, small, medium, large, large2, ultimate1, [ultimate2] [ultimatew]
# original => 6 lines of games per page
# original2 => 6 lines of games per page (widescreen)
# small => 9 lines of games per page (same background as original)
# medium => 17 lines of games / page
# large => 21 lines of games / page (nixx)
# large2 => 21 lines of games / page (usptactical)
# ultimate1 => 12 lines of games / page (WiiShizza)
# ultimate2 => 12 lines of games / page( jservs7 / hungyip84)
# ultimatew => 12 lines of games / page widescreen mode
# (ultimatew is the default when user set widescreen = 1)
layout = ultimatew
#
# Protection Mode = [0] 1 2
# 0 => Normal mode : All controls working
# 1 => Child mode : All controls except the ability to install and remove game
# 2 => Teen mode : All controls except the ability to remove game
simple = 0
#
# HOME Button = [reboot] exit
# reboot => Pressing HOME button in the loader will reboot the Wii
# exit => Pressing HOME button in the loader will send you back to the HomeBrew Channel
# (Not Recommened if HBC is not installed, the whereabouts are unknown if HBC is not installed)
home = reboot
#
# console_coords=x,y,width,height
# Coordinates for where titles are displayed (Default value is set as default layout(ultimate1))
#
console_coords = 40,98,350,285
#
# covers_coords=x,y
# Coordinates for where your covers / boxart are displayed (Default value is set as default layout(ultimate1))
#
covers_coords = 482,135
#
# console_color=x,y
# x = foreground (text)
# y = background
# Change color of console where titles are displayed (First number is text color, second number is background color)
#
# Color Code - View colors at: <a href="http://img6.imageshack.us/img6/720/colorchart.png" target="_blank">http://img6.imageshack.us/img6/720/colorchart.png</a>
#
# 0 = Black
# 1 = Dark Red
# 2 = Dark Green
# 3 = Dark Yellow
# 4 = Dark Blue
# 5 = Dark Purple
# 6 = Light Blue
# 7 = Gray
# 8 = Light Gray
# 9 = Red
# 10 = Green
# 11 = Yellow
# 12 = Blue
# 13 = Purple
# 14 = Teal
# 15 = White
#
# Example: 4,15 (Blue font on White background)
#
console_color = 0,15
#
# entry_lines = [12] (The number of entry lines you want to display per page, default = 12)
#
entry_lines = 12
#
# max_characters = [37] (The number of letters / characters you want to display per line, default = 37)
#
max_characters = 37
#
# savesettings = [0] 1
# 0 => Settings for each game are not auto-saved to the SD card during game boot
# 1 => Settings for each game are auto-saved to the SD card during game boot
savesettings = 0
#
# video = [game] system patch
# game => Use the games default video mode
# system => Use the system default video mode
# patch => Force video mode (Play NTSC on PAL, visa versa, in color)
video = game
#
# ocarina = [0] 1
# 0 => Ocarina cheat system not enabled by default
# 1 => Ocarina cheat system enabled by default
ocarina = 0
#
# language = [console] japanese english german french spanish italian dutch s.chinese t.chinese korean
# language => The language to use in-game, instead of game default. Language needs to be present on ISO.
language = console
#
# parentalcontrol = [0] 1 2 3
# 0 => Turn off parental control
# 1 => Only allow games with 0 to show up (in titles.txt)
# 2 => Only allow games with 0 or 1 to show up (in titles.txt)
# 3 => Only allow games with 0 or 1 or 2 to show up (in titles.txt)
# Example 1: In titles.txt, RMCE = Mario Kart, you would add = 1 (RMCE = Mario Kart = 1)
# If set to 1, this game would not be shown, the game would only be shown on 2 or 3, or with parental controls off
# Example 2: In titles.txt, RZZE = Madworld (No number is needed) (Mature Rating)
# If set to 1, 2, or 3, the game would not be shown, the game would only be shown with parental controls turned off
parentalcontrol = 0
#
# downloadinstall = [0] 1
# 0 => Don't download cover art when you install game
# 1 => Download cover art automatically when you install game
downloadinstall = 0
#
# hidesettingmenu = [0] 1
# 0 => Allow access to the settings menu by pressing B
# 1 => Hide the settings menu
hidesettingmenu = 0
#
# widescreen = 0 [1]
# 0 => No widescreen
# 1 => Widescreen
# WARNING: If you turn on the widescreen, the loader will resize the image from your SD card.
# Toggling between widescreen and full screen would cause loss in image quality.
widescreen = 1
#
# ENJOY
 

wiimano

Well-Known Member
Member
Joined
Apr 9, 2009
Messages
203
Trophies
0
XP
26
Country
United States
BIG MOE, is there any way to change the title of my thread? I would like it to be:

All USB Loader Ultimate v7 Configuration Settings & Backgrounds (Widescreen & Full Screen)
 

BIG MOE

๔*๖ LORD BIG MOE ™
OP
Member
Joined
Oct 19, 2008
Messages
1,253
Trophies
0
Location
Wiiland Hills
XP
69
Country
Syria
wiimano said:
BIG MOE, is there any way to change the title of my thread? I would like it to be:

All USB Loader Ultimate v7 Configuration Settings & Backgrounds (Widescreen & Full Screen)
only Mods and Admins will be able to help with that
wink.gif
, I'll update a special topic for your thread
wink.gif
thanks
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: 16 is becoming bare minimum for today's gaymes +1