Difference between revisions of "/shared2/menu/FaceLib/RFL DB.dat"
(According to https://github.com/PuccamiteTech/PyMii/blob/main/mii_type.py#L8) |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{DISPLAYTITLE:/shared2/menu/FaceLib/RFL_DB.dat}} |
− | ''See also [[Wiimote/ | + | :''See also: [[Wiimote/Mii Data]]'' |
− | + | This is the database-file where Mii's are stored. It's only a signature and then Mii entries, they look exactly as they did in the Wiimote, you can extract your Miis from this file and open it up on your PC in those Mii-editors. | |
Any modification (even valid modifications like changing height) causes an error to appear on the screen. This error does not occur when running in Maintenance Mode, but it is the same kind of message like the one that says "Wii in Maintenance mode, Message Board will not be available.", so it could just be a bug or something. | Any modification (even valid modifications like changing height) causes an error to appear on the screen. This error does not occur when running in Maintenance Mode, but it is the same kind of message like the one that says "Wii in Maintenance mode, Message Board will not be available.", so it could just be a bug or something. | ||
Line 11: | Line 11: | ||
Both games gave me an error, and returned to the Wii Menu. | Both games gave me an error, and returned to the Wii Menu. | ||
− | + | The structure of the file, roughly, is as follows: | |
− | + | *0x00000 - 0x01d00: Mii data (RNOD magic, followed by several Mii data entries) | |
+ | *0x01d00 - 0x1f1de: Mii Parade data (RNHD magic, followed by unknown data) | ||
+ | *0x1f1de - 0x1f1e0: CRC16 of first 0x1f1de bytes | ||
+ | |||
+ | {{Navbox filebrowser}} |
Latest revision as of 00:27, 29 September 2024
- See also: Wiimote/Mii Data
This is the database-file where Mii's are stored. It's only a signature and then Mii entries, they look exactly as they did in the Wiimote, you can extract your Miis from this file and open it up on your PC in those Mii-editors.
Any modification (even valid modifications like changing height) causes an error to appear on the screen. This error does not occur when running in Maintenance Mode, but it is the same kind of message like the one that says "Wii in Maintenance mode, Message Board will not be available.", so it could just be a bug or something.
I would say it's safe to mess around with this file though, because they have a reset function, so you can reset your file back to its default state (remove all Miis) if something goes wrong. I made a backup and I was able to restore it when the error appeared. If you reset the database (from the Mii channel) you will lose your Wii Sports and Metroid Prime 3 save, so do a backup to make sure.
I've tried the following Wii-games which are dependent on Miis, while the database was invalid, Metroid Prime 3: Corruption and Wii Sports. (feel free to add to this list) Both games gave me an error, and returned to the Wii Menu.
The structure of the file, roughly, is as follows:
- 0x00000 - 0x01d00: Mii data (RNOD magic, followed by several Mii data entries)
- 0x01d00 - 0x1f1de: Mii Parade data (RNHD magic, followed by unknown data)
- 0x1f1de - 0x1f1e0: CRC16 of first 0x1f1de bytes