Line 1:
Line 1:
+
__TOC__
+
+
==Unknown Bytes?==
+
"Six unknown bytes (mostly zeroes) follow." - These bytes could be for options like Mingle, favorite color, or the "Favorite" flag. Or are those part of the "Mii data"?
"Six unknown bytes (mostly zeroes) follow." - These bytes could be for options like Mingle, favorite color, or the "Favorite" flag. Or are those part of the "Mii data"?
Line 7:
Line 11:
:[Reply] There are four bytes that are derived from your Wii's mac address (checksum of first 3 bytes, then the actual last 3 bytes of the mac address). If you copy a Mii created on another Wii to your computer, edit these four bytes to match your mac address, then copy it back to the Wiimote, you will be able to edit it on your Wii. We will likely add this functionality to the next version of the WDML MiiTransfer program. Also: Favorite is system specific. Favorite can't be turned on with a Mii from someone else's system since you can't edit them. -[[User:WDML|WDML]]
:[Reply] There are four bytes that are derived from your Wii's mac address (checksum of first 3 bytes, then the actual last 3 bytes of the mac address). If you copy a Mii created on another Wii to your computer, edit these four bytes to match your mac address, then copy it back to the Wiimote, you will be able to edit it on your Wii. We will likely add this functionality to the next version of the WDML MiiTransfer program. Also: Favorite is system specific. Favorite can't be turned on with a Mii from someone else's system since you can't edit them. -[[User:WDML|WDML]]
−
----
+
==Why u16?==
I like the new data format section. Maybe this is a dumb question, but why use u16 for values that only take 1 - 8 bits? I don't know terribly much about data allocation, but it doesn't seem necessary to just take the lower couple of bits from a 16-bit integer. --[[User:71.204.46.49|71.204.46.49]] 11:35, 11 December 2006 (CST)
I like the new data format section. Maybe this is a dumb question, but why use u16 for values that only take 1 - 8 bits? I don't know terribly much about data allocation, but it doesn't seem necessary to just take the lower couple of bits from a 16-bit integer. --[[User:71.204.46.49|71.204.46.49]] 11:35, 11 December 2006 (CST)
Line 13:
Line 17:
:[Reply] The u16s and u32s are used to group similar data, so that all information about the hair, for example, can be kept in one variable, rather than having two or three u8s to keep track of. For some things this may seem odd, as we haven't figured out all the bits in the u16 yet. For others, I have a feeling some u16s will need to be merged into u32s. -[[User:WDML|WDML]]
:[Reply] The u16s and u32s are used to group similar data, so that all information about the hair, for example, can be kept in one variable, rather than having two or three u8s to keep track of. For some things this may seem odd, as we haven't figured out all the bits in the u16 yet. For others, I have a feeling some u16s will need to be merged into u32s. -[[User:WDML|WDML]]
−
----
+
==MiiTransfer Discussion==
I'm not having any luck with the MiiTransfer program. It sees my wiimote, but it says ERROR when I try to read or write a data slot. I tried on 2 different computers with 2 different BT dongles. What can I do to help debug? -[[User:LiquidIce|LiquidIce]]
I'm not having any luck with the MiiTransfer program. It sees my wiimote, but it says ERROR when I try to read or write a data slot. I tried on 2 different computers with 2 different BT dongles. What can I do to help debug? -[[User:LiquidIce|LiquidIce]]
Line 30:
Line 34:
::::::Give the new version 0.9.1 a try, it should work with more stacks, though I have not tested bluesoleil as of yet. -[[User:WDML|WDML]]
::::::Give the new version 0.9.1 a try, it should work with more stacks, though I have not tested bluesoleil as of yet. -[[User:WDML|WDML]]
+
+
:::::::I can confirm that it works with the WIDCOMM stack. Thanks for all your hard work, WDML! --[[User:AJ 187|AJ 187]] 16:20, 13 December 2006 (CST)