How To Stream Add On Parent Heads With Illenium Appearance

I’ve not figured out how to stream add-on skins, so please do not ask.

Folder Order to Stream:

  • Folder With Any name you want, I named mine free_add_parents_heads.
  • Inside that folder you will have a stream folder, a blank _resource.lua.
  • Inside the stream folder, you’ll be storing the ydd and ymt for the heads. I like to put the ydds in their own folder, but it doesn’t need to be.

The ymt you will need to open up with any ymt software and add more heads (making sure they say they have skin) to the base game ymt for both mp_f_freemode_01.ymt and mp_m_freemode_01.ymt. (I dropped the ymts for both with 25 added heads, in cause you want to use the heads I used below.)

The ydd will need to be named containing the base game streaming format. The next head for the female catalog would be 46, so that add on head would need to be named: mp_f_freemode_01^head_046_r.ydd Males would be: mp_m_freemode_01^head_046_r.ydd

Once you have updated the ymt and named all the ydds, you will need to add the face options number added to the appearance system of your choice. I am only familiar with Illenium.

For Illenium Appearance go to game folder’s customization.lua. Find the section shapeFirst, shapeSecond, and shapeThird and add the number of new heads to the max.
Ex.

shapeFirst = {
    min = 0,
    max = 45 + 25
},
shapeSecond = {
    min = 0,
    max = 45 + 25
},
shapeThird = {
    min = 0,
    max = 45 + 25
},

Heads I used:

You will need to use OpenIV or Codewalker to pull them out of the oiv for the one below.

mp_f_freemode_01.ymt (3.3 KB)
mp_m_freemode_01.ymt (3.3 KB)

2 Likes

Thank you so much!

1 Like

I love you! :heart:

1 Like