grzybeek / YMTEditor

YMTEditor is a free tool which allows to easily edit GTA5 .ymt files (Peds clothes)
67 stars 22 forks source link

[RESEARCH] Head add-ons #12

Open sangyoo91 opened 2 years ago

sangyoo91 commented 2 years ago

Does anyone have any idea where to start with this?

Head add-ons work as simple head components, but as soon as inheritance is applied, they don't work. Replacing the head model on top of vanilla heads make them work with inheritance. I assume that there are additional meta works needed for them to work as add-on heads.

grzybeek commented 2 years ago

Hey, unfortunately I've never tried to looking into it. It might be even hardcoded (R* likes to hardcode stuff)

sangyoo91 commented 2 years ago

@grzybeek If it's hard-coded, that would be very disappointing...

sangyoo91 commented 2 years ago

I did notice however, find some interesting ydr files inside this path.

x64v.rpf\models\cdimages\streamedpeds_mp.rpf\mp_m_freemode_01

micro_nose_wide.ydr
micro_nose_up.ydr
micro_nose_tip_up.ydr
micro_nose_tip_down.ydr
micro_nose_thin.ydr
micro_nose_short.ydr
micro_nose_profile_curved.ydr
micro_nose_profile_crooked.ydr
micro_nose_long.ydr
micro_nose_down.ydr
micro_nose_broke_right.ydr
micro_nose_broke_left.ydr
micro_neck_male.ydr
micro_lips_thin.ydr
micro_lips_fat.ydr
micro_jaw_wide.ydr
micro_jaw_square.ydr
micro_jaw_round.ydr
micro_jaw_narrow.ydr
micro_head_045_r_misty_morph.ydr
micro_head_044_r_john_marston.ydr
micro_head_043_r_niko_bellic.ydr
micro_head_042_r_claude_morph.ydr
micro_head_041_r_female_ng_pol.ydr
micro_head_040_r_female_ng_chi2.ydr
micro_head_039_r_female_ng_chi.ydr
micro_head_038_r_female_ng_lat.ydr
micro_head_037_r_female_extra_head_fem_lat.ydr
micro_head_036_r_female_ng_bla.ydr
micro_head_035_r_female_extra_head_fem_bla.ydr
micro_head_034_r_female_ng_whi2.ydr
micro_head_033_r_female_ng_whi.ydr
micro_head_032_r_female_polynesian_beast.ydr
micro_head_031_r_female_polynesian_beauty.ydr
micro_head_030_r_female_indian_beast.ydr
micro_head_029_r_female_indian_beauty.ydr
micro_head_028_r_female_chinese_beast.ydr
micro_head_027_r_female_chinese_beauty.ydr
micro_head_026_r_female_latino_beast.ydr
micro_head_025_r_female_latino_beauty.ydr
micro_head_024_r_female_black_beast.ydr
micro_head_023_r_female_black_beauty.ydr
micro_head_022_r_female_white_beast.ydr
micro_head_021_r_female_white_beauty.ydr
micro_head_020_r_male_ng_head_ara.ydr
micro_head_019_r_male_ng_head_pak.ydr
micro_head_018_r_male_ng_head_chi.ydr
micro_head_017_r_extra_head_chi.ydr
micro_head_016_r_male_ng_head_lat.ydr
micro_head_015_r_male_ng_head_bla2.ydr
micro_head_014_r_male_ng_head_bla.ydr
micro_head_013_r_male_ng_head_whi.ydr
micro_head_012_r_male_extra_head_whi.ydr
micro_head_011_r_male_polynesian_beast.ydr
micro_head_010_r_male_polynesian_beauty.ydr
micro_head_009_r_male_indian_beast.ydr
micro_head_008_r_male_indian_beauty.ydr
micro_head_007_r_male_chinese_beast.ydr
micro_head_006_r_male_chinese_beauty.ydr
micro_head_005_r_male_latino_beast.ydr
micro_head_004_r_male_latino_beauty.ydr
micro_head_003_r_male_black_beast.ydr
micro_head_002_r_male_black_beauty.ydr
micro_head_001_r_male_white_beast.ydr
micro_eyes_wide.ydr
micro_eyes_squinted.ydr
micro_chin_up.ydr
micro_chin_square.ydr
micro_chin_pointed.ydr
micro_chin_out.ydr
micro_chin_in.ydr
micro_chin_down.ydr
micro_chin_bum.ydr
micro_cheek_up.ydr
micro_cheek_puffed.ydr
micro_cheek_out.ydr
micro_cheek_in.ydr
micro_cheek_gaunt.ydr
micro_cheek_down.ydr
micro_brow_up.ydr
micro_brow_out.ydr
micro_brow_in.ydr
micro_brow_down.ydr

Not exactly sure how they work, but it's assumable that they are inheritance / slider related files.

Pretty sure it's not much help for this particular cause, but leaving it out there

EDIT

Actually it might be related cause micro_head_*** are numbered from 1 to 45, meaning each head probably requires one of these.