Started by
cazfps
on
Topic category: Help with MCreator software
hello!!
i have a problem with playing custom ogg files , i downloaded and converted a song to ogg from youtube , and i imported it to mcreator , but when i join the game and try /playsound the song ,it doesn't play . nothing happens , the song is 3 min long . i tried music, record and ambiant cathegories but it's just won't work .
pls help !!
use mono ogg, this could achieve it
https://audio.online-convert.com/convert-to-ogg
thx that worked ! is there a way to play a music repetitively ??
Late but, you could make a global_session logic variable and a procedure that runs on player tick update --> if mysound = false, playsound <sound>, set "global mysound" = true
this doesnt work for me.