Recent content by zapfbandit

  1. Z

    Gaming blokus related nds game?

    I am very much thinking about writing a DS version, I will ensure to place a link in this thread when / if I get it done. I don't think there will be an official version for the DS since I believe Sony owns it. If anyone has any ideas / suggestions please let me know. Thanks, Zapf
  2. Z

    Hacking WiiDump 1.5.1 source code

    I am offering up the source code for WiiDump since I've just had my first kid and I haven't got time to work on it. http://www.4shared.com/file/118701183/c970...dump151src.html I hope it helps someone somewhere, Zapf Bandit
  3. Z

    Hacking SuperDump

    Hey why not generate a "*.bat" file (like wiidump does ;-) If you want to get the game name you can use something like this... CODEÂÂÂÂchar dvd_id[5]; ÂÂÂÂchar dvd_name[128]; ÂÂÂÂunsigned char* buffer; ÂÂÂÂÂÂÂÂÂÂÂÂ ÂÂÂÂ//Read the first 128 bytes worth to be able to work out the DVD ID and name...
  4. Z

    Hacking WiiDump 1.5

    Is it out yet? Where can we D/L it from? Zapf
  5. Z

    Hacking WiiDump 1.5

    Please let me know how it works out...
  6. Z

    Hacking WiiDump 1.5

    Cool... Where? I am very interested in that more info / link please. Zapf
  7. Z

    Hacking WiiDump 1.5

    Have you tried rebooting your Wii with the USB drive plugged in? I had some initial detection problems when plugging the drive in while in the HBC menu. Other than that it may simply be an incompatible drive. In theory any drive that works for the USB Loader should work for this too though. Zapf
  8. Z

    Hacking WiiDump 1.5

    Thanks for all the scripting ideas. I decided to teach myself shell scripting yesterday night, I really like Cojiros solution though, I might use it in 1.6 :-) I now generate both a "*.bat" and a "*.sh" file that *should* do exactly the same thing ;-) Anyway here is a new release, nothing...
  9. Z

    Hacking WiiDump 1.5

    Hey wolffangalchemist (and everyone else), could you please give me an example script for the CAT command? I just need to know all the other Linux subtleties. Isn't there something at the beginning of shell scripts (something like "!bsh" ?) Also how do I "echo" in shell and "pause", also how...
  10. Z

    Hacking Problems writing to USB with cIOS 36 rev 10

    I ended up modifying "usbstorage" from the USB loader as you suggested. Now in my code I do the following: CODE#include #include "usbstorage.h" ... IOS_ReloadIOS(249); ... bool sd_ok =ÂÂÂÂ(__io_wiisd.startup() == true) && ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ(fatMountSimple("sd", &__io_wiisd) == true); bool...
  11. Z

    Hacking WiiDumpSDHC 1.4

    As requested I have added USB2 FAT drive support. You can find it on the following thread: http://gbatemp.net/index.php?showtopic=162018 Please check it out, Zapf Bandit
  12. Z

    Hacking WiiDump 1.5

    WiiDumpSDHC 1.4 has been updated to WiiDump 1.5 It now supports dumping to USB2 FAT drives as well as the Wii front SD slot (to either SD or SDHC cards). Version 1.6 will probably introduce a GUI but for now 1.5 should work for all your ISO dumping needs. Anyway here it is...
  13. Z

    Hacking Problems writing to USB with cIOS 36 rev 10

    Thanks for these suggestions. I tried the modifications to libogc with no luck. I will try modifying DISC_INTERFACE __io_usbstorage and see if I have any luck. Zapf
  14. Z

    Hacking Problems writing to USB with cIOS 36 rev 10

    I had a good read of the USB loader coder and it does indeed use a WBFS. Unfortunately for me I really wanted to use FAT32 since ultimately the files need to be read from Windows (without needing an extracting program). Any ideas how I could implement this? Would it be difficult to implement...
General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: Yesterday I learned my BD Burner drive can burn CD's at 56X lol