Author Topic: [IDEA] Shuffle Music Bricks  (Read 614 times)

I came up with this idea when i was building a store.  As far as I know of there isn't an addon like this.  This would be the same as a regular music bricks except you select more than one song and it shuffles them.  Please tell me if there is any way to do this with events or if an addon like this already exists.

With VCE, you could do a relay that chooses a random value and setMusic based on that. The problem with that would be it randomly cutting out in the middle of the loop, although that could be avoided if you give it a different, carefully timed delay for ending each loop.


I think I'm going to try and do a video on this, actually.

Sorry, there's no way I'm going to work out my hackiest events since BlockoMYST while Skyrim is three clicks away. Hopefully a real script could do this much more efficiently.
« Last Edit: August 09, 2012, 02:05:56 AM by Eksi »

With VCE, you could do a relay that chooses a random value and setMusic based on that. The problem with that would be it randomly cutting out in the middle of the loop, although that could be avoided if you give it a different, carefully timed delay for ending each loop.

We tried doing this. Oh god does it not work. At-least correctly...
So awful..

A brick that does it for you would be wonderful.

With VCE, you could do a relay that chooses a random value and setMusic based on that. The problem with that would be it randomly cutting out in the middle of the loop, although that could be avoided if you give it a different, carefully timed delay for ending each loop.


I think I'm going to try and do a video on this, actually.
That sounds like a ton of work. An add-on to do this cleanly and well would be wonderful.

That sounds like a ton of work.

It was, over 30 lines of eventing for a handful of songs. The timing never worked right since songs only start to play when the player gets in hearing distance.

thats easy to do with events



but a whole load of tracks would be hard

Could anyone make a brick like this, I'm not good with add-ons at all but it seems like it wouldn't be that hard.  Correct me if I'm wrong but couldn't someone easily make this?