About Store Forum Documentation Contact



Post Reply 
MusicThemes
Author Message
Rabishan Offline
Member

Post: #1
MusicThemes
hi,

might be a noob question. but i can't find out how to remove songs from EE music themes. i need this because we play different music themes for different worlds.

thanks in advance.
07-10-2013 06:25 AM
Find all posts by this user Quote this message in a reply
AndrewBGS Offline
Member

Post: #2
RE: MusicThemes
Not sure you can do that, but why don't you just make different themes?

World1Theme+=music1; //and other songs maybe
World2Theme+=music2; //and others

If you wish to combine them at some point just randomly play for either theme. And when you want them separately, play from the theme you like. That's how I do it, I never tried removing a song from a theme yet.
07-10-2013 07:47 AM
Find all posts by this user Quote this message in a reply
Scarlet Thread Offline
Member

Post: #3
RE: MusicThemes
(07-10-2013 06:25 AM)Rabishan Wrote:  hi,

might be a noob question. but i can't find out how to remove songs from EE music themes. i need this because we play different music themes for different worlds.

thanks in advance.

Compile together a different MusicTheme struct for each world when you change worlds. Whenever you change world delete the old theme, create a new theme with different songs and then socket it into the music manager with.
07-10-2013 08:21 AM
Find all posts by this user Quote this message in a reply
Rabishan Offline
Member

Post: #4
RE: MusicThemes
thanks for the suggestions. i will give it a try.

Edit: great! it worked.
(This post was last modified: 07-11-2013 12:36 PM by Rabishan.)
07-11-2013 12:26 PM
Find all posts by this user Quote this message in a reply
Post Reply