Playing Sounds
Adding Sounds to Your Module
Bannerlord audio system is built on proprietary FMOD Sound system. To keep audio engine performant while making it accessible to anyone, we needed to create an interlayer. Key Elements ...\Modules\*YOUR_MOD*\ModuleData\module_sounds.xml file, where you add custom definitions for your own sounds ...\Modules\*YOUR_MOD*\ModuleSounds folder where you put audio files (.ogg, .wav) You can see examples in ‘Native’ module. Basic Guide Copy example files and folder to your own module Add new sounds into the ModuleSounds folder Open the module_sounds.