Recent content by Chupi

  1. C

    Homebrew [WIP] rehid:- Button remapping for 3ds

    Have you tried it elsewhere? And is your 3DS a "New" one? I recall Smash being an "extended memory" game, meaning the system reboots when you start or close it on old 3DS. I'm not sure whether this interferes with rehid functioning. "press CUP get UP" -- this maps it the other way, makes it so...
  2. C

    Homebrew [WIP] rehid:- Button remapping for 3ds

    After reading the source code to see what dpadtocpad actually does, I see it may be necessary to add key remaps for it too. Here's the whole thing: {"keys":[ {"press":"UP","get":"CUP"}, {"press":"DOWN","get":"CDOWN"}, {"press":"LEFT","get":"CLEFT"}...
  3. C

    Homebrew [WIP] rehid:- Button remapping for 3ds

    Try: {"dpadtocpad":true} This uses rehid's builtin D-pad to circle pad remap. Put that in rehid.json. If you want it to apply to one or more games, put copies of the file in /rehid/titleid/ with the full title ID of each game. If you want it to apply to all games that don't have their own...
  4. C

    Homebrew [WIP] rehid:- Button remapping for 3ds

    No, and it will NEVER work with NDS games since the 3DS reboots into a different OS to run those. The only hope of remapping buttons in DS games would be some modified TwlBg maybe. The closest you're getting unless somebody makes that is changing "button mode" to "L=A" in Pokemon Platinum's...
  5. C

    Homebrew [WIP] rehid:- Button remapping for 3ds

    Rehid shouldn't affect the camera working or not. Only thing I can think of that could affect it is if you remap its controls so it's unusable, or remap L/R in the home menu which would make it impossible to launch the quick camera. Did you hold select at boot and enable game patching and...
  6. C

    Hacking Homebrew [Release] AGB_edit: Edit/dump GBA VC injects & auto sleep on lid close

    No, it's not possible to desaturate colors. That requires each color channel's brightness to depend on other channels. The color filter that Nintendo made AGB_FIRM work with is a simple lookup table. For each of the 3 RGB channels, each possible value from 0-255 has an entry in the table. If...
  7. C

    Tutorial NAND Dumping 2DS/3DS/3DS XL/N3DS/N3DS XL!

    If it's already modded, you can get the same NAND dump that a hardmod would give you, using Godmode9. Furthermore, Godmode9 can also give you the keys to decrypt your NAND dump and SD card contents. A hardmod can't do that. The last thing that hardmods were good for was restoring bricked...
  8. C

    Homebrew [WIP] rehid:- Button remapping for 3ds

    Seconding this. It could also be helpful in games where you have to hold a button to run, and you want to run most of the time.
  9. C

    Homebrew [WIP] rehid:- Button remapping for 3ds

    It does this. Just go into /rehid on your SD card and rename whatever config you want to use as the global one to rehid.json. If another one exists for the game you're playing, it will ignore rehid.json and use that one instead, so get rid of any title specific ones if you want to make sure it...
  10. C

    Hacking Homebrew [Release] AGB_edit: Edit/dump GBA VC injects & auto sleep on lid close

    Sorry I missed this message. For reference, no, it doesn't matter what button combo you put for wake, it will wake when you open the lid. I don't know for certain, but I think it just fires whatever interrupt is needed to wake it when you open the lid. Make sure there is no UNPACKTMP directory...
  11. C

    How to prevent paint chipping on new 3DS XL

    Always sad to see a special edition one messed up like that. The only ways to make it not ugly that I've seen are putting on a skin, peeling off the rest of the paint using tape so it's metallic silver, or replacing the shell with a 3rd party one. All of which take away the special edition and...
  12. C

    Homebrew [WIP] rehid:- Button remapping for 3ds

    I have a strange problem with rehid 4.0. After updating from 3.0, the C-stick to circle pad part of my mapping for Pokémon Alpha Sapphire doesn't work right. Previously it moved my character around, although it wasn't able to move diagonally or at angles, and also worked in menus but felt very...
  13. C

    Hacking Homebrew [Release] AGB_edit: Edit/dump GBA VC injects & auto sleep on lid close

    SP 101 is exactly what I wanted the default setting to look like. I consider that the canonical, optimal appearance for most GBA games even though some/many of them were designed with over-saturated colors to compensate for the duller screen of the original GBA. No idea why Nintendo made these...
  14. C

    Hacking Homebrew [Release] AGB_edit: Edit/dump GBA VC injects & auto sleep on lid close

    This error most likely means it can't find one of the accessory programs it needs. Did you extract the whole zip including the progfiles folder? If you haven't installed a zip program, Windows likes to open zip files as if they're folders. But then if you run an exe that's inside the zip, it...