Page 1 of 1
[Fixed] Timing flag doesn't trigger
Posted: Thu Oct 18, 2012 3:22 pm
by Izzy
When a player uses a judgement lower than 4 the timing modifier doesn't get added to the matchid's modifiers. We would like to be able to exclude "timing" scores from the highscores this way, but at the moment scores below judge 4 don't recieve a timing flag.
Re: Timing flag doesn't trigger
Posted: Thu Oct 18, 2012 3:27 pm
by houkouonchi
This is probably the #1 feature that needs to be added. The old SMOnline could read new values from the INI but otherwised used the following defaults:
jw.SetMarv(PREFSMAN->GetValueF("JudgeWindows", "Marvelous", 0.022500f, 1));
jw.SetPerfect(PREFSMAN->GetValueF("JudgeWindows", "Perfect", 0.045000f, 1));
jw.SetGreat(PREFSMAN->GetValueF("JudgeWindows", "Great", 0.090000f, 1));
jw.SetGood(PREFSMAN->GetValueF("JudgeWindows", "Good", 0.135000f, 1));
jw.SetBoo(PREFSMAN->GetValueF("JudgeWindows", "Boo", 0.180000f, 1));
so 22.5ms, 45ms, 90ms, 135ms, 180ms. for flawless/perfect/great/good/barely.
Re: Timing flag doesn't trigger
Posted: Fri Oct 19, 2012 9:20 am
by Izzy
Agreed, this should be priority number 1.
I don't know if there is already a column in the database for "timing" or if just gets added to a string in the modifiers column but I would like to see a way to not include these scores to the highscore lists and also not give them exp.
Then eventually I'd like to see a button next to the scores for moderators to flag as timing if the community decides it was not legit.
Re: Timing flag doesn't trigger
Posted: Fri Oct 19, 2012 9:47 am
by Angelo
Hm. I'm not sure if judge timings are sent in SMOP3...
Re: Timing flag doesn't trigger
Posted: Fri Oct 19, 2012 9:49 am
by houkouonchi
Re: Timing flag doesn't trigger
Posted: Fri Oct 19, 2012 9:51 am
by Angelo
What makes you so positive that it's in SMOP3?
Re: Timing flag doesn't trigger
Posted: Fri Oct 19, 2012 9:57 am
by houkouonchi
Re: Timing flag doesn't trigger
Posted: Fri Oct 19, 2012 9:59 am
by foxfire667
Re: Timing flag doesn't trigger
Posted: Fri Oct 19, 2012 10:01 am
by Angelo
SM4 was SMOP2.
I'll look into it...
Re: Timing flag doesn't trigger
Posted: Fri Oct 19, 2012 10:06 am
by Izzy
Re: Timing flag doesn't trigger
Posted: Fri Oct 19, 2012 11:58 am
by Cube