Recent content by zx3junglist

  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