Skip to content

Commit

Permalink
Update ChrModelMaterial.dbd and ItemDisplayInfo.dbd
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrus88 committed Oct 31, 2023
1 parent 11822c1 commit 3f13ab6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions definitions/ChrModelMaterial.dbd
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ int<CharComponentTextureLayouts::ID> CharComponentTextureLayoutsID?
int TextureType?
int Width?
int Height?
int SkinType? // 0 = Primary Skin, 1 = Secondary Skin
int Field_9_0_1_34615_006? // Set to 2,3,4 if SkinType is 1, otherwise -1
int Flags? // 0 = Primary Skin, 1 = Secondary Skin
int Field_9_0_1_34615_006? // Set to 2,3,4 if Flags is 1, otherwise -1

LAYOUT D4ED338C
BUILD 9.0.1.34365, 9.0.1.34392, 9.0.1.34490
Expand Down Expand Up @@ -37,7 +37,7 @@ $relation$CharComponentTextureLayoutsID<32>
TextureType<32>
Width<32>
Height<32>
SkinType<32>
Flags<32>
Field_9_0_1_34615_006<32>

LAYOUT B4AB9DAB
Expand All @@ -61,5 +61,5 @@ $relation$CharComponentTextureLayoutsID<32>
TextureType<32>
Width<32>
Height<32>
SkinType<32>
Flags<32>
Field_9_0_1_34615_006<32>
4 changes: 2 additions & 2 deletions definitions/ItemDisplayInfo.dbd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ string GroundModel
int ItemSize
int HelmetGeosetVisID
int ModelType?
int Field_3_4_1_46917_000?
int GeosetGroupOverride?

BUILD 0.5.3.3368
BUILD 0.5.3.3368-0.5.5.3494
Expand Down Expand Up @@ -293,7 +293,7 @@ BUILD 3.4.2.49311, 3.4.2.49442, 3.4.2.49563, 3.4.2.49584, 3.4.2.49658, 3.4.2.496
BUILD 3.4.1.46917, 3.4.1.46973, 3.4.1.47014, 3.4.1.47110, 3.4.1.47245, 3.4.1.47496, 3.4.1.47585, 3.4.1.47612, 3.4.1.47720, 3.4.1.47800, 3.4.1.47925, 3.4.1.47966, 3.4.1.48019, 3.4.1.48120, 3.4.1.48340, 3.4.1.48503, 3.4.1.48632, 3.4.1.49345, 3.4.1.49822, 3.4.1.49936
BUILD 1.14.4.50252, 1.14.4.50304, 1.14.4.50337, 1.14.4.50461, 1.14.4.50547, 1.14.4.50643, 1.14.4.50753, 1.14.4.50849, 1.14.4.50960, 1.14.4.51001, 1.14.4.51056, 1.14.4.51146, 1.14.4.51311, 1.14.4.51395, 1.14.4.51535, 1.14.4.51829
$noninline,id$ID<32>
Field_3_4_1_46917_000<32>
GeosetGroupOverride<32>
ItemVisual<32>
ParticleColorID<32>
ItemRangedDisplayInfoID<u32>
Expand Down

0 comments on commit 3f13ab6

Please sign in to comment.