Apparel reference from other mods

Started by Oblit, June 12, 2021, 07:19:48 PM

Previous topic - Next topic

Oblit

So I wanted to make a mod with the apparel reference and then the races I create would have the texture so I can generalize the apparel but make different for each race
But how can I reference the textures from another mod? If I even can do that
I saw a rakkle race mod that made reference to the apparello 2 mod, but didn't find how to do it

mod code 2496321339 for rakkle + apparello 2

Shinzy

If I've understood you correctly,
all you need is to copy the file structure and rename the bit of texture's name that references the body-type to whatever the bodytype of your alien is called

I.e "Apron_Male_north", "Apron_RakkleF_north"

The texture path is already defined by Apparello

Oblit

Quote from: Shinzy on June 13, 2021, 06:42:56 AM
If I've understood you correctly,
all you need is to copy the file structure and rename the bit of texture's name that references the body-type to whatever the bodytype of your alien is called

I.e "Apron_Male_north", "Apron_RakkleF_north"

The texture path is already defined by Apparello

Ok Thanks!
I will try to do that