Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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

(2 edits)

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.

I just want it to always occur, what do I set it to. Its currently set to -1

Most things I have seen do not use terrain tags so you could probably set terrain tag to 0 and it would play everywhere.

It worked.

Nice, I am glad you got it working 😁