Spellcaster Studios

Make it happen…

Category Archives: Audio

Environmental audio effects

FMod is such a simple and effective API, I couldn’t resist in adding some environmental audio effects… So now, on the caves, there’s a small echo effect, and on asteroid areas, we have some sound filtering, which mutes the high frequencies… It’s a small detail, and I think players would only really notice it if […]

Audio work…

Still working on the audio, mostly adjusting volumes to account for the 3d sound system… It’s actually quite impressive the difference 3d sound makes to the game… I’m also compiling a list of audio effects I still need to make for the game, and I’ll have to do that for the cutscenes as well… A […]

3d audio…

Today I got 3d audio working! It wasn’t that complicated, to be honest, and it actually adds something to the game… Now I need to retune all the existing sound effects (the volumes now are all wrong), so this is mostly boring work for now! :\ Now listening to “Tage Mahal” by “Jon Oliva’s Pain” […]

Integrating audio

Today I integrated the new audio engine with the rest of the game… It worked fine, except for some minor bugs… I’m thinking of adding 3d sound, it’s a simple enough change, not sure if it’s actually a good one, since most of the audible elements are on screen at the same time and are […]

More bugs down!

Today was mostly a bug-hunting day, but I had time to do other stuff… First things first, I removed one of the big bugs in the game: a raycast issue that would sometimes cause the game to freeze… This was very hard to detect, but after I found a way to replicate it consistently, it […]