Clothing file name: Wife Beater Tease

First off, sorry if this is in the wrong thread.

Second, for the life of me, I cannot seem to find the right file for the (female) wife beater tease. I'm pretty sure I've opened up all of the files that didn't include the name "jacket" in the title. I'm pretty sure I've checked all other "ubdy" files.
It may not even matter anyway. I'd just like to alter the cut in the back of the top, if I even can. Truthfully, I don't even care if I can mod it or not at this time, I just HAVE to find the damn thing for my own sanity's sake.

wife beater.jpg
 
Last edited:
Do you have a screenshot of the piece in question?
 
Customization_items.xtbl shows this
Code:
  <Customization_Item>
  <Name>cf_ubdy_musicjunkie</Name>
  <DisplayName>WIFE_BEATER_TEASE</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_ubdy_musicjunkie.cmeshx</Filename>
  </Male_Mesh_Filename>
  <Cutscene_Only>no</Cutscene_Only>
  <Obscured_slots>
  <Obscured_slot>
   
  </Obscured_slot>
  <Obscured_slot>
  <Slot>bra</Slot>
  </Obscured_slot>
  </Obscured_slots>
  <VID_List>0</VID_List>
  <Female_Mesh_Filename>
  <Filename>cf_ubdy_musicjunkie.cmeshx</Filename>
  </Female_Mesh_Filename>
  <Obscured_VIDs>
  </Obscured_VIDs>
  </Mesh_Information>
  </Wear_Option>
  </Wear_Options>
  <_Editor>
  <Category>Entries</Category>
  </_Editor>
  <Flags>
  </Flags>
  <Slot>upper body</Slot>
  <Base_Price>15</Base_Price>
  <Base_Respect_Bonus>10</Base_Respect_Bonus>
  <ui_gender>female</ui_gender>
  <Variants>
  <Variant>
  <Name>CUST_VARIANT_01_DEFAULT</Name>
  <Price>0</Price>
  <Respect_Bonus>0</Respect_Bonus>
  <Mesh_Variant_Info>
  <Variant_Name>ubdy_musicjunkie_01</Variant_Name>
  <VariantID>1</VariantID>
  <Material_List>
  <Material_Element>
  <Material>ubdy_musicjunkie_01</Material>
  <Shader_Type>ir_sr3pccloth</Shader_Type>
  <Default_Colors_Grid>
  </Default_Colors_Grid>
  </Material_Element>
  </Material_List>
  </Mesh_Variant_Info>
  </Variant>
  </Variants>
  <Default_Colors_Grid>
  <Default_Color>
  <Clothing_Color>greys9</Clothing_Color>
  </Default_Color>
  <Default_Color>
  <Clothing_Color>greys2</Clothing_Color>
  </Default_Color>
  </Default_Colors_Grid>
  </Customization_Item>

So it seems like a modified version of the cf_ubdy_musicjunkie and how they are doing it, I don't know... unless there is a separate dds file in the gpeg for this variant (inside the str2)... I'll have to look into that.
 
I was just editing this file, it's custmesh_-1424876194.str2_pc/custmesh_-1424876194f.str2_pc
 
Well, how bout that, I never bothered to check either of those two, because, well, I just assumed they were "music junkie". Awesome. Thanks so much!
 
Hm, didn't expect that myself, that the <Name> and the <Filename>'s would be dupes.
I guess when in doubt, check the <DisplayName>, huh?

Thanks James and Bring the Noise, I was wondering this myself, and with NopeD listing the .str2_pc's, the not-fun part of modding it is all out of the way!
 
Back
Top