• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 409 410 411 412 413 ... 1180 Next »

Mii channel HELP! (Gecko code)
View New Posts | View Today's Posts

Pages (2): 1 2 Next »
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Mii channel HELP! (Gecko code)
02-09-2016, 01:27 AM
#1
CrazySwimmer Offline
Junior Member
**
Posts: 12
Threads: 3
Joined: Feb 2016
Question 
I want to use the mii name changer on the emulator and i think i have done everything right and i need your help!
So i made a mii called Test i converted it do hex and edited the code!
And edited so the new name should be Test1 and also added that to the code but it wont work!
Please help me!
My edited code:
$Mii Name Changer (v2 Region Free) [Anarion]
F6000001 90109100
54657374 00000000
16000000 00000014
54657374 31ZZZZZZ
ZZZZZZZZ ZZZZZZZZ
ZZZZZZZZ 00000000
E0000000 80008000
*X= Mii Name to replace
*Z= New Name
*To use, you go to mikezilla.com/exp0012.html to convert the first 4 characters of your Mii's name to hex. After you replace X placeholders with hex values, convert the new name to use for Z. If not using all 10 characters, use 0s.

Please post in the comments what i have done :S
Find
Reply
02-09-2016, 02:01 AM
#2
ExtremeDude2 Offline
Gotta post fast
*******
Posts: 9,265
Threads: 273
Joined: Dec 2010
That can't be the right code, what did you replace the Z's with?
Check out my videos (dead)
[Image: sig-22354.png]
Website Find
Reply
02-09-2016, 02:19 AM
#3
CrazySwimmer Offline
Junior Member
**
Posts: 12
Threads: 3
Joined: Feb 2016
(02-09-2016, 02:01 AM)ExtremeDude2 Wrote: That can't be the right code, what did you replace the Z's with?

I did replace the Z with the new name that i wanted!
Here is the original code:
$Mii Name Changer (v2 Region Free) [Anarion]
F6000001 90109100
XXXXXXXX XXXXXXXX
16000000 00000014
ZZZZZZZZ ZZZZZZZZ
ZZZZZZZZ ZZZZZZZZ
ZZZZZZZZ 00000000
E0000000 80008000
*X= Mii Name to replace
*Z= New Name
*To use, you go to mikezilla.com/exp0012.html to convert the first 4 characters of your Mii's name to hex. After you replace X placeholders with hex values, convert the new name to use for Z. If not using all 10 characters, use 0s.
Find
Reply
02-09-2016, 02:21 AM (This post was last modified: 02-09-2016, 02:22 AM by ExtremeDude2.)
#4
ExtremeDude2 Offline
Gotta post fast
*******
Posts: 9,265
Threads: 273
Joined: Dec 2010
You need to use 0's for the ones you don't use (Z is not a valid value).
Check out my videos (dead)
[Image: sig-22354.png]
Website Find
Reply
02-09-2016, 02:23 AM (This post was last modified: 02-09-2016, 02:26 AM by CrazySwimmer.)
#5
CrazySwimmer Offline
Junior Member
**
Posts: 12
Threads: 3
Joined: Feb 2016
(02-09-2016, 02:21 AM)ExtremeDude2 Wrote: You need to use 0's for the ones you don't use (Z is not a valid value).

So should i edit these ones?

$Mii Name Changer (v2 Region Free) [Anarion]
F6000001 90109100
XXXXXXXX XXXXXXXX
16000000 00000014
ZZZZZZZZ ZZZZZZZZ
ZZZZZZZZ ZZZZZZZZ
ZZZZZZZZ 00000000
E0000000 80008000
*X= Mii Name to replace
*Z= New Name
*To use, you go to mikezilla.com/exp0012.html to convert the first 4 characters of your Mii's name to hex. After you replace X placeholders with hex values, convert the new name to use for Z. If not using all 10 characters, use 0s.
Find
Reply
02-09-2016, 02:36 AM
#6
CrazySwimmer Offline
Junior Member
**
Posts: 12
Threads: 3
Joined: Feb 2016
(02-09-2016, 02:21 AM)ExtremeDude2 Wrote: You need to use 0's for the ones you don't use (Z is not a valid value).

Sorry im not so good at editing codes :S
Find
Reply
02-09-2016, 03:12 AM (This post was last modified: 02-09-2016, 03:14 AM by ExtremeDude2.)
#7
ExtremeDude2 Offline
Gotta post fast
*******
Posts: 9,265
Threads: 273
Joined: Dec 2010
F6000001 90109100
54657374 00000000
16000000 00000014
54657374 31000000
00000000 00000000
00000000 00000000
E0000000 80008000

I'm assuming this is the correct code, but I'm not sure (I feel like this is only half of what you need).
Check out my videos (dead)
[Image: sig-22354.png]
Website Find
Reply
02-09-2016, 03:21 AM
#8
CrazySwimmer Offline
Junior Member
**
Posts: 12
Threads: 3
Joined: Feb 2016
(02-09-2016, 03:12 AM)ExtremeDude2 Wrote: F6000001 90109100
54657374 00000000
16000000 00000014
54657374 31000000
00000000 00000000
00000000 00000000
E0000000 80008000

I'm assuming this is the correct code, but I'm not sure (I feel like this is only half of what you need).

Still not working :/
Any suggestion?
Find
Reply
02-09-2016, 03:23 AM
#9
CrazySwimmer Offline
Junior Member
**
Posts: 12
Threads: 3
Joined: Feb 2016
(02-09-2016, 03:12 AM)ExtremeDude2 Wrote: F6000001 90109100
54657374 00000000
16000000 00000014
54657374 31000000
00000000 00000000
00000000 00000000
E0000000 80008000

I'm assuming this is the correct code, but I'm not sure (I feel like this is only half of what you need).

Should i use another version of the mii channel? im currently using the latest version.
Find
Reply
02-09-2016, 06:43 AM
#10
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,693
Threads: 7
Joined: Oct 2014
How are you entering the code into Dolphin?
Find
Reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode