is there a way to install thicc water on multiple avatars in the same project? the installer seems to overwrite the animations every time it generates a new setup
Hey! I shot you an email a while ago regarding the thick water system and the interaction with the Wolfs Howl, I can't for the LIFE of me get them to work together, and I've tried everything including manually installing thickwater (which seems to also not work for me, it doesn't follow the shaft bone) and I REALLY want to get this working, any help would be greatly appreciated! Edit: disregard, I am dumb as rocks.
In normal mirrors, it can work (although the interference between the real particles and the reflected ones looks weird), but in cutout/transparent mirrors, it tends to turn large spots in the mirror solid black. I've been in groups where multiple people have Thicc Water turned on at once, and it can really ruin peoples' experiences, so I forced it off.
If you really need it to show in a mirror, there's only one line in the shader that disables it. Open up Assets/PleasureArcade/ProcessorShader.shader, around line 92 and delete this line:
clip(IsMirrorClone() ? -1 : 1);
then it'll show in mirrors.
I could add a checkbox for this in the next update, but I'm hesitant to do that without a way for others to turn it off. Maybe have it only show in the mirror for the person wearing it? Not sure.
Is there any way to make water to be visible in mirrors too? I've tried to delete this line from every shader, but water particles are still not rendered in mirrors.
← Return to asset
Comments
Log in with itch.io to leave a comment.
is there a way to install thicc water on multiple avatars in the same project? the installer seems to overwrite the animations every time it generates a new setup
Hey! I shot you an email a while ago regarding the thick water system and the interaction with the Wolfs Howl, I can't for the LIFE of me get them to work together, and I've tried everything including manually installing thickwater (which seems to also not work for me, it doesn't follow the shaft bone) and I REALLY want to get this working, any help would be greatly appreciated!
Edit: disregard, I am dumb as rocks.
Is it possible to get these shaders to work in mirrors at all? Otherwise love the system!
In normal mirrors, it can work (although the interference between the real particles and the reflected ones looks weird), but in cutout/transparent mirrors, it tends to turn large spots in the mirror solid black. I've been in groups where multiple people have Thicc Water turned on at once, and it can really ruin peoples' experiences, so I forced it off.
If you really need it to show in a mirror, there's only one line in the shader that disables it. Open up Assets/PleasureArcade/ProcessorShader.shader, around line 92 and delete this line:
then it'll show in mirrors.
I could add a checkbox for this in the next update, but I'm hesitant to do that without a way for others to turn it off. Maybe have it only show in the mirror for the person wearing it? Not sure.
I was wondering what the reason was, thank you for the explanation. <3
Is there any way to make water to be visible in mirrors too? I've tried to delete this line from every shader, but water particles are still not rendered in mirrors.