Gamer125 / fofix

Automatically exported from code.google.com/p/fofix
0 stars 0 forks source link

Update scoring system with better cutoffs and values #942

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As discussed here:
http://www.fretsonfire.net/forums/viewtopic.php?f=32&t=41251

And illustrated here:
http://wiki.scorehero.com/CutoffFormulas

Apparently, Rock band awards 25 points a gem, and FoFiX awards 50...
perhaps not a bad thing to fix for RB-Scoring mode as well.

Original issue reported on code.google.com by lysdestic@gmail.com on 21 Aug 2009 at 10:31

GoogleCodeExporter commented 9 years ago
I've been working towards making pts/gem a variable you can set, as well as 
pts/beat
on sustains - that seems to be the way to go with this. Store scores in a 
manner that
keeps track of note-mults hit (ie score += (notes hits)*mult) as well as 
sustain time
(ie sustain time += (notes held)*(beats|time)) and then allow calculation as we 
go.
Seems doable.

Original comment by aked...@gmail.com on 31 Dec 2009 at 7:15