Home Artists Posts Import Register

Content

Life is a collection of plugins intended to essentially awake a character, let him/her come to life. Central part so far is the audio-synchronized breathing, which can be used to drive  complex animations.

This version focuses on adding mouth breathing and a new orgasm system. Find a fancy video here.

New features

  • Added 36 new mouth breathing sounds!
  • Implemented Orgasm support! Added 6 different orgasms to the AudioBundle, these are 3-8 chained breaths each.
  • Implemented JSON scaling options to scale nose, mouth and lung animations independently for each breath. Use to fine-tune your custom audio!
  • Implemented Multi-Breath support, these are multiple breaths in a single audio file.
  • Implemented 'OnChooseBreath' broadcast message. This is essential for those who implement their own controller plugin to direct my Life plugin. It notifies you when it is about to choose the next breath and you should update settings (Intensity, ThrustMultiplier, etc.) See the updated Scene_Life03 demo controller plugin to support orgasms.
  • Potential silent crash fixes for ThrustSFX.

Download

  • https://www.patreon.com/posts/life-6-download-35329027
  • This is an EarlyAccess release! Download will be available for free under CC BY-SA license after April 10, 2020. You are allowed to reference this package in your own VAR packages, even if they are paid or use a different licence. Links to my Patreon are always appreciated.

Credits

Contains audio by VoiceLikeCandy, Bluzz44 and FreeSFX.co.uk, as well as some audio extracted from VaM. Contains morphs by DDQuidam and TimelordToby. Full credits see MacGruber_Life_Credits.txt inside VAR.

Files

Comments

Anonymous

Love the work , one question. is there a way to trigger the orgasm button , i looked at implementing a variable trigger , but the value wasnt available to be chose.

MacGruber_Laboratory

This is an action, not a float value. Its available as "QueueOrgasm" action on the Breathing plugin, you could for example use an UIButton. I recommend to trigger it from script, though. You can check the Scene_Life03.cs script that is controlling the demo scenes Life03/04, it's triggering the same thing, but actually synchronizing with the Breathing plugin to change all the values in exactly the right moment.

Sinthetic Media

Something that I think is super important in any "emotion" plugin is a reduce smile slider. I find any smiles beyond a subtle grin terrifying in VaM, and I'm not alone.

MacGruber_Laboratory

Note that "Life" is intended to be modular. There is not really anything for facial expressions, yet, but you can combine it with some other plugin that does that.