Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Request) Add a numeric height and weight value changer for the Miis #2

Open
JauCR opened this issue Dec 4, 2022 · 5 comments
Open
Labels
enhancement New feature or request

Comments

@JauCR
Copy link

JauCR commented Dec 4, 2022

Could it be possible to add a numeric modifier for Mii's height and weight? Those values are stored in numbers up to 127 if I'm not wrong and I want to edit them to set a specific value.

@FoofooTheGuy
Copy link
Owner

How about an indicator for what the amount is? Then you could see the current value and tune it in.

@FoofooTheGuy FoofooTheGuy added the enhancement New feature or request label Dec 5, 2022
@JauCR
Copy link
Author

JauCR commented Dec 11, 2022

I think that would be cool! But sadly the 3DS isn't really very accurate at modifying that slider (the Switch actually is, as you can control it with the Joystick) as the touch screen doesn't really change the values by 1 if that makes any sense. The indicator would be cool, but a slider to get the exact number, if it's possible, would be nice to add.

@FoofooTheGuy
Copy link
Owner

Ah, I see what you mean now. It’s skipping a lot of numbers as you change it! D:
first 0, then 2, 4, 7, 9, 11… But the one problem with modifying the values with cheats is how the game doesn’t update the preview in the editor and the only way to update the preview is to change the slider, so I could either: somehow find a way to update the preview (probably won’t happen because I am unskilled with that) or just have this in the mega menu (you won’t be able to see it update in real time)

also i just realized that like none of the checks to check what menu you’re in work if you only have one or two Miis so I’ll have to fix that soon Laugh out loud!

@JauCR
Copy link
Author

JauCR commented Dec 23, 2022

Oh, an option in the mega menu is perfect! I guess to see the updated version I would need to enter the Edit Mii screen, right? I don't really mind that. I would love if you could implement this feature at some point cause I can't seem to find any tools to exactly edit those values for the 3DS Miis...

@FoofooTheGuy
Copy link
Owner

FoofooTheGuy commented Dec 29, 2022

This plugin has become a slow moving side project, so while you wait for me to get around to it, here are some action replay codes to do the thing you want:

[change mii height (JPN/USA/EUR)]
2881593C 0000007F
{Use this in the editor. edit the last two values to something less than or equal to 0x7F}

[change mii width (JPN/USA/EUR)]
28815940 0000007F
{Use this in the editor. edit the last two values to something less than or equal to 0x7F}

I assume you use this region of the game, so hopefully it will work for you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants