Clothes Fixes + Extended Wardrobe (featuring the latest customization_items!)

Are you still going to do this?
Well, it's way too much work, honestly - this mod changes almost every entry in the file and WinMerge goes crazy because DLC entries are missing. Sorry but I don't have enough time for such request.
 
Well, it's way too much work, honestly - this mod changes almost every entry in the file and WinMerge goes crazy because DLC entries are missing. Sorry but I don't have enough time for such request.

I can understand the feeling. When I added the bounce values to the merged cust_items I did I think I just started to guesstimate what numbers seemed right (ie:max or near max bounce on looser clothing, a bit lesser on more restrictive things, max dampening on rigid things) once I ran into mismatch problems. Still think it took me 2 hours to finish. Probably why I don't have the patience to re-do things atm.

Oh well. I'll just keep on going without clothes/fixes that I missed.
 
Hi! It's been a long tiome but I have another question.

I'm trying to remove the censorship pixelated effect when your character is naked, and I narrowed it down to the customization_items file, but I compared the one provided by this mod with the one nude mods use, and they are COMPLETELY DIFFERENT. This one is much bigger! So, I'm at a loss.

Could you tell me what should I change in order to remove that effect?
 
Hi! It's been a long tiome but I have another question.

I'm trying to remove the censorship pixelated effect when your character is naked, and I narrowed it down to the customization_items file, but I compared the one provided by this mod with the one nude mods use, and they are COMPLETELY DIFFERENT. This one is much bigger! So, I'm at a loss.

Could you tell me what should I change in order to remove that effect?
Open 'customization_items.xtbl' file, find those two entries:
XML:
        <Customization_Item>
            <Name>privacy bar bottom</Name>
            <DisplayName>CUST_ITEM_6_LOOPS_LEFT</DisplayName>
            <Wear_Options>
                <Wear_Option>
                    <Name>CUST_WEAR_NORMAL</Name>
                    <disabled>no</disabled>
                    <Active_Flags/>
                    <Required_Flags/>
                    <Incompatible_Flags/>
                    <Particle_Systems/>
                    <Mesh_Information>
                        <Male_Mesh_Filename>
                            <Filename>cm_privacy_bottom.cmeshx</Filename>
                        </Male_Mesh_Filename>
                        <Cutscene_Only>no</Cutscene_Only>
                        <Obscured_slots/>
                        <VID_List>0</VID_List>
                        <Female_Mesh_Filename>
                            <Filename>cf_privacy_bottom.cmeshx</Filename>
                        </Female_Mesh_Filename>
                        <Obscured_VIDs/>
                        <Cloth_Sim_Filename>
                            <Filename>cm_privacy_bottom.simx</Filename>
                        </Cloth_Sim_Filename>
                    </Mesh_Information>
                </Wear_Option>
            </Wear_Options>
            <_Editor>
                <Category>Entries:Player creation</Category>
            </_Editor>
            <Flags/>
            <Slot>privacy bar bottom</Slot>
            <Base_Price>0</Base_Price>
            <Base_Respect_Bonus>0</Base_Respect_Bonus>
            <Variants>
                <Variant>
                    <Name>CUST_VARIANT_01_DEFAULT</Name>
                    <Price>0</Price>
                    <Respect_Bonus>0</Respect_Bonus>
                    <Mesh_Variant_Info>
                        <Variant_Name>Material #11</Variant_Name>
                        <VariantID>1</VariantID>
                        <Material_List>
                            <Material_Element>
                                <Material>Material #11</Material>
                                <Shader_Type>ir_sr3pccloth</Shader_Type>
                                <Default_Colors_Grid/>
                            </Material_Element>
                        </Material_List>
                    </Mesh_Variant_Info>
                </Variant>
            </Variants>
            <ui_gender>omni</ui_gender>
        </Customization_Item>
        <Customization_Item>
            <Name>privacy bar top</Name>
            <DisplayName>CUST_ITEM_5_O_CLOCK_SHADOW_1</DisplayName>
            <Wear_Options>
                <Wear_Option>
                    <Name>CUST_WEAR_NORMAL</Name>
                    <disabled>no</disabled>
                    <Active_Flags/>
                    <Required_Flags/>
                    <Incompatible_Flags/>
                    <Particle_Systems/>
                    <Mesh_Information>
                        <Male_Mesh_Filename>
                            <Filename>cm_privacy_top.cmeshx</Filename>
                        </Male_Mesh_Filename>
                        <Cutscene_Only>no</Cutscene_Only>
                        <Obscured_VIDs/>
                        <Obscured_slots/>
                        <VID_List>0</VID_List>
                        <Female_Mesh_Filename>
                            <Filename>cf_privacy_top.cmeshx</Filename>
                        </Female_Mesh_Filename>
                        <Cloth_Sim_Filename>
                            <Filename>cf_privacy_top.simx</Filename>
                        </Cloth_Sim_Filename>
                    </Mesh_Information>
                </Wear_Option>
            </Wear_Options>
            <Variants>
                <Variant>
                    <Name>CUST_VARIANT_01_DEFAULT</Name>
                    <Price>0</Price>
                    <Mesh_Variant_Info>
                        <Variant_Name>privacy_mesh</Variant_Name>
                        <VariantID>1</VariantID>
                        <Material_List>
                            <Material_Element>
                                <Material>privacy_mesh</Material>
                                <Shader_Type>ir_sr3pccloth</Shader_Type>
                                <Default_Colors_Grid/>
                            </Material_Element>
                        </Material_List>
                    </Mesh_Variant_Info>
                    <Respect_Bonus>0</Respect_Bonus>
                </Variant>
            </Variants>
            <_Editor>
                <Category>Entries:Player creation</Category>
            </_Editor>
            <Flags/>
            <Slot>privacy bar top</Slot>
            <Base_Price>0</Base_Price>
            <Base_Respect_Bonus>0</Base_Respect_Bonus>
            <ui_gender>omni</ui_gender>
        </Customization_Item>
And change <disabled>no</disabled> line to <disabled>yes</disabled> for both of them. That's it! It's the easiest way to get rid of privacy bars, much better than removing them from every single entry in the file (I have no idea why most of nude mods use that method, it makes it horribly difficult to compare such file to all regular ones). :)
 
Thank you! It worked perfectly, you're as helpful as ever!

So, all those item customization files from nude mods only do what I just already did in a much cleaner way? Weird...
 
Back
Top