Jump to content

req Wuthering waves


Recommended Posts

Posted (edited)
34 minutes ago, rumido said:

Dose anyone have normal toggle ver of this mod like instead of ctrl+4 its just 4.

or know how change the toggles.

Screenshot (288).png

Phrolova's Beach Day NSFW.rar 36.65 MB · 2 downloads

In the "mod.ini" file basically at the top, there are sections with the toggle info such as the binds.

 

[KeySwapFlowerTacetMark]
condition = $object_detected == 1
key = CONTROL 4    <---thats the key to change the toggle, so you could change it to "4" or "VK_UP" for the arrow keys et cetera
type = cycle
$swapvar_flower_tacet_mark = -1, 0, 1, 2

 

And then do that for all the sections that look like that.  Most keys are as you type them but the keypad buttons I think have KP_ but I'm not familiar with them enough to know anymore than that.   I think there is a readme with the model importer that might explain the available keys.

Edited by roflmnop
Posted
1 hour ago, roflmnop said:

In the "mod.ini" file basically at the top, there are sections with the toggle info such as the binds.

 

[KeySwapFlowerTacetMark]
condition = $object_detected == 1
key = CONTROL 4    <---thats the key to change the toggle, so you could change it to "4" or "VK_UP" for the arrow keys et cetera
type = cycle
$swapvar_flower_tacet_mark = -1, 0, 1, 2

 

And then do that for all the sections that look like that.  Most keys are as you type them but the keypad buttons I think have KP_ but I'm not familiar with them enough to know anymore than that.   I think there is a readme with the model importer that might explain the available keys.

thanks it worked

Posted
1 hour ago, sixonenine2000 said:

image.png.2616265545940dfa10a3def4e5fa4c4e.png

 

Anyone know how to fix this?

 

Solution is on page 575

 

On 9/1/2025 at 5:17 PM, roflmnop said:

If you haven't already used the search function and found the solution, which you should be able to pretty easily.  Thats happening because of the texture related to the hash a98c980a.  Open the ini file and find the section toward the bottom of the ini and then delete or place a semicolon in front of the lines to disable it like shown below.

 

[ResourceTexture27]
filename = Textures/Components-6 t=a98c980a.dds

 

;[TextureOverrideTexture27]
;hash = a98c980a
;match_priority = 1
;this = ResourceTexture27

Posted

Damn. Every single good Phrolova mod has a broken Ult animation that makes using it unappealing x.x
Is there any way to fix them in the .ini without reverting the animation to her default appearance?

Posted (edited)
5 minutes ago, mistaj90 said:

Damn. Every single good Phrolova mod has a broken Ult animation that makes using it unappealing x.x
Is there any way to fix them in the .ini without reverting the animation to her default appearance?

I'm not sure if it still works but dropping it here anyways

 

 First, open the mod.ini file.

 

Add these two lines under [Constants]:

 

global $A = 0

global $B = 0

 

Then, under [Present], add the following:

 

if $A != $B
  $A = $B
  if $A == 1
    $mod_enabled = 0
  else
    $mod_enabled = 1
  endif
endif
$B = 0

 

Finally, add the following to any empty space under [Shading: Draw Call Stacks Processing]:

 

[TextureOverrideP]
hash = 703ef664
match_priority=0
if $object_detected
   $B = 1
endif

Edited by Knystnn
Posted
56 minutes ago, Knystnn said:

 

Solution is on page 575

 

Thank you, but how can I know which mod is causing the problem? It happened so suddenly and no new mods that I installed wasn't the source of the problem...

Posted
6 minutes ago, sixonenine2000 said:

Thank you, but how can I know which mod is causing the problem? It happened so suddenly and no new mods that I installed wasn't the source of the problem...

It's the dreamless mod that causes it.

Posted
2 hours ago, Knystnn said:

I'm not sure if it still works but dropping it here anyways

 

 First, open the mod.ini file.

 

Add these two lines under [Constants]:

 

global $A = 0

global $B = 0

 

Then, under [Present], add the following:

 

if $A != $B
  $A = $B
  if $A == 1
    $mod_enabled = 0
  else
    $mod_enabled = 1
  endif
endif
$B = 0

 

Finally, add the following to any empty space under [Shading: Draw Call Stacks Processing]:

 

[TextureOverrideP]
hash = 703ef664
match_priority=0
if $object_detected
   $B = 1
endif


It unfortunately did not work. Thanks, though :(

Posted
13 hours ago, DeanDxD said:

any reply or anyone who could help? gladly appreciated ;D

Yes, I noticed it yesterday same issue with his cartethiya mod
when transfromed into fleurdelys her textures don't look good

Posted (edited)

Imagine making a lewd mod and fucking up such a critical part, such as the panties/w.e the fuck.

b8c79e03ab3372e06a3644b952f26b1c.jpg

Edited by Satsuk
Posted
On 9/4/2025 at 12:25 PM, Tenj1n said:

该死的,我希望我们有更多这样的模组,而不仅仅是裸体和服装模组。

I’m Chinese, but I don’t really like most of this author’s mods, and he only accepts adding QQ with a fee.

Posted
13 hours ago, makmurd said:

 

donwload the one in gamebanana, the author already update it for this patch fix.

and dont forget to get the latest RabbitFx and its fixer.

thankyou so much!...i dint notice the culprit was because of RabbitFX 😅...but KanouSakura fix also help alot...thankyou again! thx for reply! 🙇‍♀️

Posted (edited)

Does anyone have a fix for KanouSakura's Ciaccona mods Ultimate?
Her lower half is invisible while doing her lil dance.

Edited by H e a p s
Posted (edited)
6 hours ago, mistaj90 said:

Damn. Every single good Phrolova mod has a broken Ult animation that makes using it unappealing x.x
Is there any way to fix them in the .ini without reverting the animation to her default appearance?

Which Phrolova mod did you have in mind?  If it's a mod you can't post, you can send it to me in a dm I'll have a look.  I can't promise I will be able to get it to work exactly but I might be able to make it acceptable.  I just finished fixing an M.tsqn Phrolova mod to work with the proper ult so I'm familiar with a method.

 

6 minutes ago, H e a p s said:

Does anyone have a fix for KanouSakura's Ciaccona mods Ultimate?
Her lower half is invisible while doing her lil dance.

The post just above yours might be about that same mod, update rabbitfx and I think there was an update for the mod that might help aswell, follow the reply chain for more info.

 

P.S. I have some toggles I want to add, hopefully I'll have the ambition to get them working tomorrow and then I'll post the mod.

Edited by roflmnop
Posted
On 9/3/2025 at 9:02 AM, Nom-Nom said:

Kitsune Wives
Mega UI Pack

image.thumb.png.0ceb55d1755c1659d20ee45ff4661085.png

Okay its about time i put an update out here now.
Last i posted here regarding the UI pack was to say i put it on Nexusmods, but it got taken down from there :sweat_smile:, so i went back to just using mega. I've gotten to "fix" almost all the UI, But there are a few things in the Mega that i haven't got to updated/fix yet.
There is still a lot of UI that has old art, i plan to update them all at some point to higher quality.

If you have any questions, need any help, or want to see updates/releases early, join the discord.


This mod contains UI for the following:

Events page |Ascendant Aces, Whimpering Wastes|, Modes |TCG, Thousand Gateways, TOA|, Atk/Skill/Utility Icons(all chr's), Backpack, Convene, Gallery, Guidebook, Loading Screens(454 loading screens), Lunite Subscription, Main Menu(all chr's), Map, Outfits, Pioneer, Ragunna City, Resonator Icons, Resonator UI, Store, TeamUI(all chr's), Trophies, DISCONTINUED: Start

 

|PREVIEWS|

|Events|

(Ascendant Aces)

  Hide contents

image.thumb.png.ee9aec510fb6b5111a7f18fd97ef7cd0.pngimage.thumb.png.e052742b2b977f413d409694415fabee.pngimage.thumb.png.8150bc4eaf814f94a4e965589513d755.pngimage.thumb.png.beb5aa81bf7117ca9af9a8955700d445.pngimage.thumb.png.2bf444792aca324455b2714900e97b54.png

(Whimpering Wastes)

  Hide contents

image.thumb.png.57cff16fd5279fcc241e25240941d82a.png

|Modes|

(TCG)

  Hide contents

image.png?ex=68b90e6d&is=68b7bced&hm=57204504d872908a9560ecaa5eca7484432016cb9f3c661b60e38847cc8c0bfd&
Echo Cards

  Hide contents

image.png?ex=68b90e6d&is=68b7bced&hm=3f02ff99b9e04c8997d51114516b0a060489cf58d7f46f0364098019ed8bf1b5&ImageSPOILER_image.png?ex=68b90e6d&is=68b7bced&hm=c1df3c4eb3e5bd9224240a8f12d98ac6835822b803c4d522af27d732844cfd40&

 

(Thousand Gateways)

  Hide contents

image.thumb.png.a03ea6329584e777f45dd27ec5d89c5e.pngimage.thumb.png.8fa5c215f614782f9c047f68ae304380.png

(TOA)

  Reveal hidden contents

image.thumb.png.5ac3bddce05c98caaf54a2fbe75e23d2.png




Atk/Skill/Utility Icons
Has all chr Icons except Augusta

  Hide contents

image.png.87bb50700906bc23597d24b451c53c9e.pngimage.png.93ccd744e210ea3d745ae7ff00f664b7.pngImageImageImageImage

Backpack

  Hide contents

image.thumb.png.e29dbc223f6e72b4194f6677a1a2689e.png

Convene

  Hide contents

Has Vibrancy Shader on
Wuthering_Waves_Screenshot_2025.07.28_-_12.38.28.33.png?ex=68b87e64&is=68b72ce4&hm=5d1822a891d68417b6678f1f514048ce3c74d64b08f43d3274bff11d53eee135
Some summon Portraits
ImageImageImageImageImageImageImageImageImageImageImage

Gallery

  Hide contents

image.thumb.png.149179d0ba5206c3d0a2d9cda294b1f3.png

Guidebook

  Hide contents

KBJb6DF.gif

Loading Screens
454 Total Loading Screens

  Hide contents

image.thumb.png.be0a6392b510b4c2f57a96571fefa04d.pngimage.thumb.png.cf3619bbde739a149cb98fd1fb8d8815.pngimage.thumb.png.b64f24cdf2cc1d2776594052c76acc8d.pngimage.thumb.png.26020c4780add17bd0c7cf2b53755c1c.pngimage.thumb.png.e4e518696cb0a25bc1ea55205a9034cc.pngimage.thumb.png.c0ddb8d3838bea7ed1f7635a41bf7ffa.pngimage.thumb.png.8c182775ae7eb3436b1cabb7ffdb5ed9.pngimage.thumb.png.e107fc5d1673713180bfc8b14cc41a9c.pngimage.thumb.png.4dfe33a856cab1f8ac9b69b658d5718a.pngimage.thumb.png.125a58fd1255e56875c3bc5eacdcfb26.pngimage.thumb.png.adb8f1e61514699f1c8b4e8e5fb371c7.pngimage.thumb.png.625447756ef9f7fe978b8eb923da1679.pngimage.thumb.png.a460212cc77a660c92c04ddf621f2bf4.png
Echo Loading Screens

  Reveal hidden contents

image.thumb.png.547bea17500c297c82df5f3bb1700bfb.pngimage.thumb.png.6c7331558eaf27738fb993bd4e9d7a17.pngimage.thumb.png.b5b41de9405ef36e7a30290eab0f3dea.png

 

Main Menu
Has all chr's

  Hide contents

KBdYRJj.gif

Map

  Hide contents

image.thumb.png.8749ae5bb9a9be202d217bc45bdc0603.png

Outfits

  Hide contents

image.png.0a666c2876d66e18f4893754dab78ef3.png

Pioneer Podcast

  Hide contents

KBdM0lI.gif

Ragunna City

  Hide contents

Imageimage.thumb.png.e787dc37209bdcf571bf7008a90fc5f9.pngimage.png.4418c80ad1216a52c8e71f89e2ae45de.png

Resonator Icons

  Hide contents

ImageImageImageImageImageImageImage


Resonator UI
Only 5Stars for now and also some Ult Backgrounds

  Hide contents

image.thumb.png.84f8895789f047b19e29b1de141f7111.pngimage.thumb.png.ce256b479c04f2c7e4f5959395d95175.pngimage.thumb.png.8537e6f52a73c9cd8e8775340853b154.pngimage.thumb.png.7ed2da43ca4594c508e1418c83c9a9b2.pngimage.thumb.png.257f923dfe659167aaf7fcf2f43a1236.pngImageImageImageImage

Store

  Hide contents

image.thumb.png.5179f74d84fc868dbfff91a21b3bba92.pngimage.thumb.png.1bfb09eb344bf7a03500c384fcfac664.png

TeamUI

  Hide contents

KB22JRf.gifKB2KFxR.gif

Trophies

  Hide contents

image.thumb.png.a524318267c85b37356a4143560a9d0f.png




|Toggles|

 

| Guidebook |

Mode(Swap/Auto): \
Forward swap: ]
Backward swap: [
Opacity(Full/Most/Less/Low): =

| TeamUI |

(portraits)
Menu: \
Mode(Normal/Auto/Hidden): ]

(Background)
Mode(Swap/Auto/Off): /
Forward swap: .
Backward swap: ,

| Loading Screens |
Backward swap: Left Arrow
Forward swap: Right Arrow
Random Image: Tab

| Everything else with toggles |
Mode(Swap/Auto): \
Forward swap: ]
Backward swap: [



|Download|
In case it isn't obvious you need to also get the folder named ".Dependencies(REQUIRED)"

Hope you Enjoy!

whats the ai name plz

 

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...