Jump to content

req Wuthering waves


Recommended Posts

Posted
18 hours ago, damphyre said:

Hey, I found the fix you can either use this code block below [TextureOverrideTexture7]
 

[TextureOverrideTexture7a]

hash = 952d2862

match_priority = 0

if $object_detected

this = ResourceTexture7

endif

or
You can either just download this fixed version: Ciaccona-CHRONOPATTERN v1.0.7z

thankyou so much for helping to solve the issue! 🙇‍♀️

Posted

Yinlin Bunnysuit Vanilla(almost?) Proportion.

Spoiler

Preview.thumb.webp.d80260ff4186b332aa42d86d311794dd.webp

@IncogACC I've come to bargain. You like a bunny suit. Don't we all? Well, this is the only mod I've found yet that has OG proportion, and the problem is that there's no toggle for the bunnysuit itself.

Well, you can call this a desperate attempt, but Sirr please unlock this. If it can and if it has a texture for the private part. e,g: nipp and v. But if it doesn't well, I'd be damn.

 

Yinlin Bunnysuit.rar

Posted

This was supposed to be a quick and simple job... but then I end up going from 5 toggles to 18 plus texture edits so it took a good bit of work.

Of course 18 different keys is hard to use so I compressed it down to the usual arrow keys and had some of the toggle double up, everything is still individually changeable, some just share the same key combo.

 

Toggles: If it has a "/" it means that 2 parts have double up.

 

Up - Hat / Sunglasses

Down - Leg

Left - Top / Arms

Right - Midriff / Chain

 

Alt Up - Choker / Necklace

Alt Down - Shoes / Anklet

Alt Left - Bikini top

Alt Right - Bikini Bottom

 

Ctrl Up - Earrings

Ctrl Down - Thigh string

Ctrl Left - Wrist strap / Glove

Ctrl Right - Arm bands

 

image.thumb.png.a4fe8b34d52f5e902d9946bbcd7e0087.pngimage.thumb.png.028fcf02a43a017449f1722d4d56b7af.pngimage.thumb.png.fd600b599347d6485d7ff564d037d79c.pngimage.thumb.png.4ecf89113335728be00060e3782502e7.pngimage.thumb.png.781c77dd02264dc6dbe5b7a7c2976939.png

Augusta FIO Swimsuit Megatoggle.rar

Posted
On 9/5/2025 at 8:18 AM, damphyre said:

Hey, I found the fix you can either use this code block below [TextureOverrideTexture7]
 

[TextureOverrideTexture7a]

hash = 952d2862

match_priority = 0

if $object_detected

this = ResourceTexture7

endif

or
You can either just download this fixed version: Ciaccona-CHRONOPATTERN v1.0.7z

I have the same problem with ciaccona mod but pink version, can you help me?:

image.png.7d435dfc6500b99cfd01ec0dea3e28cb.png

Ciaccona - CHRONOPATTERN Pink.rar

Posted
2 hours ago, IncogACC said:

The Texture is fucked up in a way I've never seen. The suit is tied to the ear draw calls for some reason, but that's not a problem to separate, the issue is... well this

image.thumb.png.35c0524415935567c41d7eb247485697.png

This is the body beneath the suit.

There are a few problems to note, number 1 is obviously the damage done to the torso and chest, this damage is totally needless as these parts are covered by the suit at all times. 

Problem number 2 is the "panty" lines and the strap lines along the waist. These appear when the suit is on and complete the outfit, but unlike the rest of the suit these are baked into the texture itself and stick to the body mesh rather than having their own dedicated mesh. 

 

These lead into problem 3 and 4, what it'd take to actually fix this mess.

In order to fix the torso, it'd simply need to be redrawn... but I'm not an artist, far from it, that's well beyond my capabilities, the closest I could get is porting across an existing torso texture and doing my best to blend the seams and colour match to make it look natural. It's not impossible but would be very hard for someone of my lacking skill.

Lastly problem 4. In order to maintain the panty and waist parts which are baked into the texture itself, I'd have to salvage those parts from the exist texture, apply them to the the new "ported" torso so they appear when the bunny suit is on AND create copies without those parts so that the mod can have a true nude toggle as well. On top of this, because the shine effects are done via the lightmap, I'd ALSO need to make new lightmaps for each texture.

 

It'd be easier (Not easy, less hard) to reverse the mod into blender, stitch a separate nude body texture to the existing textures, then redo the UVs. Unfortunately, messing with UVs is something I have ZERO experience doing, so once again it's beyond my capabilities.

 

ALL of this to say, while it's technically possible to fix this mess, either way of trying to do it is well beyond what I can do right now.

You found your someone. I attached it to the existing skirt toggles: Long > Short > No back > No back or front.

And before anyone asks, no I can't make a nude version because there's a hole in the breast mesh like every other Kanou Sakura mod. I don't wanna do more edits on this mod


Thank you for your in-depth explanation. Well, it is what it is then. I just wanna know, but if the texture is this fucked up, then thank you for your response.
Cheers mate thanks for your hardwork📣

Posted
2 hours ago, IncogACC said:

The Texture is fucked up in a way I've never seen. The suit is tied to the ear draw calls for some reason, but that's not a problem to separate, the issue is... well this

image.thumb.png.35c0524415935567c41d7eb247485697.png

This is the body beneath the suit.

There are a few problems to note, number 1 is obviously the damage done to the torso and chest, this damage is totally needless as these parts are covered by the suit at all times. 

Problem number 2 is the "panty" lines and the strap lines along the waist. These appear when the suit is on and complete the outfit, but unlike the rest of the suit these are baked into the texture itself and stick to the body mesh rather than having their own dedicated mesh. 

 

These lead into problem 3 and 4, what it'd take to actually fix this mess.

In order to fix the torso, it'd simply need to be redrawn... but I'm not an artist, far from it, that's well beyond my capabilities, the closest I could get is porting across an existing torso texture and doing my best to blend the seams and colour match to make it look natural. It's not impossible but would be very hard for someone of my lacking skill.

Lastly problem 4. In order to maintain the panty and waist parts which are baked into the texture itself, I'd have to salvage those parts from the exist texture, apply them to the the new "ported" torso so they appear when the bunny suit is on AND create copies without those parts so that the mod can have a true nude toggle as well. On top of this, because the shine effects are done via the lightmap, I'd ALSO need to make new lightmaps for each texture.

 

It'd be easier (Not easy, less hard) to reverse the mod into blender, stitch a separate nude body texture to the existing textures, then redo the UVs. Unfortunately, messing with UVs is something I have ZERO experience doing, so once again it's beyond my capabilities.

 

ALL of this to say, while it's technically possible to fix this mess, either way of trying to do it is well beyond what I can do right now.

You found your someone. I attached it to the existing skirt toggles: Long > Short > No back > No back or front.

And before anyone asks, no I can't make a nude version because there's a hole in the breast mesh like every other Kanou Sakura mod. I don't wanna do more edits on this mod.

 

image.thumb.png.058f7349222212ce86636e5184310f37.pngimage.thumb.png.97907d38fe0063e68a1766f3b227b823.pngimage.thumb.png.70e53299c0284b808d0c4b083c0ef1ea.pngimage.thumb.png.a56e7dbc67053f66ad27cf4e19fc8195.pngimage.thumb.png.900253ddaa395f2a0062ae3976375202.png

Augusta Formal Dress v1.01 - Skirt Toggle.rar 77.34 MB · 169 downloads

 

image.png.544fe44a1835f110c8fdfcbc0fc71b22.png

 

Thanks for this, I found some textures on another site and added them to this file you made, with lace socks for example, thanks for your edit!
here is with toogle to completely remove the skirt:

Augusta Formal Dress v1.01 - Skirt Off Toggle + extra textures + lace stockings.rar

Posted
On 9/4/2025 at 1:57 PM, aidan said:

 

  Hide contents

image.png.6cad70eaeab00156590c4f432716cf44.png

This version may differ from yours, but it works fine.

 


aight bro i take my words back.

IT'S The Same SHIT.
 

Not kind shit but it's the same mod. the texture in her thigh is still there. OMG you give me hope and betrayed me brotha.

Posted (edited)
29 minutes ago, gikachad said:

anyone know the fixed hash for this mod?
i might be a bit late because I JUST found this loverlab

preview.png

hash = 9753b8b2
 

That's working for me, hope it works for you.

Edited by roflmnop

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...