in progress
We can simulate the action of wind over curtains by using the plastic curtain from AMFP and the force function.
1. Get the files LINK
You need a modified version of the curtains that better respond to force.
You can create your own version or just use the ones I already did in my mod.
Note: If you want to create your own version, make sure its bodies respond properly to force
and behave correctly when moving, no lag, no weird things. Also remove collision with player.
2. Place the curtains.
Put the curtains wherever you want but not touching the wall or each other.
Then resize its width all you want, remember the model is initially thin.
3. Write the code.
You wanna start a timer in your code that moves the curtains when the wind blows.
Add this line to your script file, inside your OnStart() function, it starts the wind function:
void OnStart () { WindLoop ( "" ); }