Recent content by purespin

  1. P

    Hacking What determines the 'label' which the gateway displays on ROMs?

    Just curious if it is possible to change the display name in the Gateway multi-rom select screen?
  2. P

    Hacking 3DS NOOB PARADISE - Ask questions here

    Not sure if this has been asked before. Here is my situation: - Just received the 3DSLink from Eachmall (I know it's a clone and doesn't support EmuNAND well. But that's another topic). - My kid has been playing Animal Crossing retail cartridge for a while and she doesn't want her saves be...
  3. P

    Hacking Anyone has received the flashcart from Eachmall?

    Ordered it on Nov 28 and received it Dec 10 by Canada Post.
  4. P

    Hacking R4i Gold Deluxe ~$38 / 3dslink ~$36

    Interesting! I'm from Canada but I didn't get the PayPal payment option. Only the Credit Card 2 and Western Union.
  5. P

    Hacking Rock band 2 DLC tools.

    It's true. wget is just a standard download tools to download anything using http or ftp protocol. It won't use any console ID to download Rockband DLC.
  6. P

    Hacking Rock band 2 DLC tools.

    What's the difference between v1 and v2? I thought v2 is newer but it crashed during decryption. Then I tried v1 and it's decrypting now. finger-cross......
  7. P

    Hacking TESTERS NEEDED

    What to download?
  8. P

    Hacking RawkSD

    I'm new to this. How can I extract ark files off a PS2 disc (an ISO?)? Thanks!
  9. P

    Gaming My Sims Racing Ntsc on Pal Wii

    Which thread you referred to? My Sims Racing cannot be launched from USB loader. It hangs at the green screen even before the game starts :-(
  10. P

    Hacking Custom IOS38 rev13 Installer RELEASED!

    I will pass this one if no RB1 instruments support.
  11. P

    Hacking Any updated wbfs tools for linux?

    No, I can't assign a drive letter to my WBFS partition. The only option I got is "Delete Partition": Any other idea?
  12. P

    Hacking Any updated wbfs tools for linux?

    You have to modify the Makefile to enable the features and compile. old Makefile: DEFINES = -DLARGE_FILES -D_FILE_OFFSET_BITS=64 new Makefile: DEFINES = -DLARGE_FILES -D_FILE_OFFSET_BITS=64 -DENABLE_RENAME -DENABLE_CHANGE_DISKID After compilation, run wbfs and you will see the options.
  13. P

    Hacking Any updated wbfs tools for linux?

    Hi Hooya, I believe there is the "delete bug" in the original /cios_usb2/wbfs_linux/wbfs tools. The one I found should have fixed the issue and add some other features as well. Try compile it, you need devkitPro. Just google it.
  14. P

    Hacking Any updated wbfs tools for linux?

    Thanks for the reply. Will try this drive letter thing next time when I have a Windows machine on hand.