Changes

Jump to navigation Jump to search
1,442 bytes added ,  06:22, 6 April 2010
Line 203: Line 203:  
|}
 
|}
 
* '''Notes:''' beard tiles are done for each face shape to align beard with bottom of face.
 
* '''Notes:''' beard tiles are done for each face shape to align beard with bottom of face.
 +
    
=== Mustache ===
 
=== Mustache ===
Line 265: Line 266:     
=== Facial Features ===
 
=== Facial Features ===
 +
* '''Image File(s):''' mii_features.png (contains the 11 different facial features)
 +
** ''Image Size:'' 960x720
 +
** ''Tile Size:'' 48 tiles of 120x120 (to build features for each face type)
 +
** ''Tile Anchor Point:'' 0,0 (no special anchor point required)
 +
* '''Variable(s) from libmii:'''
 +
:{| cellpadding="5" cellspacing="0" border="1"
 +
!align="center"|Variable
 +
!align="center"|Possible Values
 +
!align="center"|Notes
 +
|-
 +
|mii.facialFeature
 +
|0 - 11
 +
|0 for no feature, 1-11 corresponds to feature tiles (see note).
 +
|-
 +
|mii.skinColor
 +
|0 - 5
 +
|used only for makeup coloring. see COLORS section below to get translation
 +
|}
 +
* '''Notes:''' some facial features change based on face shape and some are universal regardless of face shape.  See below in the ARRAYS section for description on building features to match face shape.
 +
    
=== Mole ===
 
=== Mole ===
 +
* '''Image File(s):''' mii_mole.png (contains the mole graphic)
 +
** ''Image Size:'' 12x12
 +
** ''Tile Size:'' N/A (no tiles for the mole, just the one image)
 +
** ''Image Anchor Point:'' 6,6 (for scaling)
 +
* '''Variable(s) from libmii:'''
 +
:{| cellpadding="5" cellspacing="0" border="1"
 +
!align="center"|Variable
 +
!align="center"|Possible Values
 +
!align="center"|Notes
 +
|-
 +
|mii.mole
 +
|0 - 1
 +
|0 for no mole, 1 for a mole.
 +
|-
 +
|mii.moleSize
 +
|0 - 8
 +
|translates from 20% to 100% scale in increments of 10%
 +
|-
 +
|mii.moleVertPos
 +
|0 - 30
 +
|each step is worth 2.8 pixels
 +
|-
 +
|mii.moleHorizPos
 +
|0 - 16
 +
|each step is worth 4 pixels
 +
|}
 +
* '''Notes:'''
    
== Layers ==
 
== Layers ==
221

edits

Navigation menu