• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.
Sexy Sports Outfit

Clothing Sexy Sports Outfit

Download [50.89 MB]
FYI the auto-morphs do not work, the clothingplugins files are not referencing the package.
 
Can you show me the error log?
There is no error the morphs just don't load, they are trying to load from local folders instead of the package.
Might work for you because you have the morphs locally.

This is what the file (Sexy Sports Bra.default.clothingplugins) is showing now:
JSON:
{
   "id" : "Over3D:Sexy Sports Bra:plugin#0_Stopper.ClothingPluginManager",
   "plugins" : {
      "plugin#0" : "Stopper.ClothingPluginManager.7:/Custom/Scripts/Stopper/ClothingPluginManager/ClothingPluginManager.cs",
      "plugin#1" : "Stopper.ClothingDrivenMorphs.1:/Custom/Scripts/Stopper/ClothingDrivenMorphs.cslist"
   },
   "storables" : [
      {
         "id" : "plugin#1_Stopper.ClothingDrivenMorphs",
         "Custom/Atom/Person/Morphs/female/Gym Bra - breasts cleavage - Body.vmi" : "1",
         "Morph Uid" : "Custom/Atom/Person/Morphs/female/Gym Bra - breasts cleavage - Body.vmi",
         "controlledMorphs" : [
            "Custom/Atom/Person/Morphs/female/Gym Bra - breasts cleavage - Body.vmi"
         ]
      }
   ]
}

This is what it should be:
JSON:
{
   "id" : "Over3D:Sexy Sports Bra:plugin#0_Stopper.ClothingPluginManager",
   "plugins" : {
      "plugin#0" : "Stopper.ClothingPluginManager.7:/Custom/Scripts/Stopper/ClothingPluginManager/ClothingPluginManager.cs",
      "plugin#1" : "Stopper.ClothingDrivenMorphs.1:/Custom/Scripts/Stopper/ClothingDrivenMorphs.cslist"
   },
   "storables" : [
      {
         "id" : "plugin#1_Stopper.ClothingDrivenMorphs",
         "Over3D.Sexy_Sports_Outfit.1;/Custom/Atom/Person/Morphs/female/Gym Bra - breasts cleavage - Body.vmi" : "1",
         "Morph Uid" : "Over3D.Sexy_Sports_Outfit.1:/Custom/Atom/Person/Morphs/female/Gym Bra - breasts cleavage - Body.vmi",
         "controlledMorphs" : [
            "Over3D.Sexy_Sports_Outfit.1:/Custom/Atom/Person/Morphs/female/Gym Bra - breasts cleavage - Body.vmi"
         ]
      }
   ]
}
 
I should've double checked the paths after the package builder did its thing
There is no error the morphs just don't load, they are trying to load from local folders instead of the package.
Might work for you because you have the morphs locally.

This is what the file (Sexy Sports Bra.default.clothingplugins) is showing now:
JSON:
{
   "id" : "Over3D:Sexy Sports Bra:plugin#0_Stopper.ClothingPluginManager",
   "plugins" : {
      "plugin#0" : "Stopper.ClothingPluginManager.7:/Custom/Scripts/Stopper/ClothingPluginManager/ClothingPluginManager.cs",
      "plugin#1" : "Stopper.ClothingDrivenMorphs.1:/Custom/Scripts/Stopper/ClothingDrivenMorphs.cslist"
   },
   "storables" : [
      {
         "id" : "plugin#1_Stopper.ClothingDrivenMorphs",
         "Custom/Atom/Person/Morphs/female/Gym Bra - breasts cleavage - Body.vmi" : "1",
         "Morph Uid" : "Custom/Atom/Person/Morphs/female/Gym Bra - breasts cleavage - Body.vmi",
         "controlledMorphs" : [
            "Custom/Atom/Person/Morphs/female/Gym Bra - breasts cleavage - Body.vmi"
         ]
      }
   ]
}

This is what it should be:
JSON:
{
   "id" : "Over3D:Sexy Sports Bra:plugin#0_Stopper.ClothingPluginManager",
   "plugins" : {
      "plugin#0" : "Stopper.ClothingPluginManager.7:/Custom/Scripts/Stopper/ClothingPluginManager/ClothingPluginManager.cs",
      "plugin#1" : "Stopper.ClothingDrivenMorphs.1:/Custom/Scripts/Stopper/ClothingDrivenMorphs.cslist"
   },
   "storables" : [
      {
         "id" : "plugin#1_Stopper.ClothingDrivenMorphs",
         "Over3D.Sexy_Sports_Outfit.1;/Custom/Atom/Person/Morphs/female/Gym Bra - breasts cleavage - Body.vmi" : "1",
         "Morph Uid" : "Over3D.Sexy_Sports_Outfit.1:/Custom/Atom/Person/Morphs/female/Gym Bra - breasts cleavage - Body.vmi",
         "controlledMorphs" : [
            "Over3D.Sexy_Sports_Outfit.1:/Custom/Atom/Person/Morphs/female/Gym Bra - breasts cleavage - Body.vmi"
         ]
      }
   ]
}
 
I too am here to comment on the model you chose for the pics. :love:
 
Hi. Good job on the package. Looks awesome.
However, there is likely still a problem in the .var file because Version 2 references the morphs in Version 1. So it looks like you have to have both vars in your AddonPackages folder for this to work... But even when I do that, the plugin morphs don't appear. I can't even see the morphs standalone in the Female Morphs section, even when searching for "pressure"
 
Hi. Good job on the package. Looks awesome.
However, there is likely still a problem in the .var file because Version 2 references the morphs in Version 1. So it looks like you have to have both vars in your AddonPackages folder for this to work... But even when I do that, the plugin morphs don't appear. I can't even see the morphs standalone in the Female Morphs section, even when searching for "pressure"
Thanks, I noticed this, I'm waiting for the update to be approved by mod team. V2 update fixed something, while the package builder broke something else, which is just great.
 
Back
Top Bottom