• 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.

VaM 1.x What is the best way to do staged undressing?

Threads regarding the original VaM 1.x

PMan52

New member
Joined
Jan 22, 2025
Messages
6
Reactions
0
So not SIM enabled, more to do with clothes that have undress stages. I have added them all to my character and used alpha settings to hide unused ones then added buttons to switch between. This works well but is intensive and unless I create triggers for SIM enabled etc. too it can tank my VR FPS.

I looked at Preset/Appearance Loader and Quick Dress but this still triggers loads which I'm trying to avoid to make it seamless.

If anyone has any recommendations or other methods I'd really appreciate it.

Bonus question on this: is there a way to make a slider that runs from fully clothed to undressed in stages instead of smooth alpha transitions?

E.g. Left Side - Full Clothed, Middle - Clothes Open Right Side - Nude
 
A slider is not a great option as it deals with floats/values and you want discrete options for the clothing states. Possible, but much more complicated to set up and not a good experience.
A button is much more fitting to the task; when paired with a logicbrick sequence choice with the button triggering tha, you can set any number of choices and change them in sequence with that single button. Each choice can also change the button text to clarify what result is the next in sequence.

Unless you start with all the clothes in the person, the only way to add new clothes during the scene invovles loading a preset. They're either there from the start or they're not, and if they're not they need to be loaded first.
 
Upvote 0
A slider is not a great option as it deals with floats/values and you want discrete options for the clothing states. Possible, but much more complicated to set up and not a good experience.
A button is much more fitting to the task; when paired with a logicbrick sequence choice with the button triggering tha, you can set any number of choices and change them in sequence with that single button. Each choice can also change the button text to clarify what result is the next in sequence.

Unless you start with all the clothes in the person, the only way to add new clothes during the scene invovles loading a preset. They're either there from the start or they're not, and if they're not they need to be loaded first.
Ok thanks for clarifying! It's a bit cumbersome but I guess I can turn off SIM etc. to save on FPS.
 
Upvote 0
Back
Top Bottom