How do multipliers work in Temple Run?

In Temple Run, after the run, you see your current multiplier. Collecting objectives also gives you multipliers, but how do they work? When I get an objective that says multiplier 24x (or any other number), it doesn't feel like I get 24 times as many points. How does this work?


Solution 1:

Here is how to find out approximately what your score might be:

If you were to run a certain distance without getting any coins your score (S) would equal your distance (d) times your multiplier (m): S = m × d.

But when you add coins, your score is the multiplier times the distance times the amount of coins (c) divided by 1000: S = m × d × c / 1000.

(This may be off by 1000 points.)

Solution 2:

The closest thing to a correct answer I can see is what Ibkid says -
(distance + (coins * 5)) * multiplier = Final Score

However this seems to apply only if you never filled the coin meter. When you fill the coin meter, you get some bonus points for getting a coin part, these are 100 and 250 points for the first and second part respectively and 500 for each part afterwards, additionally, each time you get a coin part it seems you get another bonus 500 points. Tripping or dying and using ressurection empties the meter and resets the coin parts.

I've made some tests myself and I think the final formula is this:
(distance + (times filled meter * 500) + (coins * 5) + coin part bonuses) * multiplier = Final Score

For example, if I have a x25 multiplier, ran 1000 meters and collected 250 coins without tripping/ressurecting, I'll get (1000 + 2*500 + 250*5 + (100 + 250)) * 25 = 90,000 points

It seems that there are other factors which affect this score, I think coins collected by bonuses like with magnet or by collecting a mega coin have different values, because of the nature of these bonuses, it's hard for me to test the exact values.

Solution 3:

Multipliers are definitely increasing your score over time. Watch this video:

You'll see that at the beginning, the score you gain per second is something like 150 points. When the player gets to 7000 and then at 10000 points (and they're not collecting coins) you can watch the hundreds digit spin faster and faster as the multiplier climbs. I'm not 100% convinced that it's being honest about the multiplier's mathematical effect, but it's definitely making a difference.