I set the module "ConfigurableWind" like this hoping that automatically varies the strength and direction of the wind but it's nothing ...
Code:
[Wind]
enabled = true
wind_update_rate = 150
wind_plugin = ConfigurableWind
avg_strength = 3.0
avg_direction = 90.0
var_strength = 3.0
var_direction = 180.0
rate_change = 1.0
The only way I've found to vary the strength and direction of the wind is llSetWindParam use in a script with a timer.
I wonder if this is normal ... ?
I still have not found the min/max values allowed for:
Code:
wind_update_rate = ?
avg_strength = ?
avg_direction = (probably +/- 360)
var_strength = ?
var_direction = (probably +/- 360)
rate_change = ?
Thank you in advance for any information about this
