Jump to content

req Wuthering waves


Recommended Posts

Posted
7 hours ago, kilo11yoimiya said:

有人遇過這個問題嗎?遊戲過程中虛幻引擎崩潰後,

 

卡比托利歐山上的建築物和柱子的紋理出現異常,顯示為帶有藍色和紫色反射的黑點。

如果我正常啟動遊戲,不使用任何模組或 XXMI 啟動器,紋理是正常的。

 

我已經嘗試重新安裝遊戲 XXMI,甚至重新安裝了我的 GTX 1060 顯示卡驅動程序,

並且禁用了 UI 模型 RabbitFX 和 No Reload Mod Manager,但似乎沒有效果。

如果我使用 XXMI 和 mod,紋理仍然會損壞。

 

紋理損壞問題僅出現在卡比托利歐山地圖上。其他地圖均已檢查,顯示正常。請問有人能幫幫我嗎?

謝謝大家!

 

20260508150537.png

20260508020945.png

20260508150316.png

20260508020453.png

20260508010828.png



respond by myself , my RabitFx has problem,
I download new version and reinstall it.
 Everything works well now !!!

20260508223507.png

Posted
23 hours ago, mamahina said:

I cant download from nahida.live it says removeChild on Node???

WHY?

  Reveal hidden contents

Screenshot2026-05-08082248.png.913d9f191966fdb85e774f6620d97ccd.png

 

just wait, only a warning, download will continue, wait till it completes, don't close or refresh

Posted
7 hours ago, whalemons said:

Starlight Idol Aemeath   by Alunnop
Need a hero...
69f84090a2de3.jpg

I don't take credit for it, I got it from the discord group.

Mod toggles are:
Mod Toggles

  • Ctrl + 4 Shoes
  • Ctrl + 5 Original Skirt
  • Ctrl + 6 Gloves
  • Ctrl + 7 Tacet Mark
  • Ctrl + 8 Choker
  • Ctrl + 9 Glasses & Halo
  • Ctrl + 0 Clothing Options
  • Alt + 4 Short Hair
  • Alt + 5 Earrings
  • Alt + 6 Torso Swap (Robot Form)
  • Alt + 7 Robotic Tail (Robot Form)

It also has a mecha mod included so if you are already using one then you have to remove one of them.

 

P.D: For some reason RabbitFX's transparency doesn't work on this mod (only normal form, mecha form works), so if someone can fix that I would thank them.

 

P.D2: This is the thicc mod. There is also a normal model mod.

Aemeath Starlight Idol Thicc NSFW.rar

Posted (edited)
5 hours ago, Rosseweiss said:

I don't take credit for it, I got it from the discord group.

Mod toggles are:
Mod Toggles

  • Ctrl + 4 Shoes
  • Ctrl + 5 Original Skirt
  • Ctrl + 6 Gloves
  • Ctrl + 7 Tacet Mark
  • Ctrl + 8 Choker
  • Ctrl + 9 Glasses & Halo
  • Ctrl + 0 Clothing Options
  • Alt + 4 Short Hair
  • Alt + 5 Earrings
  • Alt + 6 Torso Swap (Robot Form)
  • Alt + 7 Robotic Tail (Robot Form)

It also has a mecha mod included so if you are already using one then you have to remove one of them.

 

P.D: For some reason RabbitFX's transparency doesn't work on this mod (only normal form, mecha form works), so if someone can fix that I would thank them.

 

P.D2: This is the thicc mod. There is also a normal model mod.

Aemeath Starlight Idol Thicc NSFW.rar 154.66 MB · 1 download

Thank you so muchhh!

Edited by whalemons
Posted
22 hours ago, IncogACC said:

Adding transparency via textures requires that component to have transparency in the first place, that's in the realm of actual modders so the method there isn't something I'm actually familiar with. I don't see "red" in particular when looking at textures with transparency though, "red" is what TexFx textures use in Genshin but TexFx isn't a thing for WuWa.

Whenever I'm working with transparency, it's using blend transparency which is pretty shit but gets the job done.

You replace the draw call with a CustomShader call instead and have the draw call run inside that custom shader:

 

;drawindexed = X, Y, Z

run = CustomShaderTransparency

Then somewhere outside of the TextureOverride block (I usually just put it below) you'd add the CustomShader block

 

[CustomShaderTransparency]
blend = ADD BLEND_FACTOR INV_BLEND_FACTOR
blend_factor[0] = 0.5
blend_factor[1] = 0.5
blend_factor[2] = 0.5
blend_factor[3] = 1

drawindexed = X, Y, Z

 

Now instead of drawing the object as normal, it draws the object after applying the blend factors. There are quite a few "blend =" options but this is the most standard one and gives opacity control via the 3 "0.5" values, change those to anything between 0 and 1 with 1 being opaque and 0 being invisible.

 

Also when it comes to blend transparency, draw call order actually matters for layering to make sure that objects drawn beneath the transparent component are displayed correctly, make sure your custom shader call is at the bottom of that component block, you want it to be the last thing drawn within that component workspace.

Alright thank you for the answer

Posted (edited)
On 5/7/2026 at 10:08 AM, kilo11yoimiya said:

Do anyone have these three custmes for luno Chiseese Moon Festival style Customes?


Hope to be the comeplity full switch keys verison.

Really want the middle custome .


  Thanks you guys



Luno Chneese monn festival customes showing videos
 

maxresdefault.png

NoMention
 

All three of these options are available on huihui, but you need to fix the .ini file — too many errors in the code. I published all these options on Discord back in November 2025, so go ahead and use them.

i hate this

Spoiler

image.png.b36023a643134ac3b4df8c33e64b0bd7.png

 

 

  

On 5/8/2026 at 8:41 PM, whalemons said:

Starlight Idol Aemeath   by Alunnop
Need a hero...
69f84090a2de3.jpg

published on discord.. 

The regular and thick version

 

Edited by Hikoyore

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