Jump to content

Anyway to play specific music in main menu?


Recommended Posts

So I want to play Shipwrecked music.Is there any command to play it in the main menu?

 

Thanks in advance.

EDIT; Just found a way to play music
 

Spoiler

 

DS/RoG music


TheFrontEnd:GetSound():KillSound("FEMusic")
TheFrontEnd:GetSound():PlaySound("dontstarve/music/music_FE","FEMusic")

Shipwrecked music


TheFrontEnd:GetSound():KillSound("FEMusic")
TheFrontEnd:GetSound():PlaySound("dontstarve_DLC002/music/music_FE","FEMusic")

Hamlet music


TheFrontEnd:GetSound():KillSound("FEMusic")
TheFrontEnd:GetSound():PlaySound("dontstarve_DLC003/music/theme","FEMusic")

BONUS

Werebeaver music


TheFrontEnd:GetSound():KillSound("FEMusic")
TheFrontEnd:GetSound():PlaySound("dontstarve/music/music_hoedown","FEMusic")

Werewilba music


TheFrontEnd:GetSound():KillSound("FEMusic")
TheFrontEnd:GetSound():PlaySound("dontstarve_DLC003/music/werepig_of_london","FEMusic")

 

 

Just found a way to play music in main menu

Spoiler

DS/RoG music


TheFrontEnd:GetSound():KillSound("FEMusic")
TheFrontEnd:GetSound():PlaySound("dontstarve/music/music_FE","FEMusic")

Shipwrecked music


TheFrontEnd:GetSound():KillSound("FEMusic")
TheFrontEnd:GetSound():PlaySound("dontstarve_DLC002/music/music_FE","FEMusic")

Hamlet music


TheFrontEnd:GetSound():KillSound("FEMusic")
TheFrontEnd:GetSound():PlaySound("dontstarve_DLC003/music/theme","FEMusic")                                                                                                                                                                                                     

 

 

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...