Jump to content

Recommended Posts

Posted
8 hours ago, Racoonity said:

Hi @naaitsab, I made a hood using your awesome resource. (Thanks, btw ?)

 

I have only a little problem: when equipping the hood, the ponytail is black.
 

  Reveal hidden contents

898860164_ElderScrollsVSkyrimScreenshot2021_01.25-23_06_35_75.png.502b855fe487fb8b7f35359f0248e5cf.png

 

 

This is after changing hair color in racemenu:


683289620_ElderScrollsVSkyrimScreenshot2021_01.25-23_06_10_71.png.80931c5866204bb0569076572b347840.png

 

Any idea? ?

The hair nif is tagged as actual hair so it's supposed to pick up the hair color of the PC and use that if I'm not mistaken. If you don't want that you can look into changing the type of that branch or check the code in DD that changes the pony tail hair on the Heretic plugs.

Posted
2 hours ago, naaitsab said:

The hair nif is tagged as actual hair so it's supposed to pick up the hair color of the PC and use that if I'm not mistaken. If you don't want that you can look into changing the type of that branch or check the code in DD that changes the pony tail hair on the Heretic plugs.

 

The second picture is the one with the character's hair color... ?

But when I equipped it, hair was black.

Posted
19 minutes ago, Racoonity said:

 

The second picture is the one with the character hair color... ?

But when I equipped it, the color was black.

Try adding the magic effect "zadx_effHairUpdater" to an enchantment or test it with the available "zadx_EnchPlugPonytail" enchantment. The game needs a push to update the hair color :P 

Posted
1 hour ago, naaitsab said:

Try adding the magic effect "zadx_effHairUpdater" to an enchantment or test it with the available "zadx_EnchPlugPonytail" enchantment. The game needs a push to update the hair color :P 

 

I couldn't find the first, but the second worked, thanks ?

The hood had the zad gag enchantment. What will happen without it?

Posted
5 minutes ago, Racoonity said:

 

I couldn't find the first, but the second worked, thanks ?

The hood had the zad gag enchantment. What will happen without it?

I think that does something with the foodblock thing and perhaps prevent the mouth moving (clipping). You will need to make a duplicate of the gag enchantment, and then add the aforementioned hairupdater effect to that custom enchantment. Then apply the new enchantment to the hood.

If you and Prime don't manage to get it working then PM me the latest ESP so I can add it for you.

Posted
1 hour ago, naaitsab said:

I think that does something with the foodblock thing and perhaps prevent the mouth moving (clipping). You will need to make a duplicate of the gag enchantment, and then add the aforementioned hairupdater effect to that custom enchantment. Then apply the new enchantment to the hood.

If you and Prime don't manage to get it working then PM me the latest ESP so I can add it for you.

 

I think the mouth movement is handled by a keyword, so, if the only problem is the food block, we can probably just ignore it.
 

Thanks again. ?

Posted
13 minutes ago, Racoonity said:

 

I think the mouth movement is handled by a keyword, so, if the only problem is the food block, we can probably just ignore it.
 

Thanks again. ?

 

@Prime66 merged them, so there should be no problem now ?

Posted
48 minutes ago, Racoonity said:

 

I think the mouth movement is handled by a keyword, so, if the only problem is the food block, we can probably just ignore it.
 

Thanks again. ?

But that's not immersive eating trough a gag :P As far as I can see it's mainly for the gag and food thing. Not sure this is handled all by keywords now so that's worth a test :P

Posted
On 1/8/2021 at 2:33 AM, Prime66 said:

Are there any alternatives? (For Skyrim)
I got one attached to my Heavy Rubber suit, and I really regret ordering it that way. :sweat_smile: I myself am a big fan of the Canadian Gas Mask.

 

Yep @Racoonity is replacing some of the faces around the prison because I can't make any nice-looking characters. :sweat_smile:

How about this mask can this be wearable?

20210101123046_1.jpg.a2e5dc9ea21a9587e8d39810292eda84.jpg

Posted

We're trying to separate the Doll Suit in parts, but the hood just won't behave ?

Posted

Me and @Prime66 are going to overhaul the intro quest (we partially did already).

 

So, yes, there will be an option to skip that too, but the scene will be a bit different next time, so maybe you won't need it... ?

Posted
10 minutes ago, Kerber said:

What's the problem with separating the doll suit? I've done this a few years ago for my private mod. The hood is made to use head slot (SBP_30_HEAD).

 

The problems happen when it comes to DD behavior: if equipping the belt, while the hood is worn with the main piece, hair will start showing. 

Just, why? ?

 

Me and @Prime66 just decided to postpone the thing for now.

Posted

You mean with the hood?
Yes, I ended up using other hair meshes for it and @Prime66 merged the enchantments.

Posted
16 minutes ago, Racoonity said:

You mean with the hood?
Yes, I ended up using other hair meshes for it and @Prime66 merged the enchantments.

was that in regards to my question? Also your postponing the release or just putting it on for later date due to the issues you are facing?

Posted

Back when I made the dollsuit, my "elegant" solution to getting around bodyslide/UNP vs CBBE etc, was to make the suit turn off the entire player character's body. every slot is overridden. That way, I didn't have to worry about clipping, waist size, etc... separating it would immediately open a can of worms. It wasn't built in a way that's friendly to parting it out. But I was never an expert in such things and of course anyone is welcome to try.

Posted
1 hour ago, SilentOption said:

was that in regards to my question? Also your postponing the release or just putting it on for later date due to the issues you are facing?

 

I pushed it way down on the to-do list since it won't play a big role in the next update. We do plan to fix it until then, but it isn't the biggest priority right now. 

Posted
2 hours ago, Racoonity said:

The problems happen when it comes to DD behavior: if equipping the belt, while the hood is worn with the main piece, hair will start showing. 

Just, why? ?

Well, that's indeed weird. I don't have this behavior with belt or without it. Every separated piece have its DD behavior attached. But that's on LE and DD v4.x.

 

As for the clipping I separated the suit with the idea to wear all the pieces together anyway but have correct DD behavior on them. And to be able to change some parts like boots, hood, hair, collar and such. I mean, the doll suit is a central part of my private mod after all (no quests, it's just outfits).

Posted
1 hour ago, Prime66 said:

 

I pushed it way down on the to-do list since it won't play a big role in the next update. We do plan to fix it until then, but it isn't the biggest priority right now. 

when the next update?

Posted
9 hours ago, Racoonity said:

 

The problems happen when it comes to DD behavior: if equipping the belt, while the hood is worn with the main piece, hair will start showing. 

Just, why? ?

 

Me and @Prime66 just decided to postpone the thing for now.

Did you also test with adding slot 41 (long hair) and/or 30 (head) in the ArmorAddon and the Rendered armor item? Slot 42 (circlet) is also selected on DD items, I presume to prevent clipping.

Posted
6 hours ago, SilentOption said:

when the next update?

 

Well, a few pages back, I said at the end of the Month, but that's not happening since we decided to give almost the whole mod and Overhaul.

Due to that reason, I can't give a new time estimate. But work is progressing very well. If I had to guess, we are a little under halfway done with the next version.   

Posted
1 hour ago, Prime66 said:

 

Well, a few pages back, I said at the end of the Month, but that's not happening since we decided to give almost the whole mod and Overhaul.

Due to that reason, I can't give a new time estimate. But work is progressing very well. If I had to guess, we are a little under halfway done with the next version.   

Worth the wait

 

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...