Recent content by Hendi48

  1. H

    Hacking GameTDB - game information database + covers

    Still doesn't work This time it wasn't even listed at Latest Artworks
  2. H

    Hacking GameTDB - game information database + covers

    I've found a bug: As there was no normal boxart for Dragonball Z Budokai Tenkaichi 3 (RDSPAF), I decided to upload it. In the upload form I selected the PNG file, type = Cover, language = EN. After uploading it, I could still only see the 3D-Cover. I looked at "Latest Artwork", where my entry...
  3. H

    Gaming Homebrew can't load SD cards

    Hello, I have a big problem. As I wanted to install BootMii, I thought of ways how to remove preloader. I made a big mistake: I've downloaded 4.0E from NUS and installed it - well preloader was gone then and I could install BootMii and the new HBC. After that I've overwritten it with v1.0.1...
  4. H

    Gaming Detect scrubbed games

    That won't help me... Scrubbed ISOs have the same size as normal ones. They're only smaller when they are trimmed.
  5. H

    Gaming Detect scrubbed games

    Hello, does somebody know how you can find out, if a Wii game is scrubbed or not? Is there a specific block that always gets scrubbed? I know I could just compress the ISO to find that out, but I want to implement a method in my WBFS Manager, which tells me whether a ISO is a 1:1 copy...
  6. H

    Hacking Need help coding Delphi ISO parser

    No idea? Does anyone know a person who could help me with this or a better forum to post this question in?
  7. H

    Hacking Need help coding Delphi ISO parser

    Hello, sorry if this is the wrong section for this topic; I didn't know in which section I should put it. I've already done quite a bit and my problem is reading the file contents. Most of it is a translation of "disc_usage_table.c" from wbfs.exe, but I didn't want to use Pointers, so I...