How to make custom sound in Legend of Grimrock 2 ?
So, i create my audio file in OGG format. I create this script in sounds.lua
defineSound{
name = "introdungeon",
filename = "mod_assets/sounds/2007.ogg",
loop = false,
volume = 1.0,
}
But, when i reload my project, i have this message:
[string "SoundSystem.lua"] :0: Not a RIFF file.
Why ?
