ROM Hack 3DS Mii Modifier (Computer Utility)

  • Thread starter Deleted User
  • Start date
  • Views 87,579
  • Replies 400
  • Likes 24

Exavold

eeh
Member
Joined
Nov 9, 2015
Messages
1,019
Trophies
1
XP
1,132
Country
France
11.1 EUR A9LH'd o3DS Running Luma3DS using CIA homebrew launcher as an entrypoint ; everything is working PERFECTLY.

Just like @Slattz , the only "issue" I had was that I couldn't calculate CRC twice , except from that , amazing work :)
 

OwnHeart

Member
Newcomer
Joined
Sep 20, 2016
Messages
13
Trophies
0
Age
35
XP
186
Country
Thanks mate :-) I tryed this before and it's great gold pants for evey one hehe. And I'm gonna try and put this on my other 3ds. Thanks agin mate your the best :-)
 

Najask

Member
Newcomer
Joined
Feb 19, 2015
Messages
5
Trophies
0
Age
29
XP
83
Country
Hi @GamerDudeK
, I have a problem
I can't edit my Mii, it says that it's not a copyable Mii.

I have used your tool MMHTestVer0.2 and it says that copyable it's false.

How can I change that?

Thanks!
 
Last edited by Najask,
D

Deleted User

Guest
OP
@Najask

You can't edit any of the Miis with the current version.
I'm adding editing features but I'm taking a break because I've been doing way too much work on it and I was spending WAY too much time with it.

You can still use my computer program, but I can't offer a whole lot of support for it.
 

Najask

Member
Newcomer
Joined
Feb 19, 2015
Messages
5
Trophies
0
Age
29
XP
83
Country
@Najask

You can't edit any of the Miis with the current version.
I'm adding editing features but I'm taking a break because I've been doing way too much work on it and I was spending WAY too much time with it.

You can still use my computer program, but I can't offer a whole lot of support for it.
But with your computer program, I can't edit my principal Mii.
My problem it's that I can't edit the principal Mii on the 3DS, because that Mii doesn't have the copy flag on true.

You know where it's that check to edit with and Hex editor?
4a83f3c497b7db42715cf55d37cb133c.png

Sorry for my bad english :S
 
D

Deleted User

Guest
OP
@Najask
If that picture is yours, then you would need to change byte 0x09 (the 00 after the 03) into 01.
You also have to fix your crc, (there are guides and programs) then import it.

If that doesn't work, there is potentially one more byte you might need to fix. Just let me know if it doesn't work.

(Btw, if you don't fix the crc, no changes will occur to the Miis no matter what.)
 

izy

Advanced Tech Pleb
Member
Joined
Sep 17, 2010
Messages
2,311
Trophies
2
XP
4,030
Country
United Kingdom
@Najask
If that picture is yours, then you would need to change byte 0x09 (the 00 after the 03) into 01.
You also have to fix your crc, (there are guides and programs) then import it.

If that doesn't work, there is potentially one more byte you might need to fix. Just let me know if it doesn't work.

(Btw, if you don't fix the crc, no changes will occur to the Miis no matter what.)

any chance of a option to replace personal mii and another mii.

trying to do perfect copying manually is annoying
 
Last edited by izy,

Helix Fossil

DQ Fan Translator
Member
Joined
May 16, 2016
Messages
270
Trophies
0
Age
32
Location
New York
XP
1,124
Country
United States
So I'm trying to take gold pants off of my personal Mii, and it is being difficult in every way possible. Can't edit personal Mii with the program, can't change personal Mii, etc. :x
 
D

Deleted User

Guest
OP
I'll just sum up the story for you.

So, I sat down to start writing more code a couple months ago and then immediately realized I had two main tasks ahead of me. One, write the file to the system from ram edits, two, design the interface to allow for modification.

One isn't a problem, it's not hard, just a time consuming switch function.
Two however, that's where I had no idea how I would approach this. I had the interface laid out, but how do I change things and display it in a simple way? For the name editing, I could either used UTF8 for names (and some sort of keyboard option), or just allow the hex edits. UTF16 was not working for me when I was going about implementing it. For Yes/No options, do I open another menu or let you just press left or right? For timestamps, do I allow edits in decimal or hexadecimal (and should I allow parsing of dates?)?

Basically, it occurred to me that there were way too many ways I could display things, and from my current coding style, it was going to require a lot of menu manipulation.

Honestly, I stopped for a while (including now) because I didn't know how I wanted to display the menu and I was ashamed to come back because of the lack of work I had actually completed on it.

So, if people still support this project, I don't want to let you down, but I seriously don't know how I would do the menu. It's basically a PiTA.

If you guys wish, collectively you can decide how you want the menus to work and I'd be more than glad to implement it, but I can't represent the majority, so I don't know if anyone will be willing to put in the time and work things out.

And that's really all there is too it. I got discouraged because I wanted to make something useable, but with all these options, stuff quickly escalated and I realized there were way too many things regarding the menu that I would need to work out how to do and how to display to make it user friendly.

If anyone is willing to help with the menu, I would gladly accept it, because that's honestly the only thing I can't tackle alone.
I have other really cool ideas in store, but this just discouraged me and has prevented me from coming back.
So, thank you for reviving this and asking @Slattz , hopefully someone would be willing to help.

Sorry about the troubles,
GDK
 

Link_of_Hyrule

Well-Known Member
Member
Joined
Jun 28, 2008
Messages
453
Trophies
0
Location
Hyrule
XP
455
Country
United States
Even if we got a tool that just make all the Miis in our Mii Maker editable that would be very useful. Honestly, I think it stupid if you import a Mii that it's not editable.
 

Ryccardo

Penguin accelerator
Member
Joined
Feb 13, 2015
Messages
7,696
Trophies
1
Age
28
Location
Imola
XP
6,922
Country
Italy
Even if we got a tool that just make all the Miis in our Mii Maker editable that would be very useful. Honestly, I think it stupid if you import a Mii that it's not editable.
Well, it can already be done with a hex editor - create a new mii then dump cfl_db, copy and paste system id and mac address from that one to everyone else, save, fixcrc...
 

Link_of_Hyrule

Well-Known Member
Member
Joined
Jun 28, 2008
Messages
453
Trophies
0
Location
Hyrule
XP
455
Country
United States
Well, it can already be done with a hex editor - create a new mii then dump cfl_db, copy and paste system id and mac address from that one to everyone else, save, fixcrc...
I was able to do it with the PC tool but that wasn't the point of my post. I mean being able to do it actually on my 3DS without having to deal with copy/pasting files around.
 
D

Deleted User

Guest
OP
All the things to edit the appearance is none at this point.
I have all the notes and some unfinished code but I haven't completed the app and have mostly dropped support.

I can release my notes and source code if people want, but I think I'm going to have to discontinue this because I'm not in a good state of my life right now.

(Worth noting is that the code is probably ugly, bad, and held together by duct tape)
 

AdventureSnivy

Member
Newcomer
Joined
Mar 12, 2017
Messages
16
Trophies
0
Age
54
XP
56
Country
United States
All the things to edit the appearance is none at this point.
I have all the notes and some unfinished code but I haven't completed the app and have mostly dropped support.

I can release my notes and source code if people want, but I think I'm going to have to discontinue this because I'm not in a good state of my life right now.

(Worth noting is that the code is probably ugly, bad, and held together by duct tape)
ok... sorry about that
 
D

Deleted User

Guest
OP
Nah, not your fault. I just took on a project much too ambitious for myself and screwed it up, sadly.
I wish I could've done better for you all, but there's no way I will be able to with how I'm currently doing.

If anyone does want notes or source code though, don't be afraid to post in this thread asking for it or to PM me.
 

AdventureSnivy

Member
Newcomer
Joined
Mar 12, 2017
Messages
16
Trophies
0
Age
54
XP
56
Country
United States
Nah, not your fault. I just took on a project much too ambitious for myself and screwed it up, sadly.
I wish I could've done better for you all, but there's no way I will be able to with how I'm currently doing.

If anyone does want notes or source code though, don't be afraid to post in this thread asking for it or to PM me.
ok. Never loose your ambitions, if you ever want to continue do so if you can ;)
 
  • Like
Reactions: Fsm51

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Mondooooo @ Mondooooo: sup