Hacking USB Loader... my turn ;)

WiiShizzza

Graphics juggler
OP
Member
Joined
Oct 10, 2008
Messages
1,201
Trophies
0
Website
Visit site
XP
230
Country
Gambia, The
@hungyip84

Yes, it will effect 4:3 screens. on 4:3 screens picture will get cut off left and right.

There should be a switch in the config.txt.
I think PNo4 posted a nice idea on how to do it some pages back.
 

[email protected]

Well-Known Member
Member
Joined
Apr 30, 2007
Messages
273
Trophies
0
XP
148
Country
bg216x9.png


slightly more accurate DVD cover type for 16x9 (slight adjustment in box..)

set config to;

covers_coords=478,110

cover fits spot on...
 

ssc4k

New Member
Newbie
Joined
Apr 14, 2009
Messages
1
Trophies
0
XP
1
Country
United States
I am having trouble installing waninkoko's usb loader. When I first loaded it I realized that I needed the custom CIOS so I proceded to download cIOS 36 rev10 and I get an error at the end of the install for the ticket.

I am on system menu 4.0 and have not previously installed anything but the homebrew channel and dvdx on 3.4.
 

tenja

Well-Known Member
Newcomer
Joined
Jun 17, 2007
Messages
57
Trophies
0
XP
80
Country
Senegal
Noob question...Why every time i try turning on the Download cover function my usb loader will crash and a black screen say (DSI) error with alot of codes and such.....can anyone teach me how to solve it?
 

hungyip84

Well-Known Member
Member
Joined
Mar 5, 2007
Messages
470
Trophies
0
XP
126
Country
United States
tenja said:
Noob question...Why every time i try turning on the Download cover function my usb loader will crash and a black screen say (DSI) error with alot of codes and such.....can anyone teach me how to solve it?

When it is initializing the network, don't press any button, or you will crash the loader. It is an existing problem for initializing network.
 

Chrnosclock

Well-Known Member
Newcomer
Joined
Apr 13, 2009
Messages
56
Trophies
1
XP
397
Country
United States
ssc4k said:
I am having trouble installing waninkoko's usb loader. When I first loaded it I realized that I needed the custom CIOS so I proceded to download cIOS 36 rev10 and I get an error at the end of the install for the ticket.

I am on system menu 4.0 and have not previously installed anything but the homebrew channel and dvdx on 3.4.
You have problems with Waninkokos loader, not this one, so please, leave this thread and ask for help in the original thread. Here are already to much question regarding completely different topics, instead of input for this great loader.
 

ZeD

Well-Known Member
Member
Joined
Jul 17, 2007
Messages
394
Trophies
0
Age
35
Website
Visit site
XP
311
Country
@tenja
as it says on the first post, have you done the following?
Code:
Instructions:
-Check if you have cIOS rev10. If not, please update (using Custom IOS Installer (v36 rev 10))
-Download the newest version
-Rename the .dol to boot.dol
-Place it in /apps/usbloader/
-Place also title.txt, config.txt and Images-Folder in /apps/usbloader/ (optional)

I had a few errors before I installed Rev10
 

evvil

Well-Known Member
Member
Joined
Dec 29, 2006
Messages
164
Trophies
0
XP
163
Country
Just some ideas for config file additions, not sure how hard it would be to implement any of them, but this thing dose everything else so why not? Remember you don't have to use any of these! they would be there for the people that would like them. I don't want to hear "I don't need that" or "that's pointless" or any kind of nay saying. The config options are to add choices, and when has having more of them ever been a bad thing?


# console_header = 0 [1]
# turn the text at the top of the console off "[+] Select the game you want to boot:"
# 0 => no text is displayed
# 1 => "[+] Select the game you want to boot:" is displaed at top of console

console_header = 1


# header_text = [[+] Select the game you want to boot:] default
# Change the text at the top of the console, normally displays "[+] Select the game you want to boot:"

header_text = Select Wii game:


# hdd_info = 0 [1]
# turn the text at the bottom of the console off "Used: 00.00GB, Free: 000.00GB, Games: 00"
# 0 => no text is diplayed
# 1 => "Used: 00.00GB, Free: 000.00GB, Games: 00" is displayed at bottom of console

hdd_info = 1


# console_pointer = [|>] default
# Change the look of the console pointer "|>" shows as default

console_pointer = ->
 

hungyip84

Well-Known Member
Member
Joined
Mar 5, 2007
Messages
470
Trophies
0
XP
126
Country
United States
Ultimate V7 beta:

Added setting screen (by pressing B)

Added two config options:

#
# parentalcontrol = [0] 1 2
# 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)
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
#

in titles.txt, you can set access level by something like this:

RMCE = Mario Kart = 1

I will add hidesetting config next, but I want some feedback first.
Widescreen option would be added in beta 2.

http://sharebee.com/11d2bd9d

This version is based on 1.4
 

hungyip84

Well-Known Member
Member
Joined
Mar 5, 2007
Messages
470
Trophies
0
XP
126
Country
United States
evvil said:
Just some ideas for config file additions, not sure how hard it would be to implement any of them, but this thing dose everything else so why not? Remember you don't have to use any of these! they would be there for the people that would like them. I don't want to hear "I don't need that" or "that's pointless" or any kind of nay saying. The config options are to add choices, and when has having more of them ever been a bad thing?


# console_header = 0 [1]
# turn the text at the top of the console off "[+] Select the game you want to boot:"
# 0 => no text is displayed
# 1 => "[+] Select the game you want to boot:" is displaed at top of console

console_header = 1


# header_text = [[+] Select the game you want to boot:] default
# Change the text at the top of the console, normally displays "[+] Select the game you want to boot:"

header_text = Select Wii game:


# hdd_info = 0 [1]
# turn the text at the bottom of the console off "Used: 00.00GB, Free: 000.00GB, Games: 00"
# 0 => no text is diplayed
# 1 => "Used: 00.00GB, Free: 000.00GB, Games: 00" is displayed at bottom of console

hdd_info = 1


# console_pointer = [|>] default
# Change the look of the console pointer "|>" shows as default

console_pointer = ->

Would this be too much? Haha
 

rockbmi

Well-Known Member
Member
Joined
Jul 31, 2007
Messages
610
Trophies
1
Age
36
XP
2,351
Yeah maybe lol, its good though that virtually everything with this loader can be changed. Im surprised you even did the parental controls. Thankyou
smile.gif
 

brownmurder

Well-Known Member
Member
Joined
Oct 27, 2008
Messages
164
Trophies
0
XP
194
Country
United States
its been 2 days since i updated this loader so i dont know if this bug has been fixed, but when you turn off your wii when on the usb loader it doesnt turn off the wiimote

not a big deal i know but it drains the battery
 

evvil

Well-Known Member
Member
Joined
Dec 29, 2006
Messages
164
Trophies
0
XP
163
Country
hungyip84 said:
evvil said:
Just some ideas for config file additions, not sure how hard it would be to implement any of them, but this thing dose everything else so why not? Remember you don't have to use any of these! they would be there for the people that would like them. I don't want to hear "I don't need that" or "that's pointless" or any kind of nay saying. The config options are to add choices, and when has having more of them ever been a bad thing?


# console_header = 0 [1]
# turn the text at the top of the console off "[+] Select the game you want to boot:"
# 0 => no text is displayed
# 1 => "[+] Select the game you want to boot:" is displaed at top of console

console_header = 1


# header_text = [[+] Select the game you want to boot:] default
# Change the text at the top of the console, normally displays "[+] Select the game you want to boot:"

header_text = Select Wii game:


# hdd_info = 0 [1]
# turn the text at the bottom of the console off "Used: 00.00GB, Free: 000.00GB, Games: 00"
# 0 => no text is diplayed
# 1 => "Used: 00.00GB, Free: 000.00GB, Games: 00" is displayed at bottom of console

hdd_info = 1


# console_pointer = [|>] default
# Change the look of the console pointer "|>" shows as default

console_pointer = ->

Would this be too much? Haha


Lol perhaps, but if you don't want to bother with it you wouldn't even put the lines in your config.txt, and when somone down the road asks "hey con you compile me one without the text or with custom text" you can say "its already in there pal!"
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Skelletonike @ Skelletonike:
    There are different ways of fanservice
  • Skelletonike @ Skelletonike:
    the first manga I bought, was Psychic Academy, when I was like 12?
  • Skelletonike @ Skelletonike:
    That was good 2000s ecchi
  • Skelletonike @ Skelletonike:
    Great plot too
  • Vetusomaru @ Vetusomaru:
    psychic academy. lol. it was meh even back then when i bought volume 1. also same author also made one of the manga adaptions of Escaflowne.
  • Skelletonike @ Skelletonike:
    Pfffft!
  • Skelletonike @ Skelletonike:
    I have all the volumes.
  • Vetusomaru @ Vetusomaru:
    btw do u have discord?
  • Vetusomaru @ Vetusomaru:
    last tv anime i remember with nipples i personally watched was Senran Kagura
  • Skelletonike @ Skelletonike:
    yeah I do
  • Skelletonike @ Skelletonike:
    I mostly read, haven't watched much, but I do keep my cunchyroll sub.
  • Skelletonike @ Skelletonike:
    Found out one of my fave animes got an adaptation this season

    the other day lol
  • Skelletonike @ Skelletonike:
    Yuusha ga Shi
    nda
  • Vetusomaru @ Vetusomaru:
    crynchyrolls is cancer, especially with the censorship they do like they did with Oshimai
  • Vetusomaru @ Vetusomaru:
    can u post your discord here or at dm?
  • Skelletonike @ Skelletonike:
    No idea
  • Skelletonike @ Skelletonike:
    it's my username
  • Vetusomaru @ Vetusomaru:
    and number?
  • Skelletonike @ Skelletonike:
    it needs the number?
  • Vetusomaru @ Vetusomaru:
    okey dokey. i ve sent u friend request.
  • Vetusomaru @ Vetusomaru:
    i have same username with here
  • Skelletonike @ Skelletonike:
    alright, accepted
    +1
    Skelletonike @ Skelletonike: alright, accepted +1