<< Back to Warzone Classic Forum   Search

Posts 441 - 460 of 846   <<Prev   1  2  3  ...  12  ...  22  23  24  ...  33  ...  42  43  Next >>   
Muli's userscript (Tidy up Your Dashboard): 7/7/2016 10:59:16


Muli 
Level 64
Report
Hello !

I'm happy to announce a new feature I really like in Version 1.13.2 :)



Advanced Tournament Overview

On your tournament overview you can now find a button called "Update data". clicking it will display some additional information about the tournament, to help you monitor your games.
You can see the following information
  • Games your are currently playing
  • Games you have won
  • Games you have lost
  • Number of additional games you will have to play
  • Estimation of the overall tournament progress


If you loaded the additional tournament data once, it will automatically be displayed if you visit the tournament overview again.
To prevent loads of uneccesary networks calls the data never automatically updates itself. Yet you can still manually update it any time you want. If you view a tournament, the additional information for that tournament will automatically be updated.



Edited 7/7/2016 11:02:18
Muli's userscript (Tidy up Your Dashboard): 7/7/2016 11:49:01


timon92 
Level 62
Report
Cool update!

The displayed numbers seem to be wrong though.



In promotion/relegation league it says "progress: 75%" however all games but one are finished.

In WSOW 10A it says "games left: 0-4", but if you look at the tournament https://www.warlight.net/MultiPlayer/Tournament?ID=16790 you can see that it should be 0-2.

Feldmere is wrong too, "games left: 2-5" is clearly wrong - I'm already guaranteed to play in the final so it should be 1-2.

Other games-left-numbers are incorrect too.
Muli's userscript (Tidy up Your Dashboard): 7/7/2016 12:50:23


Muli 
Level 64
Report
@timon92

Thanks for your feedback. The progress (75%) was indeed calculated incorrectly, I just fixed and published a new version for it. It should now state "Almost done" since no new games will be created.

The problem with the others numbers is, that they are from double elimination tournaments. These correctly just consider the best way (win all) and the worst way (lose first, then win all) for the games left, since I couldn't find a good way to reconstruct the tournament (for example how many games it took until someone dropped to the losers-bracket).

But that's what I'm planning to do!

Edited 7/7/2016 12:53:28
Muli's userscript (Tidy up Your Dashboard): 7/7/2016 14:49:24


DanWL 
Level 63
Report
Nice update!
Muli's userscript (Tidy up Your Dashboard): 7/7/2016 15:08:34


KKND
Level 60
Report
Great update
Muli's userscript (Tidy up Your Dashboard): 7/8/2016 08:53:08

Mike
Level 59
Report
This button instead of always automatically update and display the information is to prevent our browsing on WL to be slowed right ? If so this is brilliant and if you found a mechanism for this then such a mechanism could be implemtented by Fizzer regarding "common games" with a button to show for this requested player which games were played as teammates or opponents, am I wrong ? I say Fizzer because you said you couldn't access this information yourself.

Games left : "none" could be replaced by "eliminated" maybe ?

Couldnt you also improve past tournaments ?
- Id like the link displayed at the top, the same way past games is (and create a tourney too to stay consistent).
- I would like tournaments I've declined seperated from past tournaments in a new link, with past tournaments only the ones i've played.
- And your button could be useful there to show some stats and the final position (in RR) or stage (semi's, final's...) in brackets tourneys.

Ps : I just realised we can filter to tournaments I have not declined. Not sure of the point to show tourneys players have declined but anyway, my 2nd suggestion is less important (actually useless for me).

Ah another one :
- Add a filter "show tourneys that I have not declined and that have finished".

Edited 7/8/2016 10:00:16
Muli's userscript (Tidy up Your Dashboard): 7/9/2016 20:56:40


(ง︡'-'︠)ง let's fight!! 
Level 62
Report
very cool. But is it right that at an single elimination tourney you have 50% done when the first round is over? Equal, if you have 2 or 10 rounds.

If so its not very lucky in my mind :/
Muli's userscript (Tidy up Your Dashboard): 7/9/2016 21:58:19


buddyboyb1
Level 56
Report
@lets fight, yes after the first round 50% of the players are out of the tournament.
Muli's userscript (Tidy up Your Dashboard): 7/9/2016 22:18:27


Muli 
Level 64
Report
@Mike Thanks for your feedback & your suggestions

Yes, the buttons is there to reduce the the number of network requests, since it's not necessary to update the data every time time you visit the tournament overview.

Always replacing "none" with "eliminated" would not be correct, for example in Robin Round tournaments.

I currently don't see a way for me to add filter for tournaments, since they are (in comparison to games) loaded site-wise and not all at once.

@(ง︡'-'︠)ง let's fight!!

Yes, as buddyboyb1 mentioned that's the way it should work now. The system currently just calculates the progress by checking how many games are still missing.
Muli's userscript (Tidy up Your Dashboard): 7/10/2016 12:03:53


(ง︡'-'︠)ง let's fight!! 
Level 62
Report
Just a suggestion:

In my mind it should be like this. if the 1 round of 4 is done, then you have 25% done.
because the first 50% are so fast over which gives a wrong picture of the progress. The more progress a Tourney has the more the progressrate slows down and drags out. Which gives a feeling of the tourney never ends. Somehow an unlucky formula ...

Isnt it actually your goal to give a statement to how long a tournament will last?
(because your current first "50%" run at the same time --> So is the tourney over after the 2nd Round? .... No, it isn't.)

What about the following? Which is more ... maybe we can call it, a "time-progress".

(A/8)*0,25+(B/4)*0,25+(C/2)*0,25+(D/1)*0,25

A=amount of games in 1st Round done
B=amount of games in 2nd Round done
C= etc. pp

This is Only an example for 4round Single elimination, but ...

if you change 8,4,2,1 to 2^(n-1),2^(n-2), ...
you can implement the number of rounds each SingleEliminationTourney has (n), what should be given anyway.

also instead of 0,25 here, 1/n


for Round Robin the current formula is great, because every round has the same amount of games


For double elimination... is a bit trickier, but if you like the idea of "time-progress" and plan to implement it, i can help to find a solution.

Edited 7/10/2016 12:36:02
Muli's userscript (Tidy up Your Dashboard): 7/10/2016 12:47:08


ps 
Level 61
Report
great update Muli!
Muli's userscript (Tidy up Your Dashboard): 7/10/2016 12:52:49


Muli 
Level 64
Report
@ps Thanks :)

@(ง︡'-'︠)ง let's fight!!
Yeah sooner or later I'd like to switch to a sort of "time-progress". So far I just added the "games-progress" since it was the easiest to implement.

Edited 7/10/2016 12:57:06
Muli's userscript (Tidy up Your Dashboard): 7/12/2016 21:39:43


Muli 
Level 64
Report
Hello !

The userscript just got updated to version 1.13.5.

Instead of the CLOTs table you will now find a table displaying currently active leagues.



The leagues are being managed by ps (https://www.warlight.net/Profile?p=486201411).
Contact him if you think the table is out of date. (Thanks @ps for managing it!)

Edited 7/12/2016 22:08:32
Muli's userscript (Tidy up Your Dashboard): 7/12/2016 21:54:31


ps 
Level 61
Report
hooray
Muli's userscript (Tidy up Your Dashboard): 7/12/2016 22:07:05

huddyj 
Level 63
Report
Nice update! I think the Small Earth P/R League should also be included, with about 80 active players.
Muli's userscript (Tidy up Your Dashboard): 7/12/2016 22:21:12


ps 
Level 61
Report
huddyj: added, thanks.
Muli's userscript (Tidy up Your Dashboard): 7/12/2016 22:53:26


Buns157 
Level 68
Report
Only a slight error but you have called one league 'World series of warlight 4' when its actually in its 3rd season.
Muli's userscript (Tidy up Your Dashboard): 7/12/2016 23:21:49


Zephyrum
Level 60
Report
There's definetely a lot more than 30 players in RPCL2. CORP's roster alone has 10.

I'd say give or take 75.

Edited 7/12/2016 23:22:06
Muli's userscript (Tidy up Your Dashboard): 7/12/2016 23:34:28


Onoma94
Level 61
Report
86. Counted. :P
Muli's userscript (Tidy up Your Dashboard): 7/13/2016 00:25:54


Zephyrum
Level 60
Report
Thanks Onoma <3 I was more or less right. Seems it'll be around 100 next season since we have at least one interested clan for joining though ^_^
Posts 441 - 460 of 846   <<Prev   1  2  3  ...  12  ...  22  23  24  ...  33  ...  42  43  Next >>