Page 1 of 8

Re: NEW Conquer Club Tournament Stats

PostPosted: Tue May 19, 2009 8:38 pm
by Silver-
Is there a way to have the number of turn a game last.

it will help tournament where points are assigned based on the number of round (ex. NHL 08-09).

I think this may required change to the API first.


Thanks.

Re: NEW Conquer Club Tournament Stats

PostPosted: Tue May 19, 2009 8:52 pm
by lancehoch
Silver- wrote:Is there a way to have the number of turn a game last.

it will help tournament where points are assigned based on the number of round (ex. NHL 08-09).

I think this may required change to the API first.


Thanks.

That is actually now on the game finder page.

Re: NEW Conquer Club Tournament Stats

PostPosted: Wed May 20, 2009 6:32 am
by chipv
Not a new version (click on Latest Version Installed to get this new mini-update) but
you can sort the results table as well now. Map Names added.

Re: NEW Conquer Club Tournament Stats

PostPosted: Wed May 20, 2009 3:46 pm
by Qwert
very good :) .
Now i must say that i notice that you in summary have-Wins-Active,but i think that its good to add -lost.
--------------------------------
Player-----Games-----Wins-----Lost-----Active
----------------------------------------------------
these can be improvment ;)

Re: NEW Conquer Club Tournament Stats

PostPosted: Wed May 20, 2009 6:37 pm
by Silver-
lancehoch wrote:
Silver- wrote:Is there a way to have the number of turn a game last.

it will help tournament where points are assigned based on the number of round (ex. NHL 08-09).

I think this may required change to the API first.


Thanks.

That is actually now on the game finder page.


Not sure I am following.

I would like to have this information available in the script.

this way we can report an extra column with the number of game lost in OT or Tie.
When you do a sport league, the number of turn is used to decide OT lost or tie game.

We may need a way to pass the information to the script (probably add a capture box beside the tour stat command.

I am starting to modify the script to create a version more oriented toward sport league.

This is my first time programming grassmonkey script.
I am normaly doing C for micro-controller.

Where I should ask for grassmonkey support (user interface modification)?

Re: NEW Conquer Club Tournament Stats

PostPosted: Wed May 20, 2009 6:50 pm
by chipv
Sorry I didn't respond, but I asked for Round Number to be included in the API and the answer was yes so stay tuned.

Re: NEW Conquer Club Tournament Stats

PostPosted: Wed May 20, 2009 7:21 pm
by chipv
qwert wrote:very good :) .
Now i must say that i notice that you in summary have-Wins-Active,but i think that its good to add -lost.
--------------------------------
Player-----Games-----Wins-----Lost-----Active
----------------------------------------------------
these can be improvment ;)


Done. Click on Latest Version Installed to get this mini-update.

To be clear, Lost means the game has ended in a loss. (You can still win a game if eliminated for example in a team game).
Lost does not mean you have been eliminated in an active game, I can do this also.

Re: NEW Conquer Club Tournament Stats

PostPosted: Wed May 20, 2009 7:24 pm
by Kotaro
I just tested this out. Very nice. But goddamnit, I tested it using my own tournament ;_; 1-8 :(

Re: NEW Conquer Club Tournament Stats

PostPosted: Wed May 20, 2009 7:52 pm
by chipv
Version 1.0.5 available with lots of smallish changes:

Added Losses and Eliminated columns to Summary Tab.

So we have the full equation

Games = Wins + Losses + Active + Eliminated

All columns in both Summary and Results Tabs sortable by clicking light blue column headers. Click again to reverse sort.
Maps added to Results Tab.

Re: NEW Conquer Club Tournament Stats

PostPosted: Wed May 20, 2009 7:56 pm
by Silver-
chipv wrote:Sorry I didn't respond, but I asked for Round Number to be included in the API and the answer was yes so stay tuned.


thanks.

is there a way with the script to add a capture box to get an entry on the page?

Re: NEW Conquer Club Tournament Stats

PostPosted: Thu May 21, 2009 2:41 pm
by Qwert
hie,me again(i know im boring)
I see another thing who can improve tournament statistic
In results you have list of losers(in games when you have more then 2 players).
It will be good if you can create that you know scedule of eliminated players.
Example
___________________________________________________________
Game--------Map----------Winner-------------------------Losers
000001-----Classic----------Chipv-----------------Qwert(1),Natewolfman(2),Lackattack(3)
--------------------------------------------------------------------------------------------------------
Numbers present who whas eliminate first,second and last.
Ofcourse if these possible to create,it will be good for Leagues and all other tournaments where you give points for possition in game.

Re: NEW Conquer Club Tournament Stats

PostPosted: Thu May 21, 2009 4:17 pm
by chipv
Silver- wrote:
chipv wrote:Sorry I didn't respond, but I asked for Round Number to be included in the API and the answer was yes so stay tuned.


thanks.

is there a way with the script to add a capture box to get an entry on the page?


I'm not sure what you mean - please explain a bit more, sounds interesting.

Re: NEW Conquer Club Tournament Stats

PostPosted: Thu May 21, 2009 6:40 pm
by chipv
qwert wrote:hie,me again(i know im boring)
I see another thing who can improve tournament statistic
In results you have list of losers(in games when you have more then 2 players).
It will be good if you can create that you know scedule of eliminated players.
Example
___________________________________________________________
Game--------Map----------Winner-------------------------Losers
000001-----Classic----------Chipv-----------------Qwert(1),Natewolfman(2),Lackattack(3)
--------------------------------------------------------------------------------------------------------
Numbers present who whas eliminate first,second and last.
Ofcourse if these possible to create,it will be good for Leagues and all other tournaments where you give points for possition in game.


Ok click on Latest Version Installed for this mini-update.

Losers on Results Tab are now always in eliminated order (first eliminated then next...)
so I have not put numbers in as the order is always the same.

Re: NEW Conquer Club Tournament Stats

PostPosted: Thu May 21, 2009 9:57 pm
by Silver-
chipv wrote:
Silver- wrote:
chipv wrote:Sorry I didn't respond, but I asked for Round Number to be included in the API and the answer was yes so stay tuned.


thanks.

is there a way with the script to add a capture box to get an entry on the page?


I'm not sure what you mean - please explain a bit more, sounds interesting.


If for example we need to configure or select the number of round to be used to decide between a lost and OT lost (sport league).

May be some of the code from the "Map Rank GL" can give me an example (done in the left menu bar).

Re: NEW Conquer Club Tournament Stats

PostPosted: Fri May 22, 2009 1:33 am
by chipv
Silver- wrote:
chipv wrote:
Silver- wrote:
chipv wrote:Sorry I didn't respond, but I asked for Round Number to be included in the API and the answer was yes so stay tuned.


thanks.

is there a way with the script to add a capture box to get an entry on the page?


I'm not sure what you mean - please explain a bit more, sounds interesting.


If for example we need to configure or select the number of round to be used to decide between a lost and OT lost (sport league).

May be some of the code from the "Map Rank GL" can give me an example (done in the left menu bar).


Can you give an example using a specific tournament please, it is still not clear.

You can already get results from any round by clicking on any of the Label links at the top of the table.
You can also enter text in the Game Label textbox on the Game Finder and you will get results from all
rounds containing that text in the round name. (I am assuming by round you mean game label).

Re: NEW Conquer Club Tournament Stats

PostPosted: Fri May 22, 2009 10:02 am
by Boss_oss_ss
Is there a way you can get it to search for a specific player.
For my Tournament "Tournament X" (Clicky) I have at the moment 452 games, and want to look at only a specific players stats for the tournament.

As it tells me who won what game ect. I have removed all the colours for the spreadsheet i made to show the Game numbers only!

Thanks

Boss

Re: NEW Conquer Club Tournament Stats

PostPosted: Fri May 22, 2009 10:31 am
by lancehoch
I think that might be easier to do in Map Rank.

Re: NEW Conquer Club Tournament Stats

PostPosted: Fri May 22, 2009 11:34 am
by Boss_oss_ss
lancehoch wrote:I think that might be easier to do in Map Rank.

I tried that and it came up with NAN

Re: NEW Conquer Club Tournament Stats

PostPosted: Fri May 22, 2009 11:53 am
by lancehoch
Boss_oss_ss wrote:
lancehoch wrote:I think that might be easier to do in Map Rank.

I tried that and it came up with NAN

It might have something to do with the quotation characters in the name of the tournament. What happens if you try another tournament?

Re: NEW Conquer Club Tournament Stats

PostPosted: Fri May 22, 2009 1:52 pm
by Boss_oss_ss
lancehoch wrote:
Boss_oss_ss wrote:
lancehoch wrote:I think that might be easier to do in Map Rank.

I tried that and it came up with NAN

It might have something to do with the quotation characters in the name of the tournament. What happens if you try another tournament?

Probably is, it works for my other tournies

Boss

Re: NEW Conquer Club Tournament Stats

PostPosted: Fri May 22, 2009 8:29 pm
by ppgangster
Looks interesting, will try it for sure!

Re: NEW Conquer Club Tournament Stats

PostPosted: Sat May 23, 2009 2:11 am
by chipv
Boss_oss_ss wrote:
lancehoch wrote:I think that might be easier to do in Map Rank.

I tried that and it came up with NAN


Map Rank GL is due a rewrite to use the new API so this will be fixed for that version.

Re: NEW Conquer Club Tournament Stats

PostPosted: Sat May 23, 2009 7:35 am
by Qwert
by Silver-
If for example we need to configure or select the number of round to be used to decide between a lost and OT lost (sport league).

May be some of the code from the "Map Rank GL" can give me an example (done in the left menu bar).

I think that i understand what he want,
------------------------------------
results
Game number-----map-----winner-----losser-----rounds played
-----------------------------------------------------------------------------------

Re: NEW Conquer Club Tournament Stats

PostPosted: Sat May 23, 2009 10:52 pm
by Silver-
qwert wrote:
by Silver-
If for example we need to configure or select the number of round to be used to decide between a lost and OT lost (sport league).

May be some of the code from the "Map Rank GL" can give me an example (done in the left menu bar).

I think that i understand what he want,
------------------------------------
results
Game number-----map-----winner-----losser-----rounds played
-----------------------------------------------------------------------------------


Yes, this will work.

I can copy the result in Excel to generate the standing based on the game result.

Another nice option will be the posibility to export the result in a CVS file.

Re: NEW Conquer Club Tournament Stats

PostPosted: Sat May 23, 2009 11:11 pm
by JoJo123
Love it! Love it! Love it! Thanks so much for adding this on. I'm floored at the amount of time I will save. Now I can make more tournaments! :lol: