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

VaM 1.x undressing a character when touching area

Threads regarding the original VaM 1.x

Tyler Durdenski

New member
Joined
Jan 5, 2022
Messages
12
Reactions
1
Hey all, i,ve been searching and testing many things but i guess i have to ask. I need to have a female clothing fall down when touching either the clothing piece itself or the atom body part when in a scene with no previous animation, just like to fool around. Is there any clear examples to do so? Thank you so much for your help.
 
Hi, you could add a CollisionTrigger to the scene, set the AtomFilter to the dildo (in the example) and add a trigger to allowDetach = true for the desired clothing item in the CollisionTrigger. You can also Parent Link link the CollisionTrigger to one of the persons controls (neck in the example), so that it moves with the person.

I have attached you a demo scene with all legacy items. Move the dildo towards the girl's right shoulder, and the sim detach trigger will be triggered.
 

Attachments

  • demo1.json
    68.7 KB · Views: 0
Upvote 0
Hi, you could add a CollisionTrigger to the scene, set the AtomFilter to the dildo (in the example) and add a trigger to allowDetach = true for the desired clothing item in the CollisionTrigger. You can also Parent Link link the CollisionTrigger to one of the persons controls (neck in the example), so that it moves with the person.

I have attached you a demo scene with all legacy items. Move the dildo towards the girl's right shoulder, and the sim detach trigger will be triggered.
Hey RunRudolf, Thanks a lot, i will try this. Happy holidays!!
 
Upvote 0
Look no further:
 
Upvote 0
Look no further:
Wow!!! Thank you so much!!! exactly what i need!!
 
Upvote 0
Back
Top Bottom