Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Hi Guest!
Please be aware that we have released another critical security patch for VaM. We strongly recommend updating to version 1.22.0.12 using the VaM_Updater found in your installation folder.
Details about the security patch can be found here.
I've created an orgasm trigger (which is working perfect) at:
To trigger at reaching 1:
Threshold Value = 1.0 and Threshold Direction = "UP"
Now i wanted more complex stuff, i made 3 Theresold values plugins inside my slider that will have 3 indicators: One for the climax which is working fine as i explained above, Second to the 0.49 threshold with direction for DOWN for Gentle,
And Third one for the 0.50 threshold with direction UP for Hard.
Only the first one is working with the climax, value 1 threshold with direction UP.
I don't know why the other ones just don't work.
Maybe you have another solution for me?
my scene is huge
Look at the Indicator Slider, i named it "Thrust" you will see inside it the plugins and should do some manipulations on the person plugins
It seems to me the "Gentle" and "Hard" ValueThreshold instances are not getting set from anywhere? Only the "Orgasm" one is set directly from the slider.
It seems to me the "Gentle" and "Hard" ValueThreshold instances are not getting set from anywhere? Only the "Orgasm" one is set directly from the slider.
The ValueThreshold does not know or care that you placed it on a UISlider. It only checks its own "Value" parameter. So you need to connect the UISlider with the plugin via a trigger that changes the value. Just like you did it for the Orgasm one.
The ValueThreshold does not know or care that you placed it on a UISlider. It only checks its own "Value" parameter. So you need to connect the UISlider with the plugin via a trigger that changes the value. Just like you did it for the Orgasm one.