Team-Awkward-Smile / Epilogue

A 2D side-scroller game inspired by Contra, Splatterhouse, Doom, and works of HR Gieger.
MIT License
3 stars 0 forks source link

Make sample walking sfx on rocky cave like grounds #321

Closed Pseudo-64 closed 10 months ago

Pseudo-64 commented 10 months ago

So, our main character looks like this.

Image

And its walking animation look like this (current test sprite we made for mechanics testing)

Image

So, I want to test how her walking may sound like in a rocky cave like this, (current placeholder concept image from castlevania and real life rock caves):

Image

Image

If you have any confusion or further clarifications, feel free to contact me.

vitormaduro commented 10 months ago

Please note that in order to allow the SFX to work correctly when the player starts and stops moving, instead of creating one audio file with the character moving, you should instead create multiple files, each one with a single SFX. For example, if the final audio contains 3 versions of the "stepping on stone while running" audio, then 3 separate files are to be created, each one containing only their respective audio without pauses.

I know this is more complex, but having access to these "pieces" allow us to create a more seamless and natural result, where the SFX in synced to the animation, regardless of it's speed

davidebunino commented 10 months ago

Rock Steps.zip @Pseudo-64 @vitormaduro

Pseudo-64 commented 10 months ago

@vitormaduro if you implement the rock steps for testing, try to keep the volume of this particular SFX a little lower than any other, because on full volume it sounds screechy. It needs to be implemented more subtly, so keep the volume of this low.