CUSTOM CLOTHES – Some kind of maid…
Custom 3D models of clothing items, downHow to add items and what vanilla item is loading them:
1. Blackdress – replaces Reinforced-Seam Sporty Tank Top – command: Game.AddToInventory(“Items.TShirt_11_basic_01”,1)
basically, any of 3 plain tanks will do the same job, so you can use Items.TShirt_11_old_01 or Items.TShirt_11_rich_01 as well
2. Gloves – replaces Spiked Maelstrom Short-Sleeve Jacket – command: Game.AddToInventory(“Items.Jacket_08_old_01”,1)
3. Panties – replaces Green Power Polyamide-Padded Athletic Shorts – command Game.AddToInventory(“Items.Shorts_03_rich_01”,1)
or any other Athletic Shorts
4. Corset – replaces Reinforced Spotted Bra – command: Game.AddToInventory(“Items.Undershirt_02_basic_01”,1)
or any other bra of same shape…
5. Skirt – replaces Purple Shock Anti-Mech Cargo Pants – command: Game.AddToInventory(“Items.Pants_11_rich_02”,1)
or any other Cargo Pants
6. Shoes – replaces Titanium-Layer Platform Boots (Misty’s boots) – command: Game.AddToInventory(“Items.Boots_01_old_01”,1)
or any other Platform Boots
There are 3 .archive files available for download and their names are self explanatory in some way. Use one at time. Difference is only in Corset, all other items are same in all 3 .archive’s
basegame_maid.archive – this is how was intended to be and how I wanted to make it – black leather corset with purple’ish edges and grey metallic buttons
basegame_maid-corset-full-black.archive – this was unsuccessful try of texture baking, so corset is fully black, but it looks nice
basegame_maid-corset-default-tank-materials.archive – this was first test without custom textures, so corset is inheriting materials of plain tank. Screwed, but interesting in some way
Last note, regarding gloves: Weights are not so perfect, so in some camera mode poses, there is little clipping here and there. They’re totally screwed in “I know Kung-Fu” pose. They’re not visible in first person view, but they are in camera mode and while you driving bike. Not tested in all scenarios, this would take ridiculous time, but I think they fit the best with Rocket Launcher arms and worst with Gorilla Arms.loaded from internet and ported so V can wear it.