Thank you so much
![]() ![]() |
Thanks alot for this using aobs was getting quite annoying also your probably the most talented programmer on this site as far as i've seen. I'd like to know how you learnt javascript i'm currently doing a games tech course so i'm learning some languages ... slowly but i really want to learn javascript this summer edit - just noticed it now brings up the send score complete screen nice little touch for people that want to screenie it as proof, although tbh i just realised that may just be because of daily dare another note it doesn't randomise your score everytime you bring it up now which was really useful before and also even though destructo match is set to 2500 its bringing up a score of 1600. |
![]() ![]() |
just noticed it now brings up the send score complete screen nice little touch for people that want to screenie it as proof, although tbh i just realised that may just be because of daily dare |
![]() ![]() |
thanks for your words. it doesn't randomise your score everytime you bring it up nowit was intended and I probably will add a button to randomize the score. destructo match is set to 2500 its bringing up a score of 1600this is only possible in three situations: 1) if you uncomment line 48 (setting "store") at least once; 2) if you manually modify the static games list; 3) if the highscore is something between 1600 and 2500 (not the case). the setting "stored" (line 48) set to false ignores the static games list as priority. it now brings up the send score complete screenit is just because of daily dare you may also uncomment line 47 (setting "call_url") to prevent it from happening, but this will affect the avatar display window. |
![]() ![]() |
i actually like it tbh it means that i can take screen shots to use as proof if ever frozen, as i don't think any scoresender brings up or screenshots the score sent box (could be wrong). also could you quickly explain the calculation, for the score and time. i.e. is it ratio score * ratio time = ratio result * however much is needed to get to minimum score.
also thanks for the quick reply always |
![]() ![]() |
Here's a pseudo-code that explains how score and time are calculated.
max_score = usually highscore but can be any value greater than min_score
basically: ratio_score = (max_score - min_score) / mod_score
example:
min_score = 850
"381" : [850, 150, 37, 1] EDIT:
|
![]() ![]() |
thank you very much that explains it completely :D |

