ScoreHero
Home | Forum | Wiki
Inbox [ Login ]Inbox [ Login ]
SearchSearch MemberlistMemberlist
ProfileProfile Log inLog in
5-star cutoff confirmed
Goto page Previous  1, 2, 3  Next
 
Post new topic   Reply to topic    ScoreHero Forum Index ->
View previous topic :: View next topic  
Author Message
RiskyChris  





Joined: 05 Feb 2006
Posts: 21

PostPosted: Fri Feb 17, 2006 4:59 am    Post subject: Reply with quote

All someone has to do is show me two pictures of scores A > B where A gives 4 stars and B gives 5.

Until then, I am unsatisfied.
_________________
Back to top
View user's profile Send private message
Hannibal222  





Joined: 05 Feb 2006
Posts: 15

PostPosted: Fri Feb 17, 2006 5:59 am    Post subject: Reply with quote

Same. These guys keeps saying it's about a complex formula, yet I have not seen a time where a higher score gets a lower rating.
Back to top
View user's profile Send private message
JCirri  





Joined: 04 Feb 2006
Posts: 4576

PostPosted: Fri Feb 17, 2006 6:07 am    Post subject: Reply with quote

RiskyChris wrote:
All someone has to do is show me two pictures of scores A > B where A gives 4 stars and B gives 5.

Until then, I am unsatisfied.

Agreed.

I also just sent the following email to Harmonix in hopes of a response:

Quote:
Harmonix Development Team:

I am the developer of scorehero.com, a site dedicated to tracking and ranking players' scores. The site is only 3 weeks old and we've already got several hundred users.

First, I'd like to thank the developers for such a wonderful game. Excellent job!

I've got one question. There is much debate as to how the 3-star to 5-star ratings are calculated. I've done much testing myself and all my results lead me to strongly believe that the score value determines the ratings. Meaning that there are ranges of scores that correspond to each rating, and that the ranges vary from song to song.

On behalf of myself and the users of my site, and as avid fans of the game, we would greatly appreciate it if you could respond to confirm or reject this theory regarding the game's rating system. As I'm continuing to develop the site, my future planning depends on this.

Thanks again and I look forward to your response.

Sincerely,

_________________
Back to top
View user's profile Wiki User Page Send private message Visit poster's website XBL Gamertag: JCirri821 Wii Friend Code: 1455611809021899
OtherBill  





Joined: 12 Feb 2006
Posts: 65

PostPosted: Fri Feb 17, 2006 3:36 pm    Post subject: Reply with quote

Good luck with that, JCirri. If they give you a straight answer that we're able to verify independently, then more power to you.
_________________
Back to top
View user's profile Send private message
Matt  





Joined: 04 Feb 2006
Posts: 3780
Location: Bethel, Vermont

PostPosted: Fri Feb 17, 2006 4:24 pm    Post subject: Reply with quote

As a programmer myself, I can vouche for the fact that just about all programmers are lazy. Which means the simplest way to determine the stars is also the most likely.
Back to top
View user's profile Send private message
RiskyChris  





Joined: 05 Feb 2006
Posts: 21

PostPosted: Fri Feb 17, 2006 4:54 pm    Post subject: Reply with quote

Matt wrote:
As a programmer myself, I can vouche for the fact that just about all programmers are lazy. Which means the simplest way to determine the stars is also the most likely.


A programmer probably didn't make the decision as to what meant 5 stars. A developer could.

The difficulty in writing numStars = [insert complex math here] and if(score>X) numStars = 5; are nearly identical.
_________________
Back to top
View user's profile Send private message
Hannibal222  





Joined: 05 Feb 2006
Posts: 15

PostPosted: Fri Feb 17, 2006 9:53 pm    Post subject: Reply with quote

Except that the programmer would have to write the complex math. That's...more difficult, especially since they have to do it to every song.
Back to top
View user's profile Send private message
RiskyChris  





Joined: 05 Feb 2006
Posts: 21

PostPosted: Fri Feb 17, 2006 10:54 pm    Post subject: Reply with quote

Hannibal222 wrote:
Except that the programmer would have to write the complex math. That's...more difficult, especially since they have to do it to every song.


Complex math is more difficult? Seriously it's the differece between writing:

if(score>song.5starScore) stars = 5;

and

if(streak>sqrt(song.numNotes + song.holdLength) && time4xMult > sqrt(song.length + 10)) stars = 5;

And you do it ONCE. The programmer doesn't have to repeat the same formula for every song.
_________________
Back to top
View user's profile Send private message
OtherBill  





Joined: 12 Feb 2006
Posts: 65

PostPosted: Fri Feb 17, 2006 11:04 pm    Post subject: Reply with quote

Matt wrote:
As a programmer myself, I can vouche for the fact that just about all programmers are lazy. Which means the simplest way to determine the stars is also the most likely.


Occam's Razor: the simplest solution is usually correct.

(And programmers aren't lazy, they're just efficient.)
_________________
Back to top
View user's profile Send private message
Hannibal222  





Joined: 05 Feb 2006
Posts: 15

PostPosted: Fri Feb 17, 2006 11:50 pm    Post subject: Reply with quote

RiskyChris wrote:


Complex math is more difficult? Seriously it's the differece between writing:

if(score>song.5starScore) stars = 5;

and

if(streak>sqrt(song.numNotes + song.holdLength) && time4xMult > sqrt(song.length + 10)) stars = 5;

And you do it ONCE. The programmer doesn't have to repeat the same formula for every song.


That doesn't take sliding into account.
Back to top
View user's profile Send private message
OtherBill  





Joined: 12 Feb 2006
Posts: 65

PostPosted: Sat Feb 18, 2006 2:45 am    Post subject: Reply with quote

What's "sliding"?
_________________
Back to top
View user's profile Send private message
fatespeaks  





Joined: 25 Mar 2006
Posts: 41
Location: Indianapolis, IN

PostPosted: Sat Mar 25, 2006 9:39 pm    Post subject: Reply with quote

cinder wrote:
okay, I'll say it here as well. Score and percent have nothing to do with stars, it's ALL ABOUT STREAKS.

I'm not joking here, everyone's trying to find cutoffs that don't exist. The game analyzes how much time you stay at x4 or x8. That's it.

Thanks.

Ok, if that is true, then "star power" is taken out of the "star rating" equation. Not that I think anyone should waste any time on Cinders objections here, but the way to disprove that is to run through using all star power to barely pass the cut-off. End of story. BTW, I may be imagining things, but I get higher scores when I use the tremolo bar throughout a song. In the immortal words of Neil Peart, “Show me don’t tell me.”

Peace all,
fatespeaks
Back to top
View user's profile Send private message
Matt  





Joined: 04 Feb 2006
Posts: 3780
Location: Bethel, Vermont

PostPosted: Sat Mar 25, 2006 10:43 pm    Post subject: Reply with quote

All proof so far has pointed to a simple score-based cutoff and not a fancy formula based cutoff. People keep submitting proof of score-based cutoffs, while people he say otherwise have shown no proof whatsoever. How bout that.
Back to top
View user's profile Send private message
SlasherManEXE  





Joined: 04 Jan 2008
Posts: 2634
Location: NY

PostPosted: Tue Apr 01, 2014 5:08 am    Post subject: Reply with quote

wtf these pics dont even exist ban this liar

also hi freebird
_________________


Back to top
View user's profile Send private message XBL Gamertag: SlasherManEXE
UndeadFil13QC  





Joined: 12 Nov 2007
Posts: 3386
Location: Montreal, QC, Canada

PostPosted: Tue Apr 01, 2014 6:02 am    Post subject: Reply with quote

slahser pls
_________________

ULTIMATE GOAL: FC Im The One on GH: Van Halen Expert Guitar
Solo 2A FC Count: 39 (Best runs: many -1s, three outro chokes and two 100% overstrums!)

Side goals: GH Expert Vocals Full Series FC [4/8] | Rock Band Expert Bass Full Series FC [8/9] | COVID Vaccine & Booster 100% FC [4/4]


47|64|30|70|41|86|49|48|85|46|93|42 (10|65|10)
Full Series Total: 701/702 (786/787)
Back to top
View user's profile Wiki User Page Send private message Send e-mail Wii Friend Code: 3977978993176180
Display posts from previous:   
Post new topic   Reply to topic    ScoreHero Forum Index -> All times are GMT
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Copyright © 2006-2024 ScoreHero, LLC
Terms of Use | Privacy Policy


Powered by phpBB