• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OTClient Startup sound not working

Fidelillo

New Member
Joined
Dec 29, 2016
Messages
20
Reaction score
3
I have a little problem, when open the otclient without zipped files, works fine the startup sound plays, but when i zip the files "data, layouts, mods, modules" into data.zip:

zip.png

the client works fine but not playing the sound, i have in game sound that works fine.
 
have same problem!
when client are dont zipped, sounds work fine. When use data.zip, sound dont work, have solution?
I think client is looking at: data/sounds and when are zipped (data.zip/data/sounds) he dont see it, how can solve?

edit: i make one test, to run sound:
Lua:
musicChannel:enqueue("/data.zip/sounds/testsound.ogg", 3)
but get error:

Code:
ERROR: unable to open file '/data.zip/sounds/testsound.ogg': not found

i think, the oTCV8 cannot open data.zip/sounds
 
Last edited:
Back
Top