Bumii: Difference between revisions

2,788 bytes added ,  1 year ago
Added a table of eyebrow colors
imported>Leoetlino
No edit summary
(Added a table of eyebrow colors)
 
(18 intermediate revisions by 6 users not shown)
Line 5: Line 5:
'''UMii''' (bumii) files configure the physical traits of a NPC.
'''UMii''' (bumii) files configure the physical traits of a NPC.
</onlyinclude>
</onlyinclude>
= Parameter objects =
 
=Parameter objects=
{{AampNameWarning}}
{{AampNameWarning}}
== ffsd ==
==ffsd==
{|class="wikitable"
{| class="wikitable"
! Key !! Type !! Description !! Default value
!Key!!Type!!Description!!Default value
|-
|-
| no_use_ffsd || bool || - || False
|no_use_ffsd||bool||Do not use Mii data (treat as NPC profile)<ref>Miiデータを使用しない(NPCプロフィールとして扱う)</ref>||False
|-
|-
| type || int || - || 0
|type||int||Reference first<ref>参照先</ref>||0
|-
|-
|}
|}


== body ==
==body==
{|class="wikitable"
{| class="wikitable"
! Key !! Type !! Description !! Default value
!Key!!Type!!Description!!Default value
|-
|-
| type || int || - || 0
|type||int||
*0: Child
*1: Normal
*2: Traveler
*3: Soldier
*4: Sheikah
*More?
||0
|-
|-
| number || int || - || 0
|number||int||Body variant (last part of the model name)||0
|-
|-
| race || int || - || 0
|race||int||
*0: Hylia
*1: Korok
*2: Goron
*3: Sheikah
*4: Gerudo
*5: Zora
*6: Rito
*More?
||0
|-
|-
| weight || int || - || 1
|weight||int||-||1
|-
|-
| height || int || - || 0
|height||int||-||0
|-
|-
|}
|}


== personal ==
==personal==
{|class="wikitable"
{| class="wikitable"
! Key !! Type !! Description !! Default value
!Key!!Type!!Description!!Default value
|-
|-
| fav_color || int || - || 0
|fav_color||int||-||0
|-
|-
| sub_color_1 || int || - || -1
|sub_color_1||int||-||-1
|-
|-
| sub_color_2 || int || - || -1
|sub_color_2||int||-||-1
|-
|-
| voice_type || str || - || Hylia_Man_Kid_Normal00
|voice_type||str||-||Hylia_Man_Kid_Normal00
|-
|-
| shoulder_fav_color || int || - || -1
|shoulder_fav_color||int||-||-1
|-
|-
| sex_age || int || - || 0
|sex_age||int||
*0: C (Child)
*1: M (Man)
*2: X (Old man){{check}}
*3: Y (Old woman)
*4: W (Woman)
*More?
||0
|-
|-
| personality || str || - ||  
|personality||str||-||
|-
|-
| head_fav_color || int || - || -1
|head_fav_color||int||-||-1
|-
|-
| shoulder_sub_color_1 || int || - || -1
|shoulder_sub_color_1||int||-||-1
|-
|-
|}
|}


== korog ==
==common==
{|class="wikitable"
{| class="wikitable"
! Key !! Type !! Description !! Default value
!Key!!Type!!Description!!Default value
|-
|backpack||int||-||-1
|-
|hat||int||-||-1
|-
|no_hat_always||bool||-||False
|-
|-
| mask || int || - || 0
|body_correct||int||-||0
|-
|-
| skin_color || int || - || 0
|is_mid_age||bool||-||False
|-
|-
| left_plant || int || - || 0
|rot_cravicle||float||-||0.0
|-
|-
| right_plant || int || - || 0
|rot_arm||float||-||0.0
|-
|-
|}
|rot_leg||float||-||0.0
 
== goron ==
{|class="wikitable"
! Key !! Type !! Description !! Default value
|-
|-
| skin_color || int || - || 0
|rot_crotch||float||-||0.0
|-
|-
|}
|}


== gerudo ==
==shape==
{|class="wikitable"
{| class="wikitable"
! Key !! Type !! Description !! Default value
!Key!!Type!!Description!!Default value
|-
|-
| skin_color || int || - || 0
|jaw||int||-||0
|-
|-
| hair || int || - || 0
|wrinkle||int||-||0
|-
|-
| hair_color || int || - || 0
|make||int||Makeup
 
*0: None
*1 - 8: Eyes/Eyebrows
*9:
*10 - 11: beards
||0
|-
|-
| lip_color || int || - || 0
|skin_color||int||-||0
|-
|-
| glass || int || - || 0
|trans_v||float||-||0.0
|-
|-
| glass_color || int || - || 0
|scale||float||-||1.0
|-
|-
|}
|}


== rito ==
==hair==
{|class="wikitable"
{| class="wikitable"
! Key !! Type !! Description !! Default value
!Key!!Type!!Description!!Default value
|-
|type||int||Hair variant (last part of the model name)||0
|-
|-
| body_color || int || - || 0
|color||int||Color Animation Pick (1 - 10)||0
|-
|-
| hair_color || int || - || -1
|flip||bool||Flip hair model||0
|-
|-
|}
|}


== common ==
==eye==
{|class="wikitable"
{| class="wikitable"
! Key !! Type !! Description !! Default value
!Key!!Type!!Description!!Default value
|-
|type||int||-||2
|-
|color||int||-||0
|-
|-
| backpack || int || - || -1
|trans_v||float||-||3.0
|-
|-
| hat || int || - || -1
|trans_u||float||-||2.0
|-
|-
| no_hat_always || bool || - || False
|rotate||float||-||0.0
|-
|-
| body_correct || int || - || 0
|scale||float||-||4.0
|-
|-
| is_mid_age || bool || - || False
|aspect||float||-||3.0
|-
|-
| rot_cravicle || float || - || 0.0
|eyeball_trans_u||float||-||0.0
|-
|-
| rot_arm || float || - || 0.0
|eyeball_trans_v||float||-||0.0
|-
|-
| rot_leg || float || - || 0.0
|eyeball_scale||float||-||0.0
|-
|-
| rot_crotch || float || - || 0.0
|highlight_bright||int||-||0
|-
|-
|}
|}


== zora ==
==eye_ctrl==
{|class="wikitable"
{| class="wikitable"
! Key !! Type !! Description !! Default value
!Key!!Type!!Description!!Default value
|-
|base_offset||vec3||-||Vec3(x=0.0, y=0.029999999329447746, z=0.0)
|-
|translim_out||float||-||0.2
|-
|translim_in||float||-||0.12
|-
|translim_d||float||-||0.3
|-
|translim_u||float||-||0.1
|-
|-
| body_color || int || - || 0
|neck_offset_ud||float||-||0.0
|-
|-
|}
|}


== shape ==
==eyebrow==
{|class="wikitable"
{| class="wikitable"
! Key !! Type !! Description !! Default value
!Key!!Type!!Description!!Default value
|-
|type||int||There are 24 unique types||6
|-
|-
| jaw || int || - || 0
|color||int||There are 14 colors, 0 falls back to a default||0
|-
|-
| wrinkle || int || - || 0
|trans_v||float||-||7.0
|-
|-
| make || int || - || 0
|trans_u||float||-||2.0
|-
|-
| skin_color || int || - || 0
|rotate||float||-||0.0
|-
|-
| trans_v || float || - || 0.0
|scale||float||-||4.0
|-
|-
| scale || float || - || 1.0
|aspect||float||-||3.0
|-
|-
|}
|}
 
{| class="wikitable"
== eye ==
!Type
{|class="wikitable"
!Image
! Key !! Type !! Description !! Default value
|-
|0
|[[File:Eyebrow Type 0.png|link=https://zeldamods.org/wiki/File:Eyebrow%20Type%200.png|alt=|frameless|150x150px]]
|-
|1
|[[File:Eyebrow Type 1.png|link=https://zeldamods.org/wiki/File:Eyebrow%20Type%201.png|alt=|frameless|150x150px]]
|-
|2
|[[File:Eyebrow Type 2.png|link=https://zeldamods.org/wiki/File:Eyebrow%20Type%202.png|alt=|frameless|150x150px]]
|-
|3
|[[File:Eyebrow Type 3.png|frameless|150x150px]]
|-
|4
|[[File:Eyebrow Type 4.png|frameless|150x150px]]
|-
|5
|[[File:Eyebrow Type 5.png|frameless|150x150px]]
|-
|6
|[[File:Eyebrow Type 6.png|frameless|150x150px]]
|-
|7
|[[File:Eyebrow Type 7.png|frameless|150x150px]]
|-
|8
|[[File:Eyebrow Type 8.png|frameless|150x150px]]
|-
|9
|[[File:Eyebrow Type 9.png|frameless|150x150px]]
|-
|10
|[[File:Eyebrow Type 10.png|frameless|150x150px]]
|-
|11
|[[File:Eyebrow Type 11.png|frameless|150x150px]]
|-
|-
| type || int || - || 2
|12
|[[File:Eyebrow Type 12.png|frameless|150x150px]]
|-
|-
| color || int || - || 0
|13
|[[File:Eyebrow Type 13.png|frameless|150x150px]]
|-
|-
| trans_v || float || - || 3.0
|14
|[[File:Eyebrow Type 14.png|frameless|150x150px]]
|-
|-
| trans_u || float || - || 2.0
|15
|[[File:Eyebrow Type 15.png|frameless|150x150px]]
|-
|-
| rotate || float || - || 0.0
|16
|[[File:Eyebrow Type 16.png|frameless|150x150px]]
|-
|-
| scale || float || - || 4.0
|17
|[[File:Eyebrow Type 17.png|frameless|150x150px]]
|-
|-
| aspect || float || - || 3.0
|18
|[[File:Eyebrow Type 18.png|frameless|150x150px]]
|-
|-
| eyeball_trans_u || float || - || 0.0
|19
|[[File:Eyebrow Type 19.png|frameless|150x150px]]
|-
|-
| eyeball_trans_v || float || - || 0.0
|20
|[[File:Eyebrow Type 20.png|frameless|150x150px]]
|-
|-
| eyeball_scale || float || - || 0.0
|21
|[[File:Eyebrow Type 21.png|frameless|150x150px]]
|-
|-
| highlight_bright || int || - || 0
|22
|[[File:Eyebrow Type 22.png|frameless|150x150px]]
|-
|-
|23
|[[File:Eyebrow Type 23.png|frameless|150x150px]]
|}
|}
 
{| class="wikitable"
== eyebrow ==
|+
{|class="wikitable"
!Color
! Key !! Type !! Description !! Default value
!Image
|-
|0
|[[File:Eyebrow Color 0.png|frameless|150x150px]]
|-
|1
|[[File:Eyebrow Color 1.png|frameless|150x150px]]
|-
|2
|[[File:Eyebrow Color 2.png|frameless|150x150px]]
|-
|3
|[[File:Eyebrow Color 3.png|frameless|150x150px]]
|-
|4
|[[File:Eyebrow Color 4.png|frameless|150x150px]]
|-
|5
|[[File:Eyebrow Color 5.png|frameless|150x150px]]
|-
|6
|[[File:Eyebrow Color 6.png|frameless|150x150px]]
|-
|7
|[[File:Eyebrow Color 7.png|frameless|150x150px]]
|-
|8
|[[File:Eyebrow Color 8.png|frameless|150x150px]]
|-
|9
|[[File:Eyebrow Color 9.png|frameless|150x150px]]
|-
|-
| type || int || - || 6
|10
|[[File:Eyebrow Color 10.png|frameless|150x150px]]
|-
|-
| color || int || - || 0
|11
|[[File:Eyebrow Color 11.png|frameless|150x150px]]
|-
|-
| trans_v || float || - || 7.0
|12
|[[File:Eyebrow Color 12.png|frameless|150x150px]]
|-
|-
| trans_u || float || - || 2.0
|13
|[[File:Eyebrow Color 13.png|frameless|150x150px]]
|}
 
==nose==
{| class="wikitable"
!Key!!Type!!Description!!Default value
|-
|-
| rotate || float || - || 0.0
|type||int||-||1
|-
|-
| scale || float || - || 4.0
|trans_v||float||-||9.0
|-
|-
| aspect || float || - || 3.0
|scale||float||-||4.0
|-
|-
|}
|}


== nose ==
==mouth==
{|class="wikitable"
{| class="wikitable"
! Key !! Type !! Description !! Default value
!Key!!Type!!Description!!Default value
|-
|type||int||-||3
|-
|color||int||-||0
|-
|-
| type || int || - || 1
|trans_v||float||-||13.0
|-
|-
| trans_v || float || - || 9.0
|scale||float||-||4.0
|-
|-
| scale || float || - || 4.0
|aspect||float||-||3.0
|-
|-
|}
|}


== mouth ==
==beard==
{|class="wikitable"
{| class="wikitable"
! Key !! Type !! Description !! Default value
!Key!!Type!!Description!!Default value
|-
|mustache||int||-||0
|-
|scale||float||-||4.0
|-
|-
| type || int || - || 3
|type||int||-||0
|-
|-
| color || int || - || 0
|color||int||-||0
|-
|-
| trans_v || float || - || 13.0
|}
 
==glass==
{| class="wikitable"
!Key!!Type!!Description!!Default value
|-
|-
| scale || float || - || 4.0
|type||int||Glasses variant (last part of the model name)||0
|-
|-
| aspect || float || - || 3.0
|color||int||Color Select (0 - 5)||0
|-
|-
|}
|}


== beard ==
==korog==
{|class="wikitable"
{| class="wikitable"
! Key !! Type !! Description !! Default value
!Key!!Type!!Description!!Default value
|-
|mask||int||Mask variant (last part of the model name)||0
|-
|skin_color||int||-||0
|-
|-
| mustache || int || - || 0
|left_plant||int||-||0
|-
|-
| scale || float || - || 4.0
|right_plant||int||-||0
|-
|-
| type || int || - || 0
|}
 
==goron==
{| class="wikitable"
!Key!!Type!!Description!!Default value
|-
|-
| color || int || - || 0
|skin_color||int||-||0
|-
|-
|}
|}


== glass ==
==gerudo==
== eye_ctrl ==
{| class="wikitable"
{|class="wikitable"
!Key!!Type!!Description!!Default value
! Key !! Type !! Description !! Default value
|-
|skin_color||int||-||0
|-
|hair||int||-||0
|-
|hair_color||int||-||0
|-
|lip_color||int||-||0
|-
|glass||int||-||0
|-
|-
| base_offset || vec3 || - || Vec3(x=0.0, y=0.029999999329447746, z=0.0)
|glass_color||int||-||0
|-
|-
| translim_out || float || - || 0.2
|}
 
==rito==
{| class="wikitable"
!Key!!Type!!Description!!Default value
|-
|-
| translim_in || float || - || 0.12
|body_color||int||
*0:
*1:
*2:
*3:
*4:
*5:
*6:
*7:
*8: Blue (Fyson)
*9: Green
*More...
||0
|-
|-
| translim_d || float || - || 0.3
|hair_color||int||-||-1
|-
|-
| translim_u || float || - || 0.1
|}
 
==zora==
{| class="wikitable"
!Key!!Type!!Description!!Default value
|-
|-
| neck_offset_ud || float || - || 0.0
|body_color||int||-||0
|-
|-
|}
|}


= Parameter lists =
 
 
 
=Parameter lists=
{{No AAMP param}}
{{No AAMP param}}


Line 272: Line 461:
[[Category:File extensions (AAMP)]]
[[Category:File extensions (AAMP)]]
[[Category:Actor parameter files]]
[[Category:Actor parameter files]]
<references />
42

edits