jpcsupplies / Economy_mod

Basic Economy System for Space Engineers
13 stars 12 forks source link

TODO: add a way to trigger our custom sounds client side #151

Closed jpcsupplies closed 5 years ago

jpcsupplies commented 8 years ago

We probably need to add some basic module/class we can call from our code client side that triggers any of our custom sound effects when we are ready to use them.

Sound effects are currently setup as sound block audio - not sure if this is compatible with calling client audio - the definition may need to be tweaked.

At the moment we have two events requiring implementation:

Future events requiring sound triggers - Game I think already has a "mission complete" sound, and possibly a "mission available" sound we can probably use those. Otherwise we need to make some. Either way it probably needs a way to trigger too.

jpcsupplies commented 5 years ago

Midspace added this a while ago..