<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>commandeerMii - take controll of miis</title>
<description> This is a program that gets your wii&amp;#039;s mac address, then reads all the miis on your wii and changes the mac address field in them to match your mac. the end result is ( hopefully ) that you can download a mii from the checkmiiout channel or copy one from a different wii via wiimote and be able to edit it on your own wii.

Obviously you are in the testing area. It would be wise to have a nand backup before using this.
If my calculating is wrong, it will break all your Miis and you will not be able to edit any of them!! If it corrupts them, then all game save data that depends on that mii may be broken/lost!!

im not 100% sure about the mac stored in the Miis. And I have not done any RE of the system menu/mii channel. But from looking at the Miis in my wiis, it is calculated by this formula...


u8 mac[ 6 ] = ...get mac address from wii...;
u32 macForMiis = ( ( mac[ 0 ] + mac[ 1 ] + mac[ 2 ] ) &amp;lt;&amp;lt; 24 ) | ( mac[ 3 ] &amp;lt;&amp;lt; 16 ) | ( mac[ 4 ] &amp;lt;&amp;lt; 8 ) | mac[ 5 ];

im not sure what the mii channel does in the case of the first 3 bytes, but this is working ok for the 3 different wiis ive used it on. if somebody knows differently, please let me know. i have added a little check in there, so if it doesnt see any existing miis with the mac calculated with the above code, it will look for 2 miis who&amp;#039;s last 3 bytes match the one from the wii and use that. It should make it a bit less likely to clobber all your miis.

[www.multiupload.com]

Moderator Edit: The link is broken. Here&amp;#039;s a working one: [www.mediafire.com]</description><link>http://forum.wiibrew.org/read.php?12,63968,63968#msg-63968</link><lastBuildDate>Sun, 19 Apr 2026 00:33:28 +0200</lastBuildDate>
<generator>Phorum 5.2.23</generator>
<item>
<guid>http://forum.wiibrew.org/read.php?12,63968,70634#msg-70634</guid>
<title>Re: commandeerMii - take controll of miis</title><link>http://forum.wiibrew.org/read.php?12,63968,70634#msg-70634</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Emarrodz</strong><br />Is it possible to install this from the Homebrew browser?<br /><br />Regards</div></blockquote><br />Don&#039;t think so, just download it and put it on your SD card manually.<br /><br />EDIT: Although the link in the first post is broken. Use this one: [<a href="http://www.mediafire.com/?cac1maxy9iruiah" rel="nofollow">www.mediafire.com</a>]]]></description>
<dc:creator>SifJar</dc:creator>
<category>Testing Corner</category><pubDate>Tue, 29 May 2012 14:24:33 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?12,63968,70630#msg-70630</guid>
<title>Re: commandeerMii - take controll of miis</title><link>http://forum.wiibrew.org/read.php?12,63968,70630#msg-70630</link><description><![CDATA[ Is it possible to install this from the Homebrew browser?<br /><br />Regards]]></description>
<dc:creator>Emarrodz</dc:creator>
<category>Testing Corner</category><pubDate>Tue, 29 May 2012 03:09:06 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?12,63968,66733#msg-66733</guid>
<title>Re: commandeerMii - take controll of miis</title><link>http://forum.wiibrew.org/read.php?12,63968,66733#msg-66733</link><description><![CDATA[ It&#039;s worth noting that miis are tied to some games and results are on a per game basis.<br /><br />So an example or two.<br /><br />If you have Mario Kart Wii and you change your miis you will need to select miis again, but you will keep your records etc.<br /><br />WiiPlay on the other hand will make you select new miis and when you do all your records will be gone.<br /><br />Just thought I&#039;d mention this (depending on the game you can have work-arounds if you extract the save) so use this app knowing that in advance.]]></description>
<dc:creator>Slimmmmmm</dc:creator>
<category>Testing Corner</category><pubDate>Mon, 13 Jun 2011 00:09:52 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?12,63968,66423#msg-66423</guid>
<title>Re: commandeerMii - take controll of miis</title><link>http://forum.wiibrew.org/read.php?12,63968,66423#msg-66423</link><description><![CDATA[ the way i made it work, it tries to calculate the MAC address that it should be using, and then compare that against some miis you already have. since you didnt have anything for it to compare against ( at least nothing that it will compare against and get the expected result ), it doesnt continue. this is the cause of the "bug" you got. it is just a safety feature to keep it from patching every single mii with the wrong mac address and breaking them all.<br /><br />as far as new features, i probably wont be adding them. the reason i made this is to allow editing of miis that are downloaded from the checkMiiOut channel. it is not intended to be any sort of mii manager or anything. there are already some of those floating around.]]></description>
<dc:creator>giantpune</dc:creator>
<category>Testing Corner</category><pubDate>Wed, 25 May 2011 21:53:43 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?12,63968,66418#msg-66418</guid>
<title>Re: commandeerMii - take controll of miis</title><link>http://forum.wiibrew.org/read.php?12,63968,66418#msg-66418</link><description><![CDATA[ Only noticed this today looking for something new to play with.<br />I tried a few things and everthing worked flawless.<br /><br />The only time it never just ran as normal was when I took these steps.<br />1 - Deleted all miis from Wii_1<br />2 - Created several miis on Wii_2<br />3 - Moved all the miis to Wii_1<br /><br />Your app printed out the...."I made a math error. It wouldn&#039;t be smart for me to continue. You can help me cheat by going to the mii channel and creating a few miis for me to sample"<br /><br />So I did just that by creating 2 new miis on the console and ran your app again, it worked flawless.<br /><br />:D<br /><br />Do you intend to add other features (edit,backup,make special etc), or will this be a final version ?]]></description>
<dc:creator>Slimmmmmm</dc:creator>
<category>Testing Corner</category><pubDate>Wed, 25 May 2011 20:25:41 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?12,63968,64418#msg-64418</guid>
<title>Re: commandeerMii - take controll of miis</title><link>http://forum.wiibrew.org/read.php?12,63968,64418#msg-64418</link><description><![CDATA[ it worked perfectly it allowed mii to edit miis that were not mine]]></description>
<dc:creator>Harpreet13</dc:creator>
<category>Testing Corner</category><pubDate>Sun, 30 Jan 2011 23:58:05 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?12,63968,64065#msg-64065</guid>
<title>Re: commandeerMii - take controll of miis</title><link>http://forum.wiibrew.org/read.php?12,63968,64065#msg-64065</link><description><![CDATA[ 7-zip can open it: [<a href="http://www.7-zip.org/" rel="nofollow">www.7-zip.org</a>]]]></description>
<dc:creator>Daid</dc:creator>
<category>Testing Corner</category><pubDate>Sun, 16 Jan 2011 20:32:02 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?12,63968,64063#msg-64063</guid>
<title>Re: commandeerMii - take controll of miis</title><link>http://forum.wiibrew.org/read.php?12,63968,64063#msg-64063</link><description><![CDATA[ it in a tar.bz22 or some format how do u open it]]></description>
<dc:creator>Harpreet13</dc:creator>
<category>Testing Corner</category><pubDate>Sun, 16 Jan 2011 20:18:08 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?12,63968,63968#msg-63968</guid>
<title>commandeerMii - take controll of miis</title><link>http://forum.wiibrew.org/read.php?12,63968,63968#msg-63968</link><description><![CDATA[ This is a program that gets your wii&#039;s mac address, then reads all the miis on your wii and changes the mac address field in them to match your mac. the end result is ( hopefully ) that you can download a mii from the checkmiiout channel or copy one from a different wii via wiimote and be able to edit it on your own wii.<br /><br />Obviously you are in the testing area. It would be wise to have a nand backup before using this.<br />If my calculating is wrong, it will break all your Miis and you will not be able to edit any of them!! If it corrupts them, then all game save data that depends on that mii may be broken/lost!!<br /><br />im not 100% sure about the mac stored in the Miis. And I have not done any RE of the system menu/mii channel. But from looking at the Miis in my wiis, it is calculated by this formula...<br /><br /><pre class="bbcode">
u8 mac[ 6 ] = ...get mac address from wii...;
u32 macForMiis = ( ( mac[ 0 ] + mac[ 1 ] + mac[ 2 ] ) &lt;&lt; 24 ) | ( mac[ 3 ] &lt;&lt; 16 ) | ( mac[ 4 ] &lt;&lt; 8 ) | mac[ 5 ];</pre><br />im not sure what the mii channel does in the case of the first 3 bytes, but this is working ok for the 3 different wiis ive used it on. if somebody knows differently, please let me know. i have added a little check in there, so if it doesnt see any existing miis with the mac calculated with the above code, it will look for 2 miis who&#039;s last 3 bytes match the one from the wii and use that. It should make it a bit less likely to clobber all your miis.<br /><br />[<a href="http://www.multiupload.com/QA4VG5IT5B" rel="nofollow">www.multiupload.com</a>]<br /><br /><b>Moderator Edit: The link is broken. Here&#039;s a working one: [<a href="http://www.mediafire.com/?cac1maxy9iruiah" rel="nofollow">www.mediafire.com</a>]</b>]]></description>
<dc:creator>giantpune</dc:creator>
<category>Testing Corner</category><pubDate>Wed, 12 Jan 2011 22:13:12 +0100</pubDate></item>
</channel>
</rss>