Raptor_Z Posted October 25, 2025 Posted October 25, 2025 21 hours ago, uaKarh said: any FULL NSFW Nefer mods so far?.. 🥹👉👈 NeferOG_Simple_Toggle.zip 1
ExBurst Posted October 25, 2025 Posted October 25, 2025 Hi, can someone help me with this? I tried using both the latest ORFix and even manually editing the fix commands (both "ORFix" and "NNFix") in the ".ini" file, but only the head is bugged... Thank you. LisaModNSFW.rar
1qaz1qaz2 Posted October 25, 2025 Posted October 25, 2025 30 minutes ago, ExBurst said: Hi, can someone help me with this? I tried using both the latest ORFix and even manually editing the fix commands (both "ORFix" and "NNFix") in the ".ini" file, but only the head is bugged... Thank you. LisaModNSFW.rar 3.4 MB · 1 download you were missing the textures for the head LisaModNSFW-tamayo.rar
ExBurst Posted October 25, 2025 Posted October 25, 2025 34 minutes ago, 1qaz1qaz2 said: you were missing the textures for the head LisaModNSFW-tamayo.rar 3.85 MB · 0 downloads Thank you very much! you're a lifesaver XD
ExBurst Posted October 25, 2025 Posted October 25, 2025 Next problem... Does anyone have the fixed version of monsoon's NPC mods? 😅
NulledVoids404 Posted October 25, 2025 Posted October 25, 2025 On 10/19/2025 at 3:03 AM, supamanx said: THANK YOU SO MUCH YOU ARE THE BEST! your welcome haha lmk if you need anymoe of Lewds stuff
swervedriver Posted October 25, 2025 Posted October 25, 2025 If you have round reflections around the cheeks you can fix like this. https://streamable.com/4wokcu
KaoneYumi Posted October 25, 2025 Posted October 25, 2025 21 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 have this issue too pls someone yell me hoe to fix this
Kashirinzan Posted October 25, 2025 Posted October 25, 2025 Spoiler On 10/23/2025 at 9:22 PM, 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 People keep saying that XXMI fixes this automatically but I use XXMI and the mods are still broken. In fact, they were broken for the last update, too.
jadeseal Posted October 25, 2025 Posted October 25, 2025 (edited) 35 minutes ago, KaoneYumi said: i have this issue too pls someone yell me hoe to fix this There is no known fix for this XXMI launcher error afaik U can only use older gimi version and copy the Libraries from xxmi version "the attached BufferValues file" Here is the link for the old gimi and BufferValues I used, just extract the BufferValues in mods folder and copy your mods from xxmi https://github.com/SilentNightSound/GI-Model-Importer/releases/tag/v7.0 BufferValues.zip Edited October 25, 2025 by jadeseal 4
Demiarc Posted October 25, 2025 Posted October 25, 2025 1 hour ago, ExBurst said: Next problem... Does anyone have the fixed version of monsoon's NPC mods? 😅 Bad news: the models used here for fem Fatui soldiers are the same model for NPC of Fontaine type I (slim skirt), YET reflected somehow. This means that if you fixes the green bugs for these fem soldiers by adding /NNFix code (yes that works), it will cause bugs to other NPC using the same model in the region, such as this lady below... Weird enough though, either adding the code or not, old NPCs in Fontaine map using this model were not bugged anyways.... 1
balls1234562254 Posted October 25, 2025 Posted October 25, 2025 Does anyone have a pack of all the characters nude? 1
KaoneYumi Posted October 25, 2025 Posted October 25, 2025 1 hour ago, jadeseal said: There is no known fix for this XXMI launcher error afaik U can only use older gimi version and copy the Libraries from xxmi version "the attached BufferValues file" Here is the link for the old gimi and BufferValues I used, just extract the BufferValues in mods folder and copy your mods from xxmi https://github.com/SilentNightSound/GI-Model-Importer/releases/tag/v7.0 BufferValues.zip 117.83 kB · 1 download it doesn't work
Dooh Dooh Posted October 25, 2025 Posted October 25, 2025 Do any brothers have modules with this type of body shape? Their proportions are very attractive. Can you share the file or the author?
swervedriver Posted October 25, 2025 Posted October 25, 2025 13 hours ago, Donny06 said: How to fix Mavuika Face? only body remained tanned face is pale now. Look at the circles around her cheeks. It's the way the XxxxFaceHeadDiffuse.DDS is being handled now. It causes this problem in mods that alter face. It creates these glowing circles and can also affect skin tone. There are some changes to the code. Replace <ps-t0> with <this>. And both sink AND cheeks should be on the inverted channel now. I recorded a video showing how I did it on Chevreuse. https://streamable.com/4wokcu Pretty again! ❤️ 1
Ekint Posted October 25, 2025 Posted October 25, 2025 anyone knows how to fix this? mod is exce mavuika, the face is fine but the body looks weird and without color
hisugimi Posted October 25, 2025 Posted October 25, 2025 HI!! is there a mod that replace the traveler boy by full nude lumine?
blkguy Posted October 25, 2025 Posted October 25, 2025 1 hour ago, swervedriver said: Look at the circles around her cheeks. It's the way the XxxxFaceHeadDiffuse.DDS is being handled now. It causes this problem in mods that alter face. It creates these glowing circles and can also affect skin tone. There are some changes to the code. Replace <ps-t0> with <this>. And both sink AND cheeks should be on the inverted channel now. I recorded a video showing how I did it on Chevreuse. https://streamable.com/4wokcu Pretty again! ❤️ Thanks mate. I only had this problem for one character and didn't actually need to tinker with the dds, just change the faceheaddiffuse to 'this' in the .ini All my mods work now except for reflections on specific pieces of clothing. Long shot but, would you happen to know why Mavuika's leggings turn white/Emilie's hat accessory is yellow in the reflections? weebovz - OG Emilie Toggleex.rar MavuikaUndressed3ex.rar
pegacurioso Posted October 25, 2025 Posted October 25, 2025 10 hours ago, Rosseweiss said: Hello, can someone help me with this Skirk mod? The new orfix didn't fix her Hulk state 🤣 Skirk Super Big Breasts.rar 18.57 MB · 12 downloads Ere it goes, was looking for a good Skirk Mod and I figured out how to manually fix these things tinkering with Exce's Chiori Mod, enjoy (Fixed)Skirk Super Big Breasts.zip 3
Ericyang1027 Posted October 25, 2025 Posted October 25, 2025 4 hours ago, swervedriver said: 看看她臉頰周圍的圓圈。 這是 XxxxFaceHeadDiffuse.DDS 現在的處理方式造成的。 這會導致修改臉部的模組出現這個問題。 它會創造這些發光的圓圈,也會影響膚色。 程式碼有一些變化。將 <ps-t0> 替換為 <this>。 現在水槽和臉頰都應該位於倒置通道。 我錄製了一段視頻,展示了我是如何在 Chevreuse 上做到這一點的。 https ://streamable.com/4wokcu 又漂亮了!❤️ What if the .ini doesn't have the "faceheadnormap"? I only see "head", "body", "dress".
Rosseweiss Posted October 25, 2025 Posted October 25, 2025 3 hours ago, pegacurioso said: Ere it goes, was looking for a good Skirk Mod and I figured out how to manually fix these things tinkering with Exce's Chiori Mod, enjoy (Fixed)Skirk Super Big Breasts.zip 21.29 MB · 8 downloads Thank you
consulo Posted October 25, 2025 Posted October 25, 2025 11 hours ago, ExBurst said: Next problem... Does anyone have the fixed version of monsoon's NPC mods? 😅 10 hours ago, Demiarc said: Bad news: the models used here for fem Fatui soldiers are the same model for NPC of Fontaine type I (slim skirt), YET reflected somehow. This means that if you fixes the green bugs for these fem soldiers by adding /NNFix code (yes that works), it will cause bugs to other NPC using the same model in the region, such as this lady below... Weird enough though, either adding the code or not, old NPCs in Fontaine map using this model were not bugged anyways.... Good news: we can put a condition, whether some fatui feature (like their gun) is on screen and apply nnfix then. Like this: [TextureOverrideFatuiGun1Position] hash = d860c947 $fatuienemy = 1 [TextureOverrideFatuiGun2Position] hash = 649765fb $fatuienemy = 1 [TextureOverrideFatuiGun3Position] hash = dd68d8a5 $fatuienemy = 1 And then inside [TextureOverrideFontaineNPCSlimSkirtHead]: if $fatuienemy == 1 run = CommandList\global\ORFix\NNFix endif It would bug out if there's both an enemy and NPC on screen FontaineNPCSlimSkirt.7z 2
swervedriver Posted October 25, 2025 Posted October 25, 2025 1 hour ago, Ericyang1027 said: What if the .ini doesn't have the "faceheadnormap"? I only see "head", "body", "dress". I'm no expert whatsoever, just wasting my time with trial and error, and still figuring out. As of now, it seems that if there is nothing altering the face, the problem shouldn't occur. Sometimes it's just a matter of changing that facehead <ps-t0> to <this>. Sometimes it might need to have ORFix command applied or both ORFix and NNFix. Sometimes it needs tweaking the .DDS file. If for whatever reason it is not working, you can get the whole package "Lips of Teyvvat" from GameBanana and it has just a little mod that applies to the face of most female characters. That one is easy to fix.
walkinsky6 Posted October 25, 2025 Posted October 25, 2025 4 hours ago, pegacurioso said: Ere it goes, was looking for a good Skirk Mod and I figured out how to manually fix these things tinkering with Exce's Chiori Mod, enjoy (Fixed)Skirk Super Big Breasts.zip 21.29 MB · 12 downloads any change sharing how to fix old skirk mods? i'd like to fix mine cause it doesnt work at all SkirkModToggle.7z
furyha Posted October 25, 2025 Posted October 25, 2025 7 hours ago, swervedriver said: Look at the circles around her cheeks. It's the way the XxxxFaceHeadDiffuse.DDS is being handled now. It causes this problem in mods that alter face. It creates these glowing circles and can also affect skin tone. There are some changes to the code. Replace <ps-t0> with <this>. And both sink AND cheeks should be on the inverted channel now. I recorded a video showing how I did it on Chevreuse. https://streamable.com/4wokcu Pretty again! ❤️ Would you be able to share your layla body diffuse? I like the darker nips
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