MBison said:
Thanks for responding pplucky.
Ok, a google search seems to have told me that the COVERS need to be on a FAT32 drive, they can't come from NTFS, even though the Wii games can load from there.
So, I moved them over to the SD card and changed the config.txt as follows:
covers_path = sd:/usb-loader/covers
and changed all the others
covers_path_2d = sd:/usb-loader/covers/2d
covers_path_3d = sd:/usb-loader/covers/3d
covers_path_disc = sd:/usb-loader/covers/disc
covers_path_full = sd:/usb-loader/covers/full
since I figured that should work. I put the covers in the sd card in the usb-loader/covers directory as well as the 2d directory. I had no style listed so I assume it would pull from the covers or the covers/2d directory only.
no dice.
so I am stumped.
Is there a reason they wouldn't load from my sd card? I did a properties on the SD card in Windows and it say the file system was "FAT" ... should that be FAT32 only? is that why?
here is my CFG Loader config now. Why can't I get covers working?
I still haven't put this config anywhere else, should I put it somewhere else also (such as on the SD card under apps (I'd have to make the directory for USB Loader cause there isn't one) or in the apps directory on the USB drive? aie. help.
...
I checked my config and there isn't a single thing about covers paths. Where mine are saved is exactly the same except 2d covers are stored directly in the /usb-loader/covers directory. Did you download your images directly on your Wii using CFG? Maybe they are the wrong file names or something? Mine are always the GameID's name. i.e. SC7E52 for Black Ops covers.
Maybe try removing all of those lines from the config and start it up again? I'm not a CFG expert or anything so I'm probably wrong, but it's worth a shot I guess.
It's not like it's that hard to do and undo.
EDIT: My config.txt is...
-------------------------------------------------------------------
# USBLoader config
# lines starting with # are comments
# see README-CFG.txt for help on options
# theme
theme = GreyMatter
# gui
gui = start
gui_transition = fade
gui_style = flow
gui_rows = 2
# device
device = usb
disable_format = 1
# partition
partition = FAT1
# language related options:
# translation = XX
# db_language = XX
# this is required for asian languages:
# load_unifont = 1
-------------------------------------------------------------------
...this file is in sd:/usb-loader/
Check your sd:/apps/USBLoader/ folder to see if there is another config file in there?
I have a sample_config.txt in there and it contains...
-------------------------------------------------------------------
# USBLoader config
# lines starting with # are comments
# see README-CFG.txt for help on options
# rename this file from sample_config.txt to config.txt if you want to use it.
# all setting in this file (sd:/apps/USBLoader/config.txt)
# will override the global config (sd:/usb-loader/config.txt)
# background = background.png
# wbackground = background_wide.png
# layout = large3
# covers = 1
# hide_footer = 1
# device = usb
-------------------------------------------------------------------