Great hair. But when paired with the monoglove both twintails appear underneath. Is there a way to adjust the layering so that one sidetail appears over the monoglove?
Thanks.
Your problem is due to the layering of the mod. All my hair mods try to place as many layers as possible as low as possible so that the sperm lands on them (all the cum that lands above the ear layer is hidden, see https://www.undertow.club/threads/13567/ ).
Perhaps sby has released a Loader add-on that allows you to modify the layers. I think we discussed this with Mari Glasses a few years ago in my import thread (I'm not sure). Try searching or ask him directly, here or on Discord.
Otherwise, you need to modify the mod with the JPEXS decompiler (tutorial here: https://www.undertow.club/threads/19122/ ) and search the script folder for a script (or several scripts) containing a line similar to
this.targetElement = ModElements.DYNAMIC_HAIR_BETWEEN;
(it can be BETWEEN, UNDER or BACK)
and replace it with
this.targetElement = ModElements.DYNAMIC_HAIR_OVER;
(or another layer above the former layer)
Then save the mod and try it out.
It MAY work (I really don't have time to do it myself, test it, do it for all 3 versions, publish it, etc.) or you may end up with other layering issues.
Good luck.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Your problem is due to the layering of the mod. All my hair mods try to place as many layers as possible as low as possible so that the sperm lands on them (all the cum that lands above the ear layer is hidden, see https://www.undertow.club/threads/13567/ ).
Perhaps sby has released a Loader add-on that allows you to modify the layers. I think we discussed this with Mari Glasses a few years ago in my import thread (I'm not sure). Try searching or ask him directly, here or on Discord.
Otherwise, you need to modify the mod with the JPEXS decompiler (tutorial here: https://www.undertow.club/threads/19122/ ) and search the script folder for a script (or several scripts) containing a line similar to
this.targetElement = ModElements.DYNAMIC_HAIR_BETWEEN;
(it can be BETWEEN, UNDER or BACK)
and replace it with
this.targetElement = ModElements.DYNAMIC_HAIR_OVER;
(or another layer above the former layer)
Then save the mod and try it out.
It MAY work (I really don't have time to do it myself, test it, do it for all 3 versions, publish it, etc.) or you may end up with other layering issues.
Good luck.