Kallayr Posted December 14, 2021 Posted December 14, 2021 8 hours ago, Inokanoan said: Check the main thread (Modding Thread and Discussion) - you need to load fixed "ini" and "demist" file. You sir are a hero! tyvm!
goukenslayer Posted December 28, 2021 Posted December 28, 2021 On 12/13/2021 at 4:50 PM, buckethead5613 said: Adding all this part in my d3dx.ini solved the invisible body issue for me : ;2020-11-05 update start [ShaderOverrideClothesPS13-2-20201105] ; Bytecode hash: 854a6c07 hash = 02da19c390d6535f run = CommandListClothes [ShaderOverrideClothesPS8-20201105] hash = 310f88fea46eed18 run = CommandListClothes [ShaderOverrideClothesPS9-20201105] hash = 34f8dc0dc92d7532 run = CommandListClothes [ShaderOverrideClothesPS10-20201105] hash = 86ea375d41faa35e run = CommandListClothes [ShaderOverrideClothesPS11-20201105] hash = 80d73e6c4a1c2771 run = CommandListClothes [ShaderOverrideClothesPS12-20201105] hash = d286498aed98af2d run = CommandListClothes [ShaderOverrideHairPS1-20201105] hash = 8b6a3d659fb81489 run = CommandListHair [ShaderOverrideHairPS2-20201105] hash = 4dd080ec95432a48 run = CommandListHair [ShaderOverrideClothesPSBurst-20201105] hash = 41a91765e13bc793 run = CommandListClothes [ShaderOverrideClothesPS13-20201105] hash = 99e23e411e5d8650 run = CommandListClothes ;2020-11-05 update end nice
SavageMoonBoy Posted December 29, 2021 Posted December 29, 2021 (edited) Hello. As is often, the last update in DMM changed the values for the "cb2.buf". I update these files as always, but this time all meshes in the alpha slots are less transparent. This is an example. Old Spoiler New Spoiler As you can see, the pants are more shiny and less transparent. I'm using a cb2.buf file from the same source (this happens with all alpha meshes). I tried different d3dx.ini files and CC versions. But the result is the same. Problem fixed: Thanks to @ronjimox and @KuroKaze78. The problem was the hash 86ea375d41faa35e in the d3dx.ini file. I haven't installed DAFF_SWAPS yet due to tests with CC, so that wasn't the problem. I couldn't find any other file that has the hash 86ea375d41faa35e written in it. So for the time being I remove it from the d3dx.ini. ----------------------------------------------------------------------------------------------------------------------------------------------------- In other note, since the last update (v2.2.3), crashes are extremely rarely in comparation with other versions (v2.2, v2.2.2). Side note: If anyone has this bug with Marie's body (it happens with all mods, even with the full nude). Spoiler I updated her legs in the share folder to fix it. Spoiler File: Marie_Legs.7z Edited January 6, 2022 by SavageMoonBoy 8
shiN019 Posted December 30, 2021 Posted December 30, 2021 Hello. The problem I had previously solved has happened again. Also please help me to solve the problem. I'm currently getting an image error message, is it related?
ronjimox Posted December 30, 2021 Posted December 30, 2021 18 hours ago, SavageMoonBoy said: Hello. As is often, the last update in DMM changed the values for the "cb2.buf". I update these files as always, but this time all meshes in the alpha slots are less transparent. This is an example. Old New As you can see, the pants are more shiny and less transparent. I'm using a cb2.buf file from the same source (this happens with all alpha meshes). I tried different d3dx.ini files and CC versions. But the result is the same. In other note, since the last update (v2.2.3), crashes are extremely rarely in comparation with other versions (v2.2, v2.2.2). Side note: If anyone has this bug with Marie's body (it happens with all mods, even with the full nude). I updated her legs in the share folder to fix it. File: Marie_Legs.7z 58.36 kB · 19 downloads I had a similar problem with the same costume a while back and the problem was that i was using a mod with this lines in it: [ShaderOverrideClothes] hash = 86ea375d41faa35e allow_duplicate_hash = overrule run = CommandListClothes I think the problem was because that hash was already on my d3dx. This is how the costume looks right now(i haven't applied your shine effects fix yet):No reshade used. Spoiler
KuroKaze78 Posted December 30, 2021 Author Posted December 30, 2021 (edited) FYI, ensure you only have 1 ShaderOverride for each hash nearly at all times. Having multiple causes them to technically perform the replacements multiple times which strains your system more than it and unintended results. @CeeZ_M's recently released DAFF_SWAPS includes a HashOverride.ini file that may have duplicates between your d3dx.ini file and that file. If that is the case, remove one of them (the ShaderOverride sections, not neccessarily the whole file) since for alpha meshes, drawing them more than once will make them less transparent. since they will be layering on top of themselves. Shaders involved with CostumeCustomizer. I believe finally both Steam and DMM are both up to date one the same shader hashes (for atleast the ones involved in CC): Clothing Opaque: 37d3e66b5d8a0361 Clothing Alpha: 86ea375d41faa35e (This one was duplicated in DAFF_SWAPS/HashOverride.ini) Skin: d4490acbf65bd5e3 Shadow: 732814fc80dfd238 Edited December 30, 2021 by KuroKaze78 1
CeeZ_M Posted December 30, 2021 Posted December 30, 2021 1 hour ago, KuroKaze78 said: (This one was duplicated in DAFF_SWAPS/HashOverride.ini) I didn't include the HashOverride.ini in my public release, but i did include a ShaderOverride.ini which is not needed if you have CC installed. From my tests, having multiple ShaderOverride.ini didn't cause any noticeable conflicts (I believe SwimsuitSwapper has one too) but if it does i'll remove it.
KuroKaze78 Posted December 31, 2021 Author Posted December 31, 2021 (edited) Wasn't sure about the HashOverride.ini file technically came from, just happened to have a copy of it in my Steam setup and when I finally updated my d3dx.ini to match my DMM one I noticed the effect and realized it was supplementing it previously and it explains some of the issues that people are recently commenting about. The key point isn't so much about where it came from just in any sense, apparently having 2 ShaderOverrides for the same hash both doing CommandList#### from the main d3dx.ini causes them it to run TextureOverrides more times than intended, and its most noticeable on alpha-blended meshes, since it they'll overlap. Opaque meshes would be indiscernable, however the fact remains that they would be technically drawing more times needed and taxes the users computer more than necessary. I wonder if it warrants going through purging the ShaderOverrides from the d3dx.ini and instead create a file for each hash individually (filename being the hash) to avoid such issues, however introducing such a system would bring its own set of hassles getting people to switch over properly and maintaining the convention. Edited December 31, 2021 by KuroKaze78 5
flamehazetania Posted January 3, 2022 Posted January 3, 2022 Thank you, I know what you mean, and I suppose so. but How? What to do? I tried, but I failed.
KuroKaze78 Posted January 5, 2022 Author Posted January 5, 2022 @flamehazetania - It means that All of the vertices of the mesh should only have weight belonging to the target vertex group and none on the others. The following will force all vertices of a mesh to a single group, so you would likely want to do this first, before weight painting the vertices that should span multiple groups such as the ones that intersect with the body. Here, I'll re-assign all vertices to only vertex group 2, and remove all weight paint from the other groups. Example: Mesh having 8 vertices with varying weight on 4 different vertex groups. Other vertex groups for reference Spoiler Step 1: Switch to edit mode and select all the vertices. Step 2: Select the desired vertex group and click "Assign" If you switch back to Weight Paint mode, you'll notice the weight paint for the desired vertex group is now all red (full 1.0). Step 3: To remove the weight paint on the remaining groups, we'll utilize the benefit of the "Limit Total" weight tool which will allow us to limit the number of vertex groups each vertice can participate in to 1 so that it only keeps the highest (being our desired vertex group) and drops the weight assigned to all other vertex groups. Make sure that its set to "All Groups" and Limit: 1. Change Options > Show Zero Weights: "Active" so you can easily notice the desired effect and groups 1, 3, 4 will show only black (no weight), while group 2 will show full red (full 1.0 weight). Other vertex groups for reference Spoiler Alternatively to step 3, you could do it manually for each each vertex group you want to remove. Select all vertices in edit mode, select the vertex group to zero-out and then click the "Remove" button. Just a bit tedious since most of the meshes have 100+ vertex groups to go through, but if you only wanted to do this effect to a portion of a mesh and not every single vertice this may be your best option, since it only applies to the vertices you select unlike the "Limit Total" tool that applies to the whole mesh. 3
flamehazetania Posted January 5, 2022 Posted January 5, 2022 I have another question, is there any way to fix this?
mr1470123162 Posted January 16, 2022 Posted January 16, 2022 Hello, I use Google Translate, how can I solve it? thanks
krunkDunk Posted January 16, 2022 Posted January 16, 2022 @mr1470123162 in CC the path to the nude tan texture Resources is (game root)\mods\tan\tan_nude.ini\tannude... if the "tan_nude.ini" name or location is changed it would cause that error If you still have the original "tan_nude.ini" it needs to be in "\Mods\Tan\" If you don't have it, extract the contents into "Mods\Tan\" Tan.zip 4
mr1470123162 Posted January 16, 2022 Posted January 16, 2022 2 hours ago, krunkDunk said: @mr1470123162 在 CC 中,裸棕褐色纹理资源的路径是 (game root)\mods\tan\tan_nude.ini\tannude... 如果“tan_nude.ini”名称或位置发生更改,则会导致该错误 如果您还有原始的“tan_nude.ini”,它需要位于“\Mods\Tan\”中 如果没有,将内容解压到“Mods\Tan\” 谭.zip 2.07 MB · 3 次下载 tytyty
mr1470123162 Posted January 16, 2022 Posted January 16, 2022 2 hours ago, krunkDunk said: @mr1470123162 在 CC 中,裸棕褐色纹理资源的路径是 (game root)\mods\tan\tan_nude.ini\tannude... 如果“tan_nude.ini”名称或位置发生更改,则会导致该错误 如果您还有原始的“tan_nude.ini”,它需要位于“\Mods\Tan\”中 如果没有,将内容解压到“Mods\Tan\” 谭.zip 2.07 MB · 3 次下载 ty
KuroKaze78 Posted January 16, 2022 Author Posted January 16, 2022 (edited) @flamehazetania - I'm not completely following what you are trying to do between the different meshes you have displayed, it looks like the primary issue is bad vertex weight painting. In general, you'll have to transfer weights from the "BodyWeights" mesh in my provided template to your custom body meshes and legging/shoes clothing. You can refer to the tutorial video to help with how to do that: If you want the custom body meshes to be compatible with other mod-packs than your own, then you'll need to match the seams, but like I mentioned its not a requirement or anything, but otherwise, you'll see conflicts like your bottom right screenshot. If you want to separate your custom groin mesh into a custom groin mesh w/ a custom leg mesh such that the seams match, then refer to my Generic Flow for creating a DOAXVV CC Mod Pack and Fixing seams on Body Meshes sections in the 3rd post of this topic: @kevin tsao - "BP Piercings" was just a quick modification I made for the piercings to fit Option #6 of BP Boobs for the Common body-type and I didn't prep any other options for the other BP options or body types. "NudeStraps" includes the same piercings but for the vanilla models for each body-type. @mr1470123162 - Update your d3dx.ini, Feel free to update thorugh Mod-Manager if that works, otherwise it looks like Ceez just posted one that should get you updated enough. Edited January 16, 2022 by KuroKaze78 2
Tychedy Posted January 18, 2022 Posted January 18, 2022 How to solve this deformation problem? I passed the weight of SUIT 。
SolomonSTB1973 Posted January 19, 2022 Posted January 19, 2022 23 hours ago, FFslef said: How to solve this deformation problem? I passed the weight of SUIT 。 What slot is that item on? Bra, or something else?
SolomonSTB1973 Posted January 19, 2022 Posted January 19, 2022 On 1/16/2022 at 6:11 PM, KuroKaze78 said: @mr1470123162 - Update your d3dx.ini, Feel free to update thorugh Mod-Manager if that works, otherwise it looks like Ceez just posted one that should get you updated enough. Btw, thanks for this! You fixed my Playboy Earring mod which stopped working some time ago and I never figured out why.
Tychedy Posted January 20, 2022 Posted January 20, 2022 13 hours ago, SolomonSTB1973 said: 顺便说一句,谢谢!你修复了我的花花公子耳环模组,该模组前段时间停止工作,我一直不明白为什么。 I used the suit weight and put it on 3BAR. I think it may be that the CC itself lacks the armpit weight.
SolomonSTB1973 Posted January 20, 2022 Posted January 20, 2022 16 hours ago, SolomonSTB1973 said: Btw, thanks for this! You fixed my Playboy Earring mod which stopped working some time ago and I never figured out why. Did you normal all weights?
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