How does it decide where to start the music?

Started by Keiji, April 06, 2013, 01:07:55 PM

Previous topic - Next topic

Keiji

Just something I'm curious about... what determines where you start in the music?

Is it random, does it depend how far you got on your last run, does it go in order or what?

Would be nice to know the answer to this one, though I'm guessing "random".

MegaBrutal

I don't think it's completely random - the first run always starts at the beginning of the track, also there are pre-defined start points.

Dav999

Yes, the first run is always at the beginning, but I think that it randomly chooses from the pre-defined start points after that.

Chillius

It's chosen in the games code.

like START(244).dat

or something similar.

Iceman-iac

I think you have to survive for a certain amount of time (or die a certain amount of times) before it moves to the next starting point. The time is probably the difference in time between the two starting points.

Dav999

Quote from: Iceman-iac on April 30, 2013, 03:04:20 PM
I think you have to survive for a certain amount of time (or die a certain amount of times) before it moves to the next starting point. The time is probably the difference in time between the two starting points.

So if you would always run into the first wall, you would always get the same starting points!

I think I'm going to experiment with this...

Dav999

Quote from: Dav999 on April 30, 2013, 03:15:28 PM
Quote from: Iceman-iac on April 30, 2013, 03:04:20 PM
I think you have to survive for a certain amount of time (or die a certain amount of times) before it moves to the next starting point. The time is probably the difference in time between the two starting points.

So if you would always run into the first wall, you would always get the same starting points!

I think I'm going to experiment with this...

Just tested it out, and it does not work. (at least not on the Hexagon stage on the iOS version) O0

(Fail. Anyway, I've been looking for an excuse to use that smiley all day. Check out the code!)

Fussmatte


Dav999