Search results

  1. Z

    Hacking Configurable USB Loader

    any reports on whether the configurator works in linux under wine?
  2. Z

    Hacking having to reinstall game iso's

    often this happens when the usb drive goes to sleep mode, you may want to try IOS 222 if you haven't already, for example with cfg loader. however, that doesn't explain why the same is happening with the usb stick. it's also possible that you have some bad rips. *edit* it also occurred to me...
  3. Z

    Hacking 4.2U firmware issue and backup loaders

    HBC == homebrew channel
  4. Z

    Hacking wwt+wit: Wiimms WBFS+ISO Tools

    @Wiimm: I can report that the mkdir fix in 0.27a is working very well
  5. Z

    Hacking wwt+wit: Wiimms WBFS+ISO Tools

    and what I end up with is neatly organized .wbfs files in my output directory. Very nice. My god do I love linux and GNU tools.
  6. Z

    Hacking wwt+wit: Wiimms WBFS+ISO Tools

    @Wiimm: very glad to hear that you're actively developing this. It's very helpful. I fear that the directory creation still may not be working properly, but I'm not convinced that I'm using the syntax correctly. *EDIT* I'm not sure if it matters, but if it's not clear from the output, I'm using...
  7. Z

    Hacking wwt+wit: Wiimms WBFS+ISO Tools

    Hi Wiimm, fantastic tools, thank you. I have a question, I'm using "wit" to scrub .iso files into .wbfs to my NTFS disk. The format that usb loaders are expecting is ./wbfs/GAMEID_gametitle/GAMEID.wbfs. My USB drive is mounted at /media/Wii. So, when I use wit I do something like: wit SCRUB -B...
  8. Z

    Hacking Configurable USB Loader

    I'd make sure that you're using the first partition on that drive, and that it's set to use usb rather than sd. Themes will go in usb:/usb-loader/themes/theme-name/
  9. Z

    Hacking WDF = Wii Disc File

    you're right, I guess I misread his post. So if I understand, there's really no advantages to implementing WDF support in loaders since we already have .wbfs file support?
  10. Z

    Hacking Configurable USB Loader

    Yes, it's a limitation of FAT. You'll need to either convert to a .wbfs file, or split the iso. There are tools to do this
  11. Z

    Hacking Configurable USB Loader

    I found this confusing at first as well. The reason for the contradiction is that .wbfs and .iso file loading is relatively new and the FAQ hasn't been updated yet. .iso files must be in either: \wbfs\GAMEID.iso or \wbfs\GAMEID_titleofthegame\GAMEID.iso and the GameID is a six digit code, you...
  12. Z

    Hacking Configurable USB Loader

    Yes, but you can get around this by installing one of the forwarders listed in the first post of this thread. It will add an icon that looks like a channel in your system menu, but loads CUL for you.
  13. Z

    Hacking Configurable USB Loader

    the fat version looks in partition fat1 first, and used ios 222-mload edit* I should also mention the the "regular" dol will do essentially the same as the fat dol as long as you have those global settings set.
  14. Z

    Hacking Configurable USB Loader

    what file system type are you using on your usb? Ad card? File type (wbfs / iso / other)? If you are not using a wbfs partition, what's the full path to the files you are trying to load? Cfg loader seems to be a stickler for making sure the file name matches the ID6.
  15. Z

    Hacking WDF = Wii Disc File

    I hadn't heard of native support for WDF in either loader. I've got both installed so I suppose I'll give it a try. Are you quite sure about this? thanks -ZX
  16. Z

    Hacking Making Sparse Files (for .ISO on NTFS)

    @Wiimm you're absolutely right, it looks like the GNU cp command that's included in my distro is version 7.2, and it looks like it has sparse destination files on by default. I sort of assumed that nautilus was using cp and mv to shuffle files around, but that might not be the case. All ISO...
  17. Z

    Hacking Configurable USB Loader

    Dude, there's no need to spam the board. You just opened a new thread with this same question. It's an easy way to tick people off on a forum. Just go easy, huh?
  18. Z

    Hacking how to convert .wbfs to .iso files with same size?

    If this thread was a dog, it would have bitten you, it's right on this first page: http://gbatemp.net/index.php?showtopic=198307
  19. Z

    Hacking Monopoly Game

    may also be the wrong region. maybe try to force the video mode to ntsc or pal depending on what your setup is. also try using ios 223, 222 does black screen on some games
  20. Z

    Hacking WDF = Wii Disc File

    Speaking of which, have you gotten any idea if WDF can/will be implemented by any USB loaders? This would be the crowning achievement here, and would save on tons of disk space for those of us who chose not to use WBFS. If not, and if it is feasible, I'd suggest reaching out to some of the devs...