Is it possible to add new sounds or is only possible to replace existing sounds? I'm trying to add a new sound to be used in an event. I've tried adding the sound to sound.asset as well as putting it in its own asset file and neither works. The code in the asset file is like all the other sounds.
I also tried putting it in the categories.asset file where the other event sounds are listed in case that's necessary.
Code:
sound =
{
name = "event_mysound"
file = "event/event_mysound.wav"
volume = 1
}
- 1