Scarecrow03 Posted October 23, 2025 Posted October 23, 2025 2 minutes ago, RA2489 said: Ā If XXMIĀ works (that's the version of modding most likely to disconnect you due to the anticheat; it doesn't ban but you just get disconnected after ~5 minutes), then use that since it's automated updates for common dependencies. If you do get disconnected, try this, otherwise stick to the original 3dmigoto method here and you'll have to manually add+update the typical mod dependencies yourself every so often. You can steal those dependencies from from the XXMI Core\GIMI\Libraries folder so you don't have to search them down. I didn't notice i use xxmi for wuthering waves. I didn't know i could add more games to it. I just set it up long ago and forgot about it since i use shortcut to open the game
genshinmodpirate Posted October 23, 2025 Posted October 23, 2025 On 10/21/2025 at 11:44 PM, motasan said: Anyone got this skirk mod by Caverabbit? I've been asking for weeks 1
Alinkx Posted October 23, 2025 Posted October 23, 2025 On 10/17/2025 at 12:24 AM, Alinkx said: I have all of them in mind, like Charlotte, Chevreuse, Ninnguang, Lisa, Fischl, Faruzan, Kokomi, Noelle, Yun Jin, Lynette, Sucrose, Rosaria, Kuki, Beidou and Candace. They are all the old ones, she didn't include the pube option on that mods yet. Ā I really like the style of Rollact mods, if you need or want any, I can share them. Ā Or you need the mod already has/include any pube? Ā On 10/16/2025 at 3:25 AM, swervedriver said: I might have done it already. Let me know which ones you have in mind. I don't remember, so I may have to go into my back-up files and check. Ā Sorry for the bothering, I only want to know if you could find anything in your files about the mods we mentioned. Ā If not, it's ok, no problem.
Lanya_Lw Posted October 23, 2025 Posted October 23, 2025 7 hours ago, Scarecrow03 said: I didn't notice i use xxmi for wuthering waves. I didn't know i could add more games to it. I just set it up long ago and forgot about it since i use shortcut to open the game It is only in genshin, in ZZZ works well,Ā They probably didn't want people making clothes for their ugly new game mode.
Hiqqi28 Posted October 24, 2025 Posted October 24, 2025 Does anyone know how to fix this in the new version?
swervedriver Posted October 24, 2025 Posted October 24, 2025 (edited) 27 minutes ago, Hiqqi28 said: Does anyone know how to fix this in the new version? There is the new ORFix 0.7.0, but it's not perfect yet. XXMI updates it automatically. If you use 3dmigoto, download it and replace the old one in Mods>>BufferValues>>. It is still being improved, so there will be updates soon. Ā https://github.com/leotorrez/LeoTools/blob/main/releases/ORFix.ini Ā Ā ORFix.ini Version 0.7.0 Ā - Major rework of internal logic as Diffuse and Lightmap have swapped places in most shaders Ā - Characters that didn't use to need ORFix now need it. For them there is a special CommandListNNFix that doesn't mess with normalmaps. Ā As a rule of thumb, if the character uses normalmaps CommandListORFix otherwise CommandListNNFix Ā First release for version 6.1 Ā Check latest version at: http://github.com/LeoTorreZ/LeoTools/blob/main/releases/ORFix.ini Ā Ā Global 3.0+ and 5.0+ character reflection/outline color fix Ā Ā At the bottom of each modded [TextureOverride {Character} {ObjectPart}], type the following command: Ā Ā run = CommandList\global\ORFix\ORFix Ā run = CommandList\global\ORFix\NNFix <--- For IBs that don't use normalmaps Ā Ā Example -------------------------------------------------------------------------- Ā [TextureOverrideLaylaHead] Ā hash = 8ec3x0d8 Ā match_first_index = 0 Ā ib = ResourceLaylaHeadIB Ā ps-t0 = ResourceLaylaHeadDiffuse Ā ps-t1 = ResourceLaylaHeadLightMap Ā run = CommandList\global\ORFix\ORFix Ā Full guide: https://github.com/leotorrez/LeoTools/blob/main/guides/ORFixGuide.md Ā ORFix Update Notice A lot of the internal logic has changed, so expect some errors on LOD shaders. Old characters now require aĀ fix command. If anĀ IB sectionĀ has aĀ Normal Map, use: Ā run = CommandList\global\ORFix\ORFix Otherwise, use: Ā run = CommandList\global\ORFix\NNFix There will eventually be a script to handle this automatically ā please be patient. ForĀ xxmi users, the launcher has already been updated to the latest versions. ForĀ non-xxmi users, download the updated ORFix here: -Ā Ā ORFix.ini on GitHub -Ā ORFixAPI.ini on GithubĀ (An API will be required for future mods, so I recommend that GIMI V7 and non-XXMI users obtain a copy in advance.) Ā Ā There are several known errors that will be fixed in future ORFix releases. For now, take it easy ā this update will already allow most mods to return to a normal state. In the future, theĀ āORFix ApplierāĀ script (available on GameBanana) will also be updated to automatically attempt these fixes, since applying them manually across multiple files can be tedious. ForĀ older characters (pre-Sumeru release), applying ORFix is now required as well. However, the syntax has changed ā hereās an example usingĀ Hu Tao: Ā Before: [TextureOverrideHuTaoHead] hash = 3de1efe2 match_first_index = 0 ib = ResourceHuTaoHeadIB ps-t0 = ResourceHuTaoHeadDiffuse ps-t1 = ResourceHuTaoHeadLightMap [TextureOverrideHuTaoBody] hash = 3de1efe2 match_first_index = 16509 ib = ResourceHuTaoBodyIB ps-t0 = ResourceHuTaoBodyDiffuse ps-t1 = ResourceHuTaoBodyLightMap Now, you must add the fix command: [TextureOverrideHuTaoHead] hash = 3de1efe2 match_first_index = 0 ib = ResourceHuTaoHeadIB ps-t0 = ResourceHuTaoHeadDiffuse ps-t1 = ResourceHuTaoHeadLightMap run = CommandList\global\ORFix\NNFix [TextureOverrideHuTaoBody] hash = 3de1efe2 match_first_index = 16509 ib = ResourceHuTaoBodyIB ps-t0 = ResourceHuTaoBodyDiffuse ps-t1 = ResourceHuTaoBodyLightMap run = CommandList\global\ORFix\NNFix For Characters Faces, you must replaceĀ "ps-t0"Ā withĀ "this". Before: [TextureOverrideHuTaoFaceHeadDiffuse] hash = d00bb0ef ps-t0 = ResourceHuTaoFaceHeadDiffuse After: [TextureOverrideHuTaoFaceHeadDiffuse] hash = d00bb0ef this = ResourceHuTaoFaceHeadDiffuse Ā āĀ Gustav0 Edited October 24, 2025 by swervedriver 9
uaKarh Posted October 24, 2025 Posted October 24, 2025 (edited) any FULL NSFW Nefer mods so far?..Ā Ā š„¹šš Edited October 24, 2025 by uaKarh
kanglabs Posted October 24, 2025 Posted October 24, 2025 it seems the mod killer is up again can some1 help pls it seems the mod killer is up again can some1 help pls 1
lhsklp Posted October 24, 2025 Posted October 24, 2025 stop using mod for now until there's better fix lol 1
FGOmk11 Posted October 24, 2025 Posted October 24, 2025 waiting for this modĀ https://www.patreon.com/posts/faruzan-skimpy-141640089
wwwqs Posted October 24, 2025 Posted October 24, 2025 Can someone share this mod?Ā Ā Ā Columbina tentacle statue (full)ļ½jyxjļ½pixivFANBOX
Scarecrow03 Posted October 24, 2025 Posted October 24, 2025 8 hours ago, kanglabs said: it seems the mod killer is up again can some1 help pls it seems the mod killer is up again can some1 help pls Are you banned? 1
Scarecrow03 Posted October 24, 2025 Posted October 24, 2025 13 hours ago, swervedriver said: There is the new ORFix 0.7.0, but it's not perfect yet. XXMI updates it automatically. If you use 3dmigoto, download it and replace the old one in Mods>>BufferValues>>. It is still being improved, so there will be updates soon. Ā https://github.com/leotorrez/LeoTools/blob/main/releases/ORFix.ini Ā Ā ORFix.ini Version 0.7.0 Ā - Major rework of internal logic as Diffuse and Lightmap have swapped places in most shaders Ā - Characters that didn't use to need ORFix now need it. For them there is a special CommandListNNFix that doesn't mess with normalmaps. Ā As a rule of thumb, if the character uses normalmaps CommandListORFix otherwise CommandListNNFix Ā First release for version 6.1 Ā Check latest version at: http://github.com/LeoTorreZ/LeoTools/blob/main/releases/ORFix.ini Ā Ā Global 3.0+ and 5.0+ character reflection/outline color fix Ā Ā At the bottom of each modded [TextureOverride {Character} {ObjectPart}], type the following command: Ā Ā run = CommandList\global\ORFix\ORFix Ā run = CommandList\global\ORFix\NNFix <--- For IBs that don't use normalmaps Ā Ā Example -------------------------------------------------------------------------- Ā [TextureOverrideLaylaHead] Ā hash = 8ec3x0d8 Ā match_first_index = 0 Ā ib = ResourceLaylaHeadIB Ā ps-t0 = ResourceLaylaHeadDiffuse Ā ps-t1 = ResourceLaylaHeadLightMap Ā run = CommandList\global\ORFix\ORFix Ā Full guide: https://github.com/leotorrez/LeoTools/blob/main/guides/ORFixGuide.md Ā ORFix Update Notice A lot of the internal logic has changed, so expect some errors on LOD shaders. Old characters now require aĀ fix command. If anĀ IB sectionĀ has aĀ Normal Map, use: Ā run = CommandList\global\ORFix\ORFix Otherwise, use: Ā run = CommandList\global\ORFix\NNFix There will eventually be a script to handle this automatically ā please be patient. ForĀ xxmi users, the launcher has already been updated to the latest versions. ForĀ non-xxmi users, download the updated ORFix here: -Ā Ā ORFix.ini on GitHub -Ā ORFixAPI.ini on GithubĀ (An API will be required for future mods, so I recommend that GIMI V7 and non-XXMI users obtain a copy in advance.) Ā Ā There are several known errors that will be fixed in future ORFix releases. For now, take it easy ā this update will already allow most mods to return to a normal state. In the future, theĀ āORFix ApplierāĀ script (available on GameBanana) will also be updated to automatically attempt these fixes, since applying them manually across multiple files can be tedious. ForĀ older characters (pre-Sumeru release), applying ORFix is now required as well. However, the syntax has changed ā hereās an example usingĀ Hu Tao: Ā Before: [TextureOverrideHuTaoHead] hash = 3de1efe2 match_first_index = 0 ib = ResourceHuTaoHeadIB ps-t0 = ResourceHuTaoHeadDiffuse ps-t1 = ResourceHuTaoHeadLightMap [TextureOverrideHuTaoBody] hash = 3de1efe2 match_first_index = 16509 ib = ResourceHuTaoBodyIB ps-t0 = ResourceHuTaoBodyDiffuse ps-t1 = ResourceHuTaoBodyLightMap Now, you must add the fix command: [TextureOverrideHuTaoHead] hash = 3de1efe2 match_first_index = 0 ib = ResourceHuTaoHeadIB ps-t0 = ResourceHuTaoHeadDiffuse ps-t1 = ResourceHuTaoHeadLightMap run = CommandList\global\ORFix\NNFix [TextureOverrideHuTaoBody] hash = 3de1efe2 match_first_index = 16509 ib = ResourceHuTaoBodyIB ps-t0 = ResourceHuTaoBodyDiffuse ps-t1 = ResourceHuTaoBodyLightMap run = CommandList\global\ORFix\NNFix For Characters Faces, you must replaceĀ "ps-t0"Ā withĀ "this". Before: [TextureOverrideHuTaoFaceHeadDiffuse] hash = d00bb0ef ps-t0 = ResourceHuTaoFaceHeadDiffuse After: [TextureOverrideHuTaoFaceHeadDiffuse] hash = d00bb0ef this = ResourceHuTaoFaceHeadDiffuse Ā āĀ Gustav0 Im new to this, i use xxmi but i still have green characters
kanglabs Posted October 24, 2025 Posted October 24, 2025 1 hour ago, Scarecrow03 said: Are you banned? Nah I'm good logged in after without mods and it's been fine so far 1
MMacree Posted October 24, 2025 Posted October 24, 2025 On 10/20/2025 at 7:42 PM, Convex17 said: I got the ganyu one. ź³ ģ”ø ģ¬ķØģ°.zip 30.09 MBĀ Ā·Ā 21 downloads What matters is the semi-tranparent status can not work correctly because the track.iniļ¼does this one fix itļ¼
Hiqqi28 Posted October 24, 2025 Posted October 24, 2025 15 hours ago, swervedriver said: There is the new ORFix 0.7.0, but it's not perfect yet. XXMI updates it automatically. If you use 3dmigoto, download it and replace the old one in Mods>>BufferValues>>. It is still being improved, so there will be updates soon. Ā https://github.com/leotorrez/LeoTools/blob/main/releases/ORFix.ini Ā Ā ORFix.ini Version 0.7.0 Ā - Major rework of internal logic as Diffuse and Lightmap have swapped places in most shaders Ā - Characters that didn't use to need ORFix now need it. For them there is a special CommandListNNFix that doesn't mess with normalmaps. Ā As a rule of thumb, if the character uses normalmaps CommandListORFix otherwise CommandListNNFix Ā First release for version 6.1 Ā Check latest version at: http://github.com/LeoTorreZ/LeoTools/blob/main/releases/ORFix.ini Ā Ā Global 3.0+ and 5.0+ character reflection/outline color fix Ā Ā At the bottom of each modded [TextureOverride {Character} {ObjectPart}], type the following command: Ā Ā run = CommandList\global\ORFix\ORFix  запŃŃŃŠøŃŃ = CommandList\global\ORFix\NNFix <-- ŠŠ»Ń IB, ŠŗŠ¾ŃŠ¾ŃŃŠµ не ŠøŃŠæŠ¾Š»ŃŠ·ŃŃŃ Š½Š¾ŃŠ¼Š°Š»ŃŠ½ŃŠµ каŃŃŃ Ā Ā Example -------------------------------------------------------------------------- Ā [TextureOverrideLaylaHead] Ā hash = 8ec3x0d8 Ā match_first_index = 0 Ā ib = ResourceLaylaHeadIB Ā ps-t0 = ResourceLaylaHeadDiffuse Ā ps-t1 = ResourceLaylaHeadLightMap Ā run = CommandList\global\ORFix\ORFix Ā Full guide: https://github.com/leotorrez/LeoTools/blob/main/guides/ORFixGuide.md Ā ORFix Update Notice A lot of the internal logic has changed, so expect some errors on LOD shaders. Old characters now require aĀ fix command. If anĀ IB sectionĀ has aĀ Normal Map, use: Ā run = CommandList\global\ORFix\ORFix Otherwise, use: Ā run = CommandList\global\ORFix\NNFix There will eventually be a script to handle this automatically ā please be patient. ForĀ xxmi users, the launcher has already been updated to the latest versions. ForĀ non-xxmi users, download the updated ORFix here: -Ā Ā ORFix.ini on GitHub -Ā ORFixAPI.ini on GithubĀ (An API will be required for future mods, so I recommend that GIMI V7 and non-XXMI users obtain a copy in advance.) Ā Ā There are several known errors that will be fixed in future ORFix releases. For now, take it easy ā this update will already allow most mods to return to a normal state. In the future, theĀ āORFix ApplierāĀ script (available on GameBanana) will also be updated to automatically attempt these fixes, since applying them manually across multiple files can be tedious. ForĀ older characters (pre-Sumeru release), applying ORFix is now required as well. However, the syntax has changed ā hereās an example usingĀ Hu Tao: Ā Before: [TextureOverrideHuTaoHead] hash = 3de1efe2 match_first_index = 0 ib = ResourceHuTaoHeadIB ps-t0 = ResourceHuTaoHeadDiffuse ps-t1 = ResourceHuTaoHeadLightMap [TextureOverrideHuTaoBody] hash = 3de1efe2 match_first_index = 16509 ib = ResourceHuTaoBodyIB ps-t0 = ResourceHuTaoBodyDiffuse ps-t1 = ResourceHuTaoBodyLightMap Now, you must add the fix command: [TextureOverrideHuTaoHead] hash = 3de1efe2 match_first_index = 0 ib = ResourceHuTaoHeadIB ps-t0 = ResourceHuTaoHeadDiffuse ps-t1 = ResourceHuTaoHeadLightMap run = CommandList\global\ORFix\NNFix [TextureOverrideHuTaoBody] hash = 3de1efe2 match_first_index = 16509 ib = ResourceHuTaoBodyIB ps-t0 = ResourceHuTaoBodyDiffuse ps-t1 = ResourceHuTaoBodyLightMap run = CommandList\global\ORFix\NNFix For Characters Faces, you must replaceĀ "ps-t0"Ā withĀ "this". Before: [TextureOverrideHuTaoFaceHeadDiffuse] hash = d00bb0ef ps-t0 = ResourceHuTaoFaceHeadDiffuse After: [TextureOverrideHuTaoFaceHeadDiffuse] hash = d00bb0ef this = ResourceHuTaoFaceHeadDiffuse Ā āĀ Gustav0 Thank you very much! It works!
Reforged Posted October 24, 2025 Posted October 24, 2025 12 hours ago, kanglabs said: it seems the mod killer is up again can some1 help pls it seems the mod killer is up again can some1 help pls Came back for me too. I'm simply quitting my whale account and moving on from genshin. Its just become too painful to try and keep mods updates now, and without them, the game is rather bland and unfun, 3
setsunahsiro1 Posted October 24, 2025 Posted October 24, 2025 13 hours ago, kanglabs said: it seems the mod killer is up again can some1 help pls it seems the mod killer is up again can some1 help pls i also got this error. better wait for proper fix
Guest Posted October 24, 2025 Posted October 24, 2025 How to fix Mavuika Face? only body remained tanned face is pale now.
jadeseal Posted October 25, 2025 Posted October 25, 2025 14 hours ago, kanglabs said: it seems the mod killer is up again can some1 help pls it seems the mod killer is up again can some1 help pls Got the same issue
HikariTheEnvious Posted October 25, 2025 Posted October 25, 2025 3 hours ago, Donny06 said: How to fix Mavuika Face? only body remained tanned face is pale now. find the part in the ini file for the face diffuse and change ps-t0 to "this"
Lanya_Lw Posted October 25, 2025 Posted October 25, 2025 Ā Any help to fix her ? she also lost her friend down there
Lanya_Lw Posted October 25, 2025 Posted October 25, 2025 29 minutes ago, HikariTheEnvious said: find the part in the ini file for the face diffuse and change ps-t0 to "this" You can use the orfixapplier
Rosseweiss Posted October 25, 2025 Posted October 25, 2025 Hello, can someone help me with this Skirk mod? The new orfix didn't fix her Hulk state 𤣠 Skirk Super Big Breasts.rar 3
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now