ScoreHero Wiki : CutoffFormulas

ScoreHero :: Forums :: HomePage :: Categories :: UserIndex :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

Revision [30644]

This is an old revision of CutoffFormulas made by Deimos on 2008-10-13 16:03:48.

Cutoff Formulas


This page details the formulas/methods used in various games to determine which star rating to award a player.
Needs explanations of how to get base score for guitar/drums, perhaps that deserves its own page?

Guitar Hero


Stub

Guitar Hero 2/80s/3


Stub

Rock Band (original)


Guitar

Formula: avg_mult = score / base_score;
  • 1 star: avg_mult >= 0.21
  • 2 stars: avg_mult >= 0.46
  • 3 stars: avg_mult >= 0.77
  • 4 stars: avg_mult >= 1.85
  • 5 stars: avg_mult >= 3.08
  • gold stars: avg_mult >= 4.68

Bass

Formula: avg_mult = score / base_score;
  • 1 star: avg_mult >= 0.32
  • 2 stars: avg_mult >= 0.69
  • 3 stars: avg_mult >= 1.15
  • 4 stars: avg_mult >= 2.77
  • 5 stars: avg_mult >= 4.62
  • gold stars: avg_mult >= 7.02

Drums

Formula: avg_mult = score / base_score;
  • 1 star: avg_mult >= 0.21
  • 2 stars: avg_mult >= 0.46
  • 3 stars: avg_mult >= 0.77
  • 4 stars: avg_mult >= 1.85
  • 5 stars: avg_mult >= 3.08
  • gold stars: avg_mult >= 4.44

Vocals

Need to figure out a good way to write this formula
  • 1 star: avg_mult >= 0.21
  • 2 stars: avg_mult >= 0.46
  • 3 stars: avg_mult >= 0.77
  • 4 stars: avg_mult >= 1.85
  • 5 stars: avg_mult >= 3.08
  • gold stars: avg_mult >= 4.68

Rock Band (with cutoff patch)



Rock Band 2


There is one comment on this page. [Display comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0115 seconds