• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.
Stockings - with thigh squish morph

Clothing Stockings - with thigh squish morph

Download [1.41 MB]

Over3D

Well-known member
Joined
Apr 28, 2021
Messages
23
Reactions
373
Over3D submitted a new resource:

Stockings - with thigh squish morph - See-through stockings with skin pressure morph and custom shader

Semi-transparent stockings with squish morph and custom shader

Big shoutout to Stopper and Regguise for their work

View attachment 527350

depthsliceron1-png.527352

Read more about this resource...
 
I’ve installed all the dependencies and clothing files, but there’s no squish morph effect in the game.:eek::eek:
 
1758484547075.png
1758484495122.png

I have the morph that shows up but i can't add it nothing happens on i press the button. And i also get this message when i try to use preset if it can help.
 
Apparently the plugin fails to locate and read the morph within the packaged var. Although, I had some users test it before posting it, and they didn't report any issues. I will look into it and post an update soon.
 
I also have the issue where the morph doesn't load. I've had other clothing assets that come with the same morph plugin like this, but this one doesn't load even when clicking "Add Morph". It has the proper name in the field already but when searching for it, it doesn't show up. The stocking morph also doesn't show up under the female morphs. This will be great though once it works, looking forward for an update!
 
@Over3D Thanks for great work. Here's how I fix the morph loading issue. The plugin only loads morphs linked in a var, so you need overwrite the reference to morph with your var name. I unzipped the var and edited these files with following plugin config code.

JSON:
      {
         "id" : "plugin#1_Stopper.ClothingDrivenMorphs",
         "Over.Squish_Stocking.1;/Custom/Atom/Person/Morphs/female/Over3D/Stockings Squish - Body.vmi" : "0.8",
         "Morph Uid" : "Over.Squish_Stocking.1:/Custom/Atom/Person/Morphs/female/Over3D/Stockings Squish - Body.vmi",
         "controlledMorphs" : [
            "Over.Squish_Stocking.1:/Custom/Atom/Person/Morphs/female/Over3D/Stockings Squish - Body.vmi"
         ]
      },

Files need to change, replace the line numbers with the code above:
  1. Squish Stocking.default.clothingplugins: Line 9-16
  2. Squish Stocking_shader black.vap: Line 115-122
  3. Squish Stocking_shader white.vap: Line 115-122
Then I zip the var contents back again, and rename to Over.Squish_Stocking.1.var. Maybe you can edit files before packaging the var, that could work.
If you create new var version 2, code above probably need to change to say Over.Squish_Stocking.2 as well. For reference I look at the Micro bikini clothing which also has morphs loading.
 
@Over3D Thanks for great work. Here's how I fix the morph loading issue. The plugin only loads morphs linked in a var, so you need overwrite the reference to morph with your var name. I unzipped the var and edited these files with following plugin config code.

JSON:
      {
         "id" : "plugin#1_Stopper.ClothingDrivenMorphs",
         "Over.Squish_Stocking.1;/Custom/Atom/Person/Morphs/female/Over3D/Stockings Squish - Body.vmi" : "0.8",
         "Morph Uid" : "Over.Squish_Stocking.1:/Custom/Atom/Person/Morphs/female/Over3D/Stockings Squish - Body.vmi",
         "controlledMorphs" : [
            "Over.Squish_Stocking.1:/Custom/Atom/Person/Morphs/female/Over3D/Stockings Squish - Body.vmi"
         ]
      },

Files need to change, replace the line numbers with the code above:
  1. Squish Stocking.default.clothingplugins: Line 9-16
  2. Squish Stocking_shader black.vap: Line 115-122
  3. Squish Stocking_shader white.vap: Line 115-122
Then I zip the var contents back again, and rename to Over.Squish_Stocking.1.var. Maybe you can edit files before packaging the var, that could work.
If you create new var version 2, code above probably need to change to say Over.Squish_Stocking.2 as well. For reference I look at the Micro bikini clothing which also has morphs loading.
Thanks for the info, I actually identified another problem, where the clothing plugin manager argument kept duplicating itself at the bottom of the .vaj file, for some reason. I will check the contents again after packaging, hopefully it works out
 
Hopefully this update fixes the well known broken morph issue, but if you encounter any other issues, do let me know.
 
Back
Top Bottom