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.Hi! I know this thread is old but i hope someone could help, so, i tried EVERYTHING i saw in here and in other places, but i dont think people considers "what if my camera didnt work?", so yeah, i installed rehidhelper, created an rehid file with the right title and remappings on the root of my 3ds, and nothing happened. Its on the most versions of both luma and rehid and it just doesnt work, also, the rosalina process list hasnt rehid either. Im trying to shiny hunt on a gba game and the reset buttons are awlful, its a custom game since it doesnt have on 3ds so idk if the titleid works. Pls if someone who still reading know how to help it would be greatful. Thanks!
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.Has anybody been able to get this working with nds games? Trying to remap ZL to A and it works in home menu and 3ds games, but not my cartridge copy of pokemon platinum
That config stopped the dpad from moving the camera at the same time, but the directions are still askew for some reason.
For clarification, the movement directions on the dpad are consistently rotated slightly anti-clockwise, like this:View attachment 273708
Edit: I managed to get a recording of the game, this is how the dpad movement acts.
Try:Hi,
I have a question. Is it possible to map circle pad input to dpad AND dpad input to circle pad at the same time, or can you only map in a single direction?
Okay sounds like that's not possible, so instead I wanted to try just simple one-way binding.
I want to test it out so that my dpad will behave like the cpad, so I can move my characters in Smash Bros 3DS with the dpad instead of the circle pad. I tried every what seems like every combination of configs using 3dsRemapBuilder, including cpad to dpad and dpad to cpad with and without individual c direction to d direction, but I can't seem to get it working - either the cpad behaves like the dpad (and my character just performs a taunt in Smash Bros 3DS instead of moving), or the dpad doesn't do anything at all, etc.
How do I get my d pad to act like the c pad so I can move my character in Smash Bros 3DS with the d pad?
I've always wanted to try 3DS games with the dpad just to see what it's like, I hope it's possible.
Thank you.
{"dpadtocpad":true}
I tried that before and again just now, but dpad only works for moving my character in Smash Bros 3DS when I'm in the air - like I can jump and then move with the dpad. If I'm standing still, it still does a taunt with the dpad. If I'm already moving, I can hold the dpad direction down to keep moving, but if I try to change direction with dpad, it just taunts again. I can even tap jump with dpad up and then move when I am in the air, but if I am standing still, nope still just taunts.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 folders and config files (including the home menu and applets) put it in /rehid/.
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:I tried that before and again just now, but dpad only works for moving my character in Smash Bros 3DS when I'm in the air - like I can jump and then move with the dpad. If I'm standing still, it still does a taunt with the dpad. If I'm already moving, I can hold the dpad direction down to keep moving, but if I try to change direction with dpad, it just taunts again. I can even tap jump with dpad up and then move when I am in the air, but if I am standing still, nope still just taunts.
Does the remapping not work properly for certain games, or is there some other setting I need, or something else?
{"keys":[
{"press":"UP","get":"CUP"},
{"press":"DOWN","get":"CDOWN"},
{"press":"LEFT","get":"CLEFT"},
{"press":"RIGHT","get":"CRIGHT"}
],
"dpadtocpad":true}
I believe I tried that combination before too, with that config now the dpad doesn't do anything at all in any direction, which is the problem I had before. Earlier I also tried that with like press CUP get UP, etc, and it still didn't provide my desired result.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"}, {"press":"RIGHT","get":"CRIGHT"} ], "dpadtocpad":true}
Dpadtocpad just makes it push the circle pad to 100% in each direction that's currently pushed on the D-pad. Normally when you push the circle pad past a certain point, the system also sends 'keypresses' to the game that it's pressed in that direction. Game actions that use an analog value typically use the precise circle pad location, which is what dpadtocpad gives you. But game actions that just want to know if it's pressed in a direction often use the keypress actions, which it doesn't set. The stuff I added to that adds those mappings.
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.I believe I tried that combination before too, with that config now the dpad doesn't do anything at all in any direction, which is the problem I had before. Earlier I also tried that with like press CUP get UP, etc, and it still didn't provide my desired result.
I've tried like every combination I can think of, which makes me think either Smash Bros 3DS has some sort of special case where this functionality simply won't work no matter what, or maybe I'm missing something, or something else I have no idea.
Has anyone gotten the dpad to work as the circle pad in Smash Bros 3DS to move their character?
It's an OG 3DS XL, but with dpadtocpad with press UP get CUP the dpad doesn't work at all in the home menu either.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 the circle pad makes D-pad inputs.
Hi bro I don't know about smash but I used this config in other games and it seemed to work......I believe I tried that combination before too, with that config now the dpad doesn't do anything at all in any direction, which is the problem I had before. Earlier I also tried that with like press CUP get UP, etc, and it still didn't provide my desired result.
I've tried like every combination I can think of, which makes me think either Smash Bros 3DS has some sort of special case where this functionality simply won't work no matter what, or maybe I'm missing something, or something else I have no idea.
Has anyone gotten the dpad to work as the circle pad in Smash Bros 3DS to move their character?
Hi bro I don't know about smash but I used this config in other games and it seemed to work......I believe I tried that combination before too, with that config now the dpad doesn't do anything at all in any direction, which is the problem I had before. Earlier I also tried that with like press CUP get UP, etc, and it still didn't provide my desired result.
I've tried like every combination I can think of, which makes me think either Smash Bros 3DS has some sort of special case where this functionality simply won't work no matter what, or maybe I'm missing something, or something else I have no idea.
Has anyone gotten the dpad to work as the circle pad in Smash Bros 3DS to move their character?
I'm actually shocked but I just tested it and it worked!!!Hi bro I don't know about smash but I used this config in other games and it seemed to work......
{"cpad":[{"press":"LEFT","get":[-190,0]},{"press":"RIGHT","get":[190,0]},{"press":"UP","get":[0,190]},{"press":"DOWN","get":[0,-190]},{"press":"DOWN+LEFT","get":[-190,-190]},{"press":"DOWN+RIGHT","get":[190,-190]},{"press":"UP+RIGHT","get":[190,190]},{"press":"UP+LEFT","get":[-190,190]}]}
Post automatically merged:
Hi bro I don't know about smash but I used this config in other games and it seemed to work......
{"cpad":[{"press":"LEFT","get":[-190,0]},{"press":"RIGHT","get":[190,0]},{"press":"UP","get":[0,190]},{"press":"DOWN","get":[0,-190]},{"press":"DOWN+LEFT","get":[-190,-190]},{"press":"DOWN+RIGHT","get":[190,-190]},{"press":"UP+RIGHT","get":[190,190]},{"press":"UP+LEFT","get":[-190,190]}]}