Customizing Button Configs? [Feature request] #172
-
First of all, I'd like to thank you for coming up with this mod! Now the game is as fun as the OG. I like how you made more use of the D-pad! I'm wondering if there's a way for me to edit something (I'm not a programmer but Google helped me dabble/mess around in it a bit in the past) so that I could map menu features to the following buttons; *Masks > D-pad Left *Map > D-pad Down *Items > D-pad Right *View/Pictograph > D-pad Up *Notebook > Select *Tatl > Start I'm hoping you could lead me in the right direction so I could try and find out how I could go about this on my own. Thanks again! **Please ignore/delete the Discussion I made about this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This isn't really an issue or a feature request, so I have turned this into a discussion. This is the function you would have to modify: project-restoration/source/rst/main.cpp Lines 160 to 181 in fbd85ca You'll also need to disable the fast transform code here: project-restoration/source/rst/link.cpp Line 52 in fbd85ca |
Beta Was this translation helpful? Give feedback.
This isn't really an issue or a feature request, so I have turned this into a discussion.
This is the function you would have to modify:
project-restoration/source/rst/main.cpp
Lines 160 to 181 in fbd85ca