You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the issue is MetaAudio only can play sound in folder sound/.wav and sound/folder1/.wav
but fail to locate & play sound files in folder: sound/folder1/folder2/*.wav
S_LoadSound: Couldn't load folder2/2.wav. Failed to open file.
S_LoadSound: Couldn't load folder2/2.flac. Failed to open file.
S_LoadSound: Couldn't load folder2/2.ogg. Failed to open file.
S_LoadSound: Couldn't load folder2/2.mp3. Failed to open file.
S_LoadSound: Couldn't load folder2/2.wav.
Let say my folder structure is like this:
the issue is MetaAudio only can play sound in folder sound/.wav and sound/folder1/.wav
but fail to locate & play sound files in folder: sound/folder1/folder2/*.wav
Here i attach the amxmodx plugin + sound files to reproduce the issue.
metaaudio_folder_issue.zip
The text was updated successfully, but these errors were encountered: