You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found addon that use speedX in explosion effects when there is no such var for that type of effects. moveVelocity[] = {"0 + (speedX/1)","0 + (speedY/1)","0 + (speedZ/1)"};
Now it throw RPT errors at least.
12:35:29 Error in expression <0 + (speedX/1)>
12:35:29 Error position: <speedX/1)>
12:35:29 Error Undefined variable in expression: speedx
Main issue that particle effect by itself does not have definition where it will be used.
The text was updated successfully, but these errors were encountered:
Check that particle effects use proper vars in expressions
https://community.bistudio.com/wiki/Arma_3:_Particle_Effects:_Config_Parameters
Found addon that use
speedX
in explosion effects when there is no such var for that type of effects.moveVelocity[] = {"0 + (speedX/1)","0 + (speedY/1)","0 + (speedZ/1)"};
Now it throw RPT errors at least.
Main issue that particle effect by itself does not have definition where it will be used.
The text was updated successfully, but these errors were encountered: