Conquer Club

REDUNDANT : Conquer Club Map Rank

Archival storage to keep things organized and uncluttered. Can't find what you need? Search for old topics here.

Moderator: Tech Team

Forum rules
Please read the Community Guidelines before posting.

Re: Greasemonkey script : Conquer Club Map Rank

Postby tryagain on Mon Aug 11, 2008 9:31 pm

OK, sorted it out.

It seems to have been caused by the addition of a new map which I think is Iceland.

Uncheck the points and ranks box. Run a scan. That worked for me.
User avatar
Major tryagain
 
Posts: 27
Joined: Mon May 28, 2007 9:54 am
Location: Tier 2

Re: Greasemonkey script : Conquer Club Map Rank

Postby chipv on Tue Aug 12, 2008 3:14 am

BaldAdonis wrote:When a player's score is under -1000, he goes back to being called a New Recruit. I suppose this is just the way it's coded (if (games>5)&&(rank>x) then... else New Recruit). Since a player can't go lower than 1 in the scoring system, there's no way to say what he would actually be called. This is not really necessary to fix, I just thought it was funny to have it say "You need this many points to attain the rank of Cook".


This does need changing. I have put the same criteria on rank progression as the site does ... which is perhaps a little too much per map.
As you say, the one difference here is that you can get negative scores per map.

I think maybe just removes the games criterion as that makes it difficult per map.
User avatar
Major chipv
Head Tech
Head Tech
 
Posts: 2894
Joined: Mon Apr 28, 2008 5:30 pm

Re: Greasemonkey script : Conquer Club Map Rank

Postby BaldAdonis on Tue Aug 12, 2008 3:25 am

chipv wrote:I think maybe just removes the games criterion as that makes it difficult per map.
So essentially remove "New Recruit" as a rank? I suppose it doesn't matter, people can see if you've played fewer than 5 games on any setting.
User avatar
Captain BaldAdonis
 
Posts: 2334
Joined: Fri Aug 24, 2007 1:57 am
Location: Trapped in Pleasantville with Toby McGuire

Re: Greasemonkey script : Conquer Club Map Rank

Postby chipv on Tue Aug 12, 2008 3:27 am

BaldAdonis wrote:
chipv wrote:I think maybe just removes the games criterion as that makes it difficult per map.
So essentially remove "New Recruit" as a rank? I suppose it doesn't matter, people can see if you've played fewer than 5 games on any setting.


Yep plus removal of required games played. Just keep it on points.
User avatar
Major chipv
Head Tech
Head Tech
 
Posts: 2894
Joined: Mon Apr 28, 2008 5:30 pm

Re: Greasemonkey script : Conquer Club Map Rank

Postby firth4eva on Tue Aug 12, 2008 11:54 am

I got 16 unique defeats on iceland and I only played that map once. And I lost :(
User avatar
Captain firth4eva
 
Posts: 6188
Joined: Sat Mar 03, 2007 7:20 am

Re: Greasemonkey script : Conquer Club Map Rank

Postby chipv on Tue Aug 12, 2008 11:59 am

firth4eva wrote:I got 16 unique defeats on iceland and I only played that map once. And I lost :(


Full rescan will sort it out. Iceland has been inserted into the middle of the maplist so your saved data will be shifted.
User avatar
Major chipv
Head Tech
Head Tech
 
Posts: 2894
Joined: Mon Apr 28, 2008 5:30 pm

Re: Greasemonkey script : Conquer Club Map Rank

Postby chipv on Wed Aug 13, 2008 7:22 pm

1.5.6 has a first version of charts for Map Rank.

You will need a full rescan to see any of them if using the left menu.

You can see how your points have increased/decreased graphically over any period of time you choose.
You can also do this for each map.
Also you can see your highest and lowest scores over any period.

Hover over the numbers at the bottom of the chart to see what time the number represents.

Each point on the chart is a single point loss/gain. That means you will get several points for a win and one for a loss.

Now that I have ordered data by time, I can think about weighting next.
User avatar
Major chipv
Head Tech
Head Tech
 
Posts: 2894
Joined: Mon Apr 28, 2008 5:30 pm

Re: Greasemonkey script : Conquer Club Map Rank

Postby Night Strike on Wed Aug 13, 2008 7:43 pm

=D> =D> =D>

You are amazing.

I still think some things could be improved upon on the graph display, but it's definitely better than nothing. This update should have been 1.6.0 or 2.0.0 with this great addition.
Image
User avatar
Major Night Strike
 
Posts: 8512
Joined: Wed Apr 18, 2007 2:52 pm

Re: Greasemonkey script : Conquer Club Map Rank

Postby chipv on Wed Aug 13, 2008 7:48 pm

Night Strike wrote:=D> =D> =D>

You are amazing.

I still think some things could be improved upon on the graph display, but it's definitely better than nothing. This update should have been 1.6.0 or 2.0.0 with this great addition.


Yeah, it's a first pass only, the guts of it are done, so can ask people for ideas on making it look better.
There are a ton of stats possible with the time ordering now.
User avatar
Major chipv
Head Tech
Head Tech
 
Posts: 2894
Joined: Mon Apr 28, 2008 5:30 pm

Re: Greasemonkey script : Conquer Club Map Rank

Postby tryagain on Wed Aug 13, 2008 8:03 pm

These charts look like a superb extra feature. Quite a few people have been calling for something like this for a while. Thanks for the hard work.

I can get a clickable cursor but don't seem to be able to bring up the charts at present. Is there something obvious I have missed?
User avatar
Major tryagain
 
Posts: 27
Joined: Mon May 28, 2007 9:54 am
Location: Tier 2

Re: Greasemonkey script : Conquer Club Map Rank

Postby chipv on Wed Aug 13, 2008 8:08 pm

tryagain wrote:These charts look like a superb extra feature. Quite a few people have been calling for something like this for a while. Thanks for the hard work.

I can get a clickable cursor but don't seem to be able to bring up the charts at present. Is there something obvious I have missed?


Have you done a full rescan? (Toggle Rank and Points checkbox etc)
User avatar
Major chipv
Head Tech
Head Tech
 
Posts: 2894
Joined: Mon Apr 28, 2008 5:30 pm

Re: Greasemonkey script : Conquer Club Map Rank

Postby chipv on Thu Aug 14, 2008 4:54 am

Just wondering if the charts are not obvious to get to.
The first column is highlighted in yellow. Click on any of them to get a chart.

Image
Last edited by chipv on Fri Aug 15, 2008 2:57 pm, edited 1 time in total.
User avatar
Major chipv
Head Tech
Head Tech
 
Posts: 2894
Joined: Mon Apr 28, 2008 5:30 pm

Re: Greasemonkey script : Conquer Club Map Rank

Postby chipv on Thu Aug 14, 2008 4:31 pm

So 1.6.1 allows you to hover over each point to see the score.
There was a problem preventing charts after sorting the table but that is now fixed.
Cosmetic changes pretty obvious. When the left column of map rank goes yellow you can click for charts.
Last edited by chipv on Fri Aug 15, 2008 2:57 pm, edited 1 time in total.
User avatar
Major chipv
Head Tech
Head Tech
 
Posts: 2894
Joined: Mon Apr 28, 2008 5:30 pm

Re: Greasemonkey script : Conquer Club Map Rank

Postby chipv on Fri Aug 15, 2008 3:01 pm

1.6.2 basically cosmetic changes.
User avatar
Major chipv
Head Tech
Head Tech
 
Posts: 2894
Joined: Mon Apr 28, 2008 5:30 pm

Re: Greasemonkey script : Conquer Club Map Rank

Postby FATHARRY on Sat Aug 16, 2008 4:25 pm

Hey chip :-)

How easy is it to get maprank to generate average opponent's rating points?

See also my thread: viewtopic.php?f=6&t=59621

Any thoughts about implementation of what I have laid out in this thread?

Harry
User avatar
Major FATHARRY
 
Posts: 225
Joined: Wed Dec 06, 2006 12:17 pm
Location: Cape Town

Re: Greasemonkey script : Conquer Club Map Rank

Postby chipv on Sat Aug 16, 2008 4:57 pm

FATHARRY wrote:Hey chip :-)

How easy is it to get maprank to generate average opponent's rating points?

See also my thread: viewtopic.php?f=6&t=59621

Any thoughts about implementation of what I have laid out in this thread?

Harry


Just replying now...
User avatar
Major chipv
Head Tech
Head Tech
 
Posts: 2894
Joined: Mon Apr 28, 2008 5:30 pm

Re: Greasemonkey script : Conquer Club Map Rank

Postby jiminski on Sun Aug 17, 2008 11:43 am

hey Chip, would it be easy to add a Map territory count to the Game finder page?

Classic 42 etc.

It would be useful for Tournament organisers in choosing maps suited to different numbers of players. And the same for Clans, to help guide maps in Challenges.

Also, I can't speak for map makers, but it may help them identify gaps in types of maps.

cheers, jim
Image
User avatar
Major jiminski
 
Posts: 5422
Joined: Tue Feb 20, 2007 3:30 pm
Location: London

Re: Greasemonkey script : Conquer Club Map Rank

Postby chipv on Sun Aug 17, 2008 2:58 pm

jiminski wrote:hey Chip, would it be easy to add a Map territory count to the Game finder page?

Classic 42 etc.

It would be useful for Tournament organisers in choosing maps suited to different numbers of players. And the same for Clans, to help guide maps in Challenges.

Also, I can't speak for map makers, but it may help them identify gaps in types of maps.

cheers, jim


Yes it is possible but surely more suited to a site modification?
These numbers never change and are contained in reasonably fixed .xml files so
for data that is fixed, I think the site could provide it in the game finder.
The list would always need to be updated for new maps of course.

So, yes it would be very easy to put into a script, save away the data after the first read and poll for updates...
but easier perhaps to do from the site.
User avatar
Major chipv
Head Tech
Head Tech
 
Posts: 2894
Joined: Mon Apr 28, 2008 5:30 pm

Map Rank Bug?

Postby Big Whiskey on Sun Aug 17, 2008 6:34 pm

Is any1 having errors in there map rank?I am 13-0 on chinese checkers but it says i am 1-8...its the new one 1.62,i installed it yesterday.So,is any1 else having the same problem?
Image
General Big Whiskey
 
Posts: 1723
Joined: Sat Mar 24, 2007 8:27 pm
Location: Pennsylvania

Re: Greasemonkey script : Conquer Club Map Rank

Postby Night Strike on Sun Aug 17, 2008 8:30 pm

chipv wrote:Yes it is possible but surely more suited to a site modification?
These numbers never change and are contained in reasonably fixed .xml files so
for data that is fixed, I think the site could provide it in the game finder.
The list would always need to be updated for new maps of course.

So, yes it would be very easy to put into a script, save away the data after the first read and poll for updates...
but easier perhaps to do from the site.


However we all know that lack is much more likely to install something to the site if someone else can do the bulk of the coding first. (Just like how he waits for php to make some mods rather than doing them himself.)
Image
User avatar
Major Night Strike
 
Posts: 8512
Joined: Wed Apr 18, 2007 2:52 pm

Re: Greasemonkey script : Conquer Club Map Rank

Postby RedRover23B on Mon Aug 18, 2008 12:05 am

Chip,

Is it possible to have map rank show only the games played for a that day or a selected time period?

For example, you can change the player and the map but what about instead of it being for every game ever played allow an option for it to be only for the last 24 hours or only for games played on the 18th or games that have been played between the 10th and the 18th.

Would this be too much trouble to do? Very good job with the script by the way, it is very useful.
Corporal RedRover23B
 
Posts: 500
Joined: Wed Sep 05, 2007 6:59 pm

Re: Map Rank Bug?

Postby chipv on Mon Aug 18, 2008 4:33 am

Big Whiskey wrote:Is any1 having errors in there map rank?I am 13-0 on chinese checkers but it says i am 1-8...its the new one 1.62,i installed it yesterday.So,is any1 else having the same problem?


You need to do a full rescan because there are new maps in the maplist which push the saved map rank data out of alignment.

Uncheck Rank and Points checkbox. Run Map Rank
Check Rank and Points checkbox. Run Map Rank.

In future can you post in the Map Rank thread please.

viewtopic.php?f=59&t=53395

btw, congratulations!
User avatar
Major chipv
Head Tech
Head Tech
 
Posts: 2894
Joined: Mon Apr 28, 2008 5:30 pm

Re: Greasemonkey script : Conquer Club Map Rank

Postby chipv on Mon Aug 18, 2008 4:37 am

RedRover23B wrote:Chip,

Is it possible to have map rank show only the games played for a that day or a selected time period?

For example, you can change the player and the map but what about instead of it being for every game ever played allow an option for it to be only for the last 24 hours or only for games played on the 18th or games that have been played between the 10th and the 18th.

Would this be too much trouble to do? Very good job with the script by the way, it is very useful.


If you just want to look at points, then you can use the charts to do this.

Run Map Rank normally and then change the time period to look at in the chart window.
The numbers at the bottom of the page (From and To) determine the time period.
The real time is displayed just above, so yes, it is possible for points and more stats coming soon.
User avatar
Major chipv
Head Tech
Head Tech
 
Posts: 2894
Joined: Mon Apr 28, 2008 5:30 pm

Re: Greasemonkey script : Conquer Club Map Rank

Postby OliverFA on Mon Aug 18, 2008 6:05 pm

The new version is really amazing! It is the dream of any statistics lover ;)

A small change that I think would improve the graphics would be to calculate the lower value of the scale. Right now, it is always 0. The result is the the lines are only on the top part of the graph, and the lower part is not used.
User avatar
Private OliverFA
 
Posts: 2295
Joined: Wed Jul 09, 2008 4:30 am
Location: Somewhere in Spain

Re: Greasemonkey script : Conquer Club Map Rank

Postby chipv on Mon Aug 18, 2008 6:11 pm

OliverFA wrote:The new version is really amazing! It is the dream of any statistics lover ;)

A small change that I think would improve the graphics would be to calculate the lower value of the scale. Right now, it is always 0. The result is the the lines are only on the top part of the graph, and the lower part is not used.


Yeah, good call, I'll see what I can do, thanks for the feedback!
User avatar
Major chipv
Head Tech
Head Tech
 
Posts: 2894
Joined: Mon Apr 28, 2008 5:30 pm

PreviousNext

Return to Tool Archives

Who is online

Users browsing this forum: No registered users