Steampunk Chic Stockings Fix

Description
This small tweak to customization_items.xtbl fixes a layering issue with the Steampunk Chic skirt. Because of the VIDs that were obscured on the skirt, the stockings would appear to layer below certain textures/effects. That's all this mod changes.

2022 edit: This mod SHOULD still work with the new Re-Elected release, but as it's also bundled into F13's Pentagon Patch, I'd recommend just checking that out instead.

(And even if you aren't using the Re-Elected version, this has been bundled into Fan of Saints' Things To Do In Dominatrix pack for a long-ass time)

Mod Compatibility
While this mod edits the default game's customization_items.xtbl, adding it to a file added by a separate mod is pretty simple. Locate the code for "cf_nlmf_lbdy_f_skirtholster" within the file, and replace it with this:
Code:
<Customization_Item>
            <Name>cf_nlmf_lbdy_f_skirtholster</Name>
            <DisplayName>CUST_ITEM_CF_NLMF_LBDY_F_SKIRTHOLSTER</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_nlmf_lbdy_f_skirt.cmeshx</Filename>
                        </Male_Mesh_Filename>
                        <Cutscene_Only>no</Cutscene_Only>
                        <Obscured_slots>
                            <Obscured_slot/>
                            <Obscured_slot>
                                <Slot>underwear</Slot>
                            </Obscured_slot>
                        </Obscured_slots>
                        <VID_List>0 62 221</VID_List>
                        <Female_Mesh_Filename>
                            <Filename>cf_nlmf_lbdy_f_skirt.cmeshx</Filename>
                        </Female_Mesh_Filename>
                        <Obscured_VIDs>
                            <Obscured_VID>
                                <VID>16</VID>
                            </Obscured_VID>
                            <Obscured_VID>
                                <VID>96</VID>
                            </Obscured_VID>
                            <Obscured_VID>
                                <VID>86</VID>
                            </Obscured_VID>
                        </Obscured_VIDs>
                    </Mesh_Information>
                </Wear_Option>
            </Wear_Options>
            <_Editor>
                <Category>Entries:Nobody Loves Me:Nobody Loves Me Female F</Category>
            </_Editor>
            <Flags/>
            <Slot>lower body</Slot>
            <Base_Price>40</Base_Price>
            <Variants>
                <Variant>
                    <Name>CUST_VARIANT_01_DEFAULT</Name>
                    <Price>0</Price>
                    <Mesh_Variant_Info>
                        <Variant_Name>orig_Standard_9</Variant_Name>
                        <VariantID>1</VariantID>
                        <Material_List>
                            <Material_Element>
                                <Material>orig_Standard_9</Material>
                                <Shader_Type>ir_sr3pccloth</Shader_Type>
                                <Default_Colors_Grid/>
                            </Material_Element>
                        </Material_List>
                    </Mesh_Variant_Info>
                    <Respect_Bonus>0</Respect_Bonus>
                </Variant>
            </Variants>
            <Default_Colors_Grid>
                <Default_Color>
                    <Clothing_Color>Browns6</Clothing_Color>
                </Default_Color>
                <Default_Color>
                    <Clothing_Color>greys2</Clothing_Color>
                </Default_Color>
                <Default_Color>
                    <Clothing_Color>greys9</Clothing_Color>
                </Default_Color>
            </Default_Colors_Grid>
            <Style>Costume</Style>
            <Base_Respect_Bonus>4</Base_Respect_Bonus>
            <ui_gender>omni</ui_gender>
        </Customization_Item>
 

Attachments

  • SteampunkChicFix.7z
    73 KB · Views: 1,341
Last edited:
It won't be compatible out of the box, but you can make it work by editing the customization_items.xtbl from Extended Wardrobe if you look at the Mod Compatibility section of this page.

I already edit that , but nothing change.
Maybe I am silly , < Locate the code for "cf_nlmf_lbdy_f_skirtholster" within the file > I Located That is two of them , replace two of them or something else ?
 
Back
Top