Search results

  1. Alexander Prime

    Hacking Uwizard: All-In-One Wii U PC Program

    I feel like I need to clear something up, because ideas are getting mixed that are actually very different. There is no such thing as an "illegal file". The concept can't exist, or else large databases and network transfers might get any number of parties arrested just because some copyright...
  2. Alexander Prime

    Hardware Baseless Nintendo NX speculation thread

    I was with you until the last line. If you work there, what you're saying can't be speculation, so you're disqualified. Sorry.
  3. Alexander Prime

    Hacking How long does everyone think until an emulator?

    I wasn't implying anything about the difficulty. Just curious how it worked.
  4. Alexander Prime

    Hacking How long does everyone think until an emulator?

    I seem to remember reading that Wii U games access hardware functions through libraries provided by the system, rather than directly. Would it be reasonable to guess that an "emulator" running its games would actually just be a PPC interpreter and a set of libraries providing the same...
  5. Alexander Prime

    Game Genie - The Pros and Cons

    Ah, we were already on the same page. My bad. I'm not sure if there's anyone on the other side of this debate, but I'll go ahead and ask anyway: Why on Earth would anyone cheat against other players? If you win, the victory is cheap and false, and if you lose you're an even bigger idiot...
  6. Alexander Prime

    Game Genie - The Pros and Cons

    I don't like that we use the word "cheat" as a catch-all for changing memory values at runtime. "Mods" are modifications to the game, but we only use the word to mean file modifications, when the majority of "cheats" I use are actually just mods that let you explore parts of the game's behavior...
  7. Alexander Prime

    Hacking SmashStack not working?

    You haven't given us much to go on here. You know one part of the process that isn't working; now you need to eliminate ones that are. Are the Smash Stack files copied completely, and not corrupt? Can you copy regular stage files to/from the card from in-game? Do other games that use the SD...
  8. Alexander Prime

    Hardware Baseless Nintendo NX speculation thread

    No matter the NX's true form, I expect the 3DS to be around for a while, until Nintendo's certain they've got a foodhold. Rather, to push along the transition, the new membership service just acts as a cross-platform eShop account on older devices, so for the 3DS's purposes there is little...
  9. Alexander Prime

    Hardware Baseless Nintendo NX speculation thread

    Clearly. My point was that the image wasn't meant to say anything about the NX aside from it supporting the new membership service, so we shouldn't assume more than that. Nintendo's not dropping us secret messages here. However, as I linked in my previous post, they have made a separate...
  10. Alexander Prime

    Hardware Baseless Nintendo NX speculation thread

    Ah, turns out there was an official translation which calls NX a "hardware system": http://www.eurogamer.net/articles/2015-03-17-nintendo-nx-is-new-hardware-with-a-brand-new-concept So switch the terminology around in my earlier posts. NX is the new handheld, and its "brand-new concept" is...
  11. Alexander Prime

    Hardware Baseless Nintendo NX speculation thread

    If you're talking about this, it says no such thing. This is just a presentation image, probably displayed during a talking point, that summarizes what platforms their new membership service will be available on. The fact that Tablet and PC are on here makes it obvious that there is no further...
  12. Alexander Prime

    Hardware Baseless Nintendo NX speculation thread

    Source? From what I've read Iwata has been very conspicuous about not referring to it as hardware. The term "platform" comes up over and over again, almost like a mantra.
  13. Alexander Prime

    Hardware Baseless Nintendo NX speculation thread

    Sure, let's throw environment awareness in there as well. If the handheld knows its position and orientation in the room, and has a front-facing camera with head tracking, it can be used as a "window" into a virtual world around the player. That's all software, though. If it's a flagship...
  14. Alexander Prime

    Hardware Baseless Nintendo NX speculation thread

    NX will not support virtual reality at launch. Nintendo is too dedicated to maintaining mass appeal to even attempt it, to say nothing of the UX hurdles they'd have to overcome. They market the 3DS as "glasses-free" for a reason.
  15. Alexander Prime

    Hacking Wii U Piracy Discussion

    This guy is living like a king because he made a game that people wanted to pay for. A lot of developers could learn from him.
  16. Alexander Prime

    Hardware Baseless Nintendo NX speculation thread

    We doing this now? Alright, here we go: NX refers to a software platform build by Nintendo with new partners, emphasizing ease of development and system-wide connectivity. When it is announced, a new handheld is shown using it, but Nintendo makes a point of stating that all future Nintendo...
  17. Alexander Prime

    Hacking Wii U Hacking & Homebrew Discussion

    Crypto buddy and I are discussing the possibility that the hash is generated from only part of the image file, or maybe the decoded pixel data. Could also be salted, which is pretty much doom for anything but a grueling brute force crack. I'll be handing the files to him when he's off work.
  18. Alexander Prime

    Hacking Wii U Hacking & Homebrew Discussion

    The image is probably created with third-party code, so it wouldn't contain any custom data. More likely the hash is generated from the file after the fact. MD5 generates a 128-bit hash, while the accompanying binaries are 256 bytes each. That won't be it. Just tried sha256 as well, no dice...
  19. Alexander Prime

    Hacking Wii U Hacking & Homebrew Discussion

    Ah, I think I understand now. You want to be able to generate your own .bin files like this one to trick the game into loading compromised images, yes? I guess the assumption is that it's a hash of the image, and you're trying to sort out the algorithm. Sounds interesting, actually. Maybe I'll...
  20. Alexander Prime

    Hacking Wii U Hacking & Homebrew Discussion

    Scribbling out the binary and hex doesn't make much difference if you leave the characters clearly visible in the right column. :P I'm having a hard time understanding what you're trying to do here. This file is only 32 bytes long, clearly not an executable of any kind, so I don't know what...