with new version it wont load music
Having the same problem... Any solutions?
I do. I managed to find a workaround. It is not the cleanest workaround, but it works. So, what I did was I inserted the following code at line 91 of index.html: https://prnt.sc/svdhqy
After inserting the code, please follow these crucial steps:
- It is important that you create a folder located in the same directory as index.html named music.
- Download the music, you want and place the music file inside the music folder.
- Name the music file "loadscreen.ogg" IMPORTANT: I advise you to convert the music file to ogg, since it will be smaller in terms of file size.
If you still want to use an .mp3 file, change the file type from loadscreen.ogg to loadscreen.mp3 in index.html, otherwise it would throw errors.
Example: https://prnt.sc/svdlhw
I hope that I was able to help you out. Gonna find a more efficient way within the next few days.
Edit: Oh, and also do not forget to add "LoadingScreen/music/loadscreen.ogg" to __resource.lua or else the music won't play.
I do. I managed to find a workaround. It is not the cleanest workaround, but it works. So, what I did was I inserted the following code at line 91 of index.html: https://prnt.sc/svdhqy
After inserting the code, please follow these crucial steps:
- It is important that you create a folder located in the same directory as index.html named music.
- Download the music, you want and place the music file inside the music folder.
- Name the music file "loadscreen.ogg" IMPORTANT: I advise you to convert the music file to ogg, since it will be smaller in terms of file size.
If you still want to use an .mp3 file, change the file type from loadscreen.ogg to loadscreen.mp3 in index.html, otherwise it would throw errors.
Example: https://prnt.sc/svdlhw
I hope that I was able to help you out. Gonna find a more efficient way within the next few days.
Edit: Oh, and also do not forget to add "LoadingScreen/music/loadscreen.ogg" to __resource.lua or else the music won't play.
works great - thank you! <3