Do you have customization_items.xtbl file in your SR IV root?Thanks? Could you post how you did that?
Do you have customization_items.xtbl file in your SR IV root?
EDIT: Wait a sec I'll give you a file.
So open it with notepad++ or just notepad and find cm_dlc_hat_devil_horns and <Base_Price>20</Base_Price> add this:Yeah I have a lot of mods running on SR4 so that is definitely in there.
<Default_Colors_Grid>
<Default_Color>
<Clothing_Color>red6</Clothing_Color>
</Default_Color>
<Default_Color>
<Clothing_Color>greys2</Clothing_Color>
</Default_Color>
</Default_Colors_Grid>
<Customization_Item>
<Name>cm_dlc_hat_devil_horns</Name>
<DisplayName>CUST_ITEM_DLC_HAT_DH</DisplayName>
<Wear_Options>
<Wear_Option>
<Name>CUST_WEAR_NORMAL</Name>
<disabled>no</disabled>
<Active_Flags>
</Active_Flags>
<Required_Flags>
</Required_Flags>
<Incompatible_Flags>
</Incompatible_Flags>
<Particle_Systems>
</Particle_Systems>
<Mesh_Information>
<Male_Mesh_Filename>
<Filename>cm_dlc_hat_m_dh.cmeshx</Filename>
</Male_Mesh_Filename>
<Cutscene_Only>no</Cutscene_Only>
<Obscured_slots>
</Obscured_slots>
<VID_List>0</VID_List>
<Female_Mesh_Filename>
<Filename>cf_dlc_hat_m_dh.cmeshx</Filename>
</Female_Mesh_Filename>
<Obscured_VIDs>
</Obscured_VIDs>
</Mesh_Information>
</Wear_Option>
</Wear_Options>
<_Editor>
<Category>Entries:DLC Packs</Category>
</_Editor>
<Flags>
</Flags>
<Slot>headwear</Slot>
<Base_Price>20</Base_Price>
<Default_Colors_Grid>
<Default_Color>
<Clothing_Color>red6</Clothing_Color>
</Default_Color>
<Default_Color>
<Clothing_Color>greys2</Clothing_Color>
</Default_Color>
</Default_Colors_Grid>
<Base_Respect_Bonus>2</Base_Respect_Bonus>
<Variants>
<Variant>
<Name>CUST_VARIANT_BEADS</Name>
<Price>0.0</Price>
<Respect_Bonus>0</Respect_Bonus>
<Mesh_Variant_Info>
<Variant_Name>v1</Variant_Name>
<VariantID>1</VariantID>
<Material_List>
<Material_Element>
<Material>cm_AP3_Dkr01_SUIT_M_Suit</Material>
<Shader_Type>ir_sr3pccloth</Shader_Type>
<Default_Colors_Grid>
</Default_Colors_Grid>
</Material_Element>
</Material_List>
</Mesh_Variant_Info>
</Variant>
</Variants>
<ui_gender>omni</ui_gender>
</Customization_Item>
So it's exist in your file? Strange why you cannot change colors.<Clothing_Color>red6</Clothing_Color><Clothing_Color>greys2</Clothing_Color>
No problem. I'm happy that it worksOk! So I copied the second one (full code) to replace mine because mine was missing something, I have no idea why.
It changed my character to the default male president character (easily fixed anyways, but funny still), but it did fix the devil horns and allow them to be customized.
So it ended up working, thank you so much man.