that's what they say... always had good luck on the wd portables.The Wii's usb port was not designed to power portable hard drives.
that's what they say... always had good luck on the wd portables.The Wii's usb port was not designed to power portable hard drives.
If your drive is greater than 2tb use fat32 with 64k blocksize, update to latest bb version of loader and make sure header cache option is on. Making a bunch of extra folders and trying to switch them in is going to be a nightmare. If the gamelist hasnt changed from the last time things will be as fast as small collections, if it has then it recaches the lists which will be a delay. Also if your having slow artwork or banners it caches those too so you may want to move it through the list till all the art is shown. Basically the more you use it the speedier things should get. If speed doesnt improve you may have a faulty hdd or sd card. At that point its time to verify your filesystems and game files.I‘ve searched around now for a while, but what‘s the best way of managing larger collections?
If my wbfs folder contains too many files, USB Loader GX takes forever to load. And when the menu is ready to be used, I still can‘t see any images of the covers, as it slowly loads them one at a time.
So basically what I have to do so far, is to move undesired games from my wbfs folder into another on on my hard drive (its an external Seagate), to keep the wbfs folder small. This is very inconvinient, as I have to plug it into a PC first and move the games I like/dislike at the moment.
I wonder, why there is no option to just set the path of the wbfs files, like for the artwork. It would be much easier to group the games in folders (like for example genres), just switch the wbfs root folder in the settings and reload the USB Loader GX (or refresh the games).
I have no problem on game loading times, it‘s just the menu itself struggling with the amount of content…
How are bigger collections Supposed to be handled? Did I do something wrong?
The builds blackbox maintains, they have advanced features that will make what you are trying to do easier. I would ditch ntfs also, but your call if you get it working the way you want.bb version
You can only download r1272 or older from SourceForge. Newer official releases are on GitHubbut i am using the latest sourceforge release which is version 3.0 r1281
Some people have thousands of games and don't experience any issues. So roughly how many do you have?I‘ve searched around now for a while, but what‘s the best way of managing larger collections?
If my wbfs folder contains too many files, USB Loader GX takes forever to load.
The only list that's a little slow to populate is the channel grid, since that's got to load in animated banners for each game.I still can‘t see any images of the covers, as it slowly loads them one at a time.
Check Badablek's posts for that mod.I’m trying to get my tabs to look like this.
Any ideas?
Running ver. 3.0.1269 tab mod
I just tested this and can confirm that it's working for me, so I'll shoot you a private message about this.I can't get the partial (for Wii-Saves) EmuNAND on USB get recognized by the games started via ULGX. It works if I unhide the USB drive.
AromaBasePlugin, Wii U Menu patches and then enable Avoid "Format" dialog on Wii U Menu.Everything's goodHey how is everything
what is the newest version of USB Loader GX TAB?
I meant Github, sorry. I just mixed up where I downloaded it, because my first versions were from Sourceforge.You can only download r1272 or older from SourceForge.
Some people have thousands of games and don't experience any issues. So roughly how many do you have?
The only list that's a little slow to populate is the channel grid, since that's got to load in animated banners for each game.
If deleting the usbloader_gx folder and reinstalling the loader doesn't speed things up then I'd assume that it's either got something to do with you using NTFS or that the d2x cIOS doesn't play nice with your USB HDD.
- Reformat the HDD to FAT32 (Wii Backup Manager has a tool to do this)
- Use…to install the games
- Change the cover paths from SD to USB if they're still slow to load
use ""wii backup fusion"" for Linux ==>I have no Wii Backup Manager, as I have only Linux systems at home. But I can format it with Gparted there…
The loader should easily be able to handle 1050 games. And you should only experience a brief (~3 seconds) pause the first time you boot the loader, since that's when it's building the cache.I had about 1050 wbfs files in the folder. But I did only try this 1-2 times, and it was unbearable slow. I moved most of them out and have now about 260 in it. When I start the loader, I see a white screen about 10-15 sec. Then the menus load, and the cover images get rendered. So it‘s acceptable with that amount of games.
I changed all 4 cover paths to usb1:/ so that shouldn‘t be an issue. I‘m not sure, what path I set for the BNR cache, whatever that is…The loader should easily be able to handle 1050 games. And you should only experience a brief (~3 seconds) pause the first time you boot the loader, since that's when it's building the cache.
The cache and the covers are likely being loaded from your SD card, so if your USB HDD isn't to blame then it's the SD card. Although it's less likely for it to be caused by an SD card.
As jeannotte pointed out, there are other options. But in general they're all frontends for WIT.
I don't know if any of these will create the correct directory structure like Wii Backup Manager though.
If you were to change the paths back to the SD card and your covers start to load faster then that'd confirm that it's the USB HDD.I changed all 4 cover paths to usb1:/ so that shouldn‘t be an issue.
The animated banners, which you'd see if you use the channel grid view.I‘m not sure, what path I set for the BNR cache, whatever that is…
This issue occurs when your SD card isn't one big FAT32 partition. So you've got two options.However I am having trouble with cover art. When I try to download covers I get the error "Can't create directory usb8/apps/usbloader_gx/images".
diskpart
list disk
select disk X (change X to the disk number for your SD card)
clean
create partition primary
format fs=fat32 unit=32k quick
assign
exit