Falling Wind
A simple script that adds Portal 2’s falling wind sound.
How to use
- Find a tall structure.
- Leap off it.
- Let your ears enjoy the wind.
- Try not to break your legs.
Console Variables
Name
Default
Purpose
cl_fallingwind_threshold
650
Threshold that determines when the wind will begin, 650 is just over your running+jumping speed.
cl_fallingwind_limit
1500
Threshold used to determine where the wind is at it’s full volume and pitch, 1500 is the default max noclip speed.
cl_fallingwind_enable
1
Enable or disable the wind sound.
cl_fallingwind_volume
0.75
Alters the wind sound volume.
cl_fallingwind_altsoundenable
0
Replaces the wind sound with Portal 1’s one.
cl_fallingwind_velocityfactor
1
These 3 variables correspond to each 3D axis(x, y, z), they change how much of them is factored in when calculating your absolute velocity. For example, setting each one to 0 except z will make the sound only play when you have a high vertical velocity.