• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

Question How can I apply the same randomness from FloatParamRandomizer to multiple receivers simultaneously?

Azpectrum

New member
Joined
Oct 31, 2020
Messages
3
Reactions
1
Hello everyone, I'm going to try to explain my problem better!

I am currently using the FloatParamRandomizer plugin, and I would like to replicate the generated float value for multiple items simultaneously. For example:

I have a plugin called FloatParamRandomizer that is changing the float parameters of Plugin>TimeLine>Global Speed. Now, I want to use this same plugin to also change the float value of Geometry>Smile. Additionally, I want to use it to modify Plugin>DecalMaker>X.Trans displacement.

Essentially, I want to have just one generator that can change these three parameters simultaneously. I want all three parameters to respect the same float range and randomness provided by this generator.


As far as I know, there are three random generators available:
  1. MeshedVR: This generator doesn't meet my requirements.
  2. Everlaster: This generator is quite good, but it only changes one parameter at a time, which doesn't suit my needs.
  3. MultiFloatParamRandomizer: While this generator can change multiple receivers, it lacks the search functionality of the Everlaster plugin. Additionally, it sets individual generators for each item, which also doesn't suit my requirements.
So, none of the existing generators fully meet my needs.


How can I solve this problem?

Thank you in advance!
 
Have you tried having FloatRandomizer drive the value of a VariableTrigger atom (VaM build-in) or a ValueRelay (from LogicBricks)? You can use those to drive any number of other values. Only limitation is that the input value for both is 0...1, but you can remap that to any range on the output side.
 
Upvote 0
I think you can also do it with VUML and ActionGrouper
FloatRandomizer will change float from VUML, and ActionGrouper will use that float :unsure:
 
Upvote 0
Back
Top Bottom