May be too late, but: kerning is a #float value, not a #point3, (that’s why there is a “0” after the ” “, this way the script evaluates something bef…
Thanks decon, I’ve changed a little bit your solution. Your Expression controller is now at a Multiplier Curve of the FOV controller. This way you ca…
Traffic Master in: (coming soon) PFlow-Traffic in: Fernando
for i=1 to selection.count do ( addModifier selection[i] (materialModifier materialID:i name:”MaterialMod”) )
I tried the surface arrive with delegates only. Works fine. The problem is with bipeds. As they are constrained by the .bips avaliable in the moFlow g…
I have not checked it, but you can change the team of two of them when they are close enough (the new team would have a speed vary behavior with a cen…
Hi Jifman, I guess that instead of cognitives, it’s better to use a Per Frame Function (with the crowd helper selected: Modify > Solve > Maxsc…
[size=2]The crowd helpers name is Crowd01 and the first team in it is bobs.[/size] [size=2]To check the distance between the evaluated delegate and ea…
You cand do a for loop with all the delegates and check if belongs to one team, but I guess you are missunderstanding congnitive controllers. Why do y…
Assuming this is part of the congnitive controller applied to Tim team: get_dist=distance del.simpos $bobs.simpos This measures the distance betwee…
The script looks right (you are measuring distance of each delegate to bobs everytime, so this scrìpt can control all delegates but bobs). But it’s n…
Hi yoshimitsu, This script: ImagePlane13.ms from www.scriptspot.com could be dealing with part of your problem. It creates a plane normal to the came…
thanks rdg and Dave Black, The file will be edited by many people. So, I am looking for a way to bypass errors if someone delete the CA or something. …