shoe_footstep 
Basically the squeak component but stripped down for only shoes
Vars | |
| can_tape | Whether the shoes can be taped, self-deleting the component / making the shoes silent |
|---|---|
| chance_per_play | The chance that a sound will be played |
| extrarange | Extrarange modifier on the played footstep sound |
| falloff_distance | Falloff distance for the played footstep sound |
| falloff_exponent | Falloff exponent for the played footstep sound |
| sounds | The sounds that can be played |
| steps | Tracks how many steps have been taken since the last sound was played |
| steps_per_play | The number of steps that must be taken before a sound can be played |
| volume | The volume of the sound |
Var Details
can_tape 
Whether the shoes can be taped, self-deleting the component / making the shoes silent
chance_per_play 
The chance that a sound will be played
extrarange 
Extrarange modifier on the played footstep sound
falloff_distance 
Falloff distance for the played footstep sound
falloff_exponent 
Falloff exponent for the played footstep sound
sounds 
The sounds that can be played
steps 
Tracks how many steps have been taken since the last sound was played
steps_per_play 
The number of steps that must be taken before a sound can be played
volume 
The volume of the sound