Hi. Another great plugin of yours (I own and use several). Quick question - how can I implement a change between walking and dashing frequency of the sounds?
Hi, you could use the steps between footstep parameter, if you have 3 steps before another footstep sound then it would play faster when dashing as the player will be stepping faster.
You need to set either the region or the terrain tag. Your player will never be walking on region id -1 or terrain tag -1 since they don't exist so it will never play if both are set to -1.
I guess maybe it is a bit confusing, what it means is that you set it to -1 if you don't want it to check for the region or terrain tag. For example if you want your footstep to occur on region 1 and not look at the terrain tag, you would enter in 1 for the region id and -1 for the terrain tag. Or if you want it to occur on terrain tag 0 and not look at the region you would set terrain tag to 0 and region id to -1.
Hi, I'm looking for a plugin or script that changes the sound of the steps depending on the switch. Since I am having the problem that for example, a bird does not emit the same sound when flying as a person walking, then depending on which character you have, emit a different sound when walking.
← Return to plugin
Comments
Log in with itch.io to leave a comment.
Hi. Another great plugin of yours (I own and use several). Quick question - how can I implement a change between walking and dashing frequency of the sounds?
Hi, you could use the steps between footstep parameter, if you have 3 steps before another footstep sound then it would play faster when dashing as the player will be stepping faster.
Its not working for me
Hi, do you have the Footstep Switch in the plugin parameters set to something, if so is that switch ON?
What are your footstep region / terrain tag set to?
switch is 0. And the parameters are -1
I am using chest 1 for a sound for testing and the rest of the settings are default
You need to set either the region or the terrain tag. Your player will never be walking on region id -1 or terrain tag -1 since they don't exist so it will never play if both are set to -1.
It says set to -1 to not use region tags and other thing
I guess maybe it is a bit confusing, what it means is that you set it to -1 if you don't want it to check for the region or terrain tag. For example if you want your footstep to occur on region 1 and not look at the terrain tag, you would enter in 1 for the region id and -1 for the terrain tag. Or if you want it to occur on terrain tag 0 and not look at the region you would set terrain tag to 0 and region id to -1.
Hi, I'm looking for a plugin or script that changes the sound of the steps depending on the switch. Since I am having the problem that for example, a bird does not emit the same sound when flying as a person walking, then depending on which character you have, emit a different sound when walking.
Hi, this plugin does not allow you to change the footstep sound by a switch, I can add this to a future update though, thank you for the suggestion.
Yes please, I can't find anything similar 🥹.