• Hi Guest!

    This is a notice regarding recent upgrades to the Hub. Over the last month, we have added several new features to improve your experience.
    You can check out the details in our official announcement!
Desperation

Scenes Desperation

I got a copy of pp working so she looks like a really messy girl, I used load preset into a new CUA, I could get it to pee with the test button but where are you triggering the current one from? (I'm still learning about VAM)
 
I got a copy of pp working so she looks like a really messy girl, I used load preset into a new CUA, I could get it to pee with the test button but where are you triggering the current one from? (I'm still learning about VAM)
It is triggered from plugins on the pp atom I am just uploading a new version of this tell me what you are trying to do...
 
So, I have been assuming all this time that my modification to @MacGruber logicbricks RandomAnimation script to allow for faster movement would be taken up when loaded into someone else's VaM with the unmodified script. It appears, however, now that I've cleared my AddonPackages to load into a "clean"ish VaM, that the loader or some part of the process is limiting the maximum speed of movement, hence it's not going to work as well for everyone else. It seems a bit much to modify the whole logicbricks suite and release it just to change this one value, so for those wanting better animation, find the script ( C:\Program Files\VaM\AddonPackages\MacGruber.LogicBricks.14.var\Custom\Scripts\MacGruber\LogicBricks\Internal\MacGruber_RandomAnimation.cs )
and change the max range on the speed on lines 42/32 here like this from 5 to 500:

mySpeedMin = Utils.SetupSliderFloat(this, "Speed Min (cm/s)", 0.5f, 0.01f, 500.0f, false);
mySpeedMax = Utils.SetupSliderFloat(this, "Speed Max (cm/s)", 1.0f, 0.01f, 500.0f, false);

Will make the animation much nicer.
 
Back
Top Bottom