Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
RFLiCharInfo
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
RFLiCharInfo ... == Data format == Sorry, it's in C. <<TODO KAITAI OR IMHEX>><syntaxhighlight lang="c"> typedef struct RFLiCharInfo { union { struct { u16 type : 3; u16 color : 3; u16 texture : 4; u16 padding : 6; }; u16 rawdata; } faceline; // at 0x0 union { struct { u16 type : 7; u16 color : 3; u16 flip : 1; u16 padding : 5; }; u16 rawdata; } hair; // at 0x2 union { struct { u32 type : 6; u32 color : 3; u32 scale : 4; u32 rotate : 5; u32 x : 4; u32 y : 5; u32 padding : 5; }; u32 rawdata; } eye; // at 0x4 union { struct { u32 type : 5; u32 color : 3; u32 scale : 4; u32 rotate : 5; u32 x : 4; u32 y : 5; u32 padding : 6; }; u32 rawdata; } eyebrow; // at 0x8 union { struct { u16 type : 4; u16 scale : 4; u16 y : 5; u16 padding : 3; }; u16 rawdata; } nose; // at 0xC union { struct { u16 type : 5; u16 color : 2; u16 scale : 4; u16 y : 5; }; u16 rawdata; } mouth; // at 0xE union { struct { u16 mustache : 2; u16 type : 2; u16 color : 3; u16 scale : 4; u16 y : 5; }; u16 rawdata; } beard; // at 0x10 union { struct { u16 type : 4; u16 color : 3; u16 scale : 4; u16 y : 5; }; u16 rawdata; } glass; // at 0x12 union { struct { u16 type : 1; u16 scale : 4; u16 x : 5; u16 y : 5; u16 padding : 1; }; u16 rawdata; } mole; // at 0x14 struct { u8 height; u8 build; } body; // at 0x16 struct { wchar_t name[11]; // at 0x18 wchar_t creator[11]; // at 0x2E // at 0x44 u16 sex : 1; u16 bmonth : 4; u16 bday : 5; u16 color : 4; u16 favorite : 1; u16 localOnly : 1; } personal; // at 0x18 RFLCreateID createID; // at 0x46 } RFLiCharInfo; </syntaxhighlight> == In codebases == * [https://github.com/SMGCommunity/Petari/blob/629da989f8e8f166f330a1e9d32ae70f78e302df/libs/RVLFaceLib/include/RFLi_Types.h#L140 Petari] {{Format-Navbox}}
Summary:
Please note that all contributions to Mii Technical Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Mii Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Format-Navbox
(
edit
)
Template:Hlist
(
edit
)
Template:Hlist/styles.css
(
edit
)
Template:Navbox
(
edit
)
Template:Sup
(
edit
)
Module:Arguments
(
edit
)
Module:List
(
edit
)
Module:Navbar
(
edit
)
Module:Navbar/configuration
(
edit
)
Module:Navbar/styles.css
(
edit
)
Module:Navbox
(
edit
)
Module:Navbox/configuration
(
edit
)
Module:Navbox/styles.css
(
edit
)
Module:TableTools
(
edit
)
Search
Search
Editing
RFLiCharInfo
Add topic