• 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 I want to write a plugin to remove nose collisions (or make the character’s nose softer).

Threads regarding the original VaM 1.x

Ztulian

Well-known member
Joined
Nov 23, 2025
Messages
40
Reactions
242
While working on a scene, I realized the nose is causing an issue: it prevents two characters from kissing properly because the collision pushes their faces apart.
I’m wondering if there’s any way to make the nose non-collidable without using a plugin?
And is there already any plugin for this?
And if there’s no other way and I have to use code, where should I start? I’ve never written a plugin for vam before.
I don’t mind doing it, but I have no idea where to start. 🥹
 
No way to do those things without a plugin as far as I know . Collision can be reduced with an existing plugin at least, see below, but I don't know if any exists that can manipulate soft body physics. I think the related collider is "FaceCentral" or "FaceCentral1" if you use that plugin.

 
Upvote 0
No way to do those things without a plugin as far as I know . Collision can be reduced with an existing plugin at least, see below, but I don't know if any exists that can manipulate soft body physics. I think the related collider is "FaceCentral" or "FaceCentral1" if you use that plugin.

Thank you. A few people on the hub have also pointed this out to me, just as you mentioned.
 
Upvote 0
Back
Top Bottom