ConquerStats - Ingame analysis

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.
User avatar
The Fuzzy Pengui
Posts: 2271
Joined: Mon Nov 27, 2006 6:52 pm
Gender: Male
Location: Ohio

Re: ConquerStats - shows several ingame statistics

Post by The Fuzzy Pengui »

Optimus Prime wrote:I've installed them both, but.... the Score Chart isn't working. It says "Loading chart..." and then finishes, but nothing is displayed. :(

I'm getting the same thing. :cry:

Using:
  • FF3
  • Greasemonkey
  • BoB
  • Games Filter
  • Map Rank GL
  • Conquerstats
  • Conquerstates Score Chart
(in case that helps determine the problem)
Gilligan wrote:I'M SO GOOD AT THIS GAME
My stepmom locked the bathroom door
So I opened the lock with my shoelace
User avatar
Herakilla
Posts: 4283
Joined: Fri Jun 09, 2006 8:33 pm
Location: Wandering the world, spreading Conquerism

Re: ConquerStats - shows several ingame statistics

Post by Herakilla »

ya make a new thread for the scorechart you are going to be loved by hundreds of people for that one :D

and when i use the scorechart on myself it doesnt work, says its loading then no image appears. yet when i use it on twill it works just fine. i assume it might have something to do with the number of games played? twill has less than half of any me, optimus, or fuzzy
Come join us in Live Chat!
cspare
Posts: 101
Joined: Sun Apr 08, 2007 12:56 pm

Re: ConquerStats - shows several ingame statistics

Post by cspare »

A quick update: I fixed the problem where the chart didn't show for some people; It didn't work for people who had played more than 1000 games. As a consequence of the fix the charts now have a bit less precision and the last data point in the chart is not 100% correct. I'll fix that later.
Download at: http://userscripts.org/scripts/source/34706.user.js

Oh and I'll have a look at the suggestions people made for the script later this week.
User avatar
hecter
Posts: 14632
Joined: Tue Jan 09, 2007 6:27 pm
Gender: Female
Location: Tying somebody up on the third floor
Contact:

Re: ConquerStats - shows several ingame statistics

Post by hecter »

Making it AJAX compatible would be nice...

Sorry if it's been posted, didn't read the thread :oops:
In heaven... Everything is fine, in heaven... Everything is fine, in heaven... Everything is fine... You got your things, and I've got mine.
Image
User avatar
Optimus Prime
Posts: 9665
Joined: Mon Mar 12, 2007 9:33 pm
Gender: Male

Re: ConquerStats - shows several ingame statistics

Post by Optimus Prime »

Now I can see it, but it's pretty far off on my "high" across the graph, it's saying my high was 1616, but it should be 1856.

Anyways, I'm gonna guess that is something you plan on fixing given your last post, so no worries. :)
lancehoch
Posts: 4183
Joined: Wed Dec 05, 2007 4:13 pm

Re: ConquerStats - shows several ingame statistics

Post by lancehoch »

Could some of the problems with high scores and the graphs be from the missing game logs?
User avatar
yeti_c
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am
Gender: Male

Re: ConquerStats - shows several ingame statistics

Post by yeti_c »

hecter wrote:Making it AJAX compatible would be nice...

Sorry if it's been posted, didn't read the thread :oops:


Er - it IS AJAX compatible... it uses AJAX to retrieve the data to then show you the graph...

I think perhaps that you mean something else?

C.
Image
Highest score : 2297
User avatar
hecter
Posts: 14632
Joined: Tue Jan 09, 2007 6:27 pm
Gender: Female
Location: Tying somebody up on the third floor
Contact:

Re: ConquerStats - shows several ingame statistics

Post by hecter »

yeti_c wrote:
hecter wrote:Making it AJAX compatible would be nice...

Sorry if it's been posted, didn't read the thread :oops:


Er - it IS AJAX compatible... it uses AJAX to retrieve the data to then show you the graph...

I think perhaps that you mean something else?

C.

I was playing a speed game and the chart didn't update unless I refreshed my page...
In heaven... Everything is fine, in heaven... Everything is fine, in heaven... Everything is fine... You got your things, and I've got mine.
Image
User avatar
yeti_c
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am
Gender: Male

Re: ConquerStats - shows several ingame statistics

Post by yeti_c »

hecter wrote:
yeti_c wrote:
hecter wrote:Making it AJAX compatible would be nice...

Sorry if it's been posted, didn't read the thread :oops:


Er - it IS AJAX compatible... it uses AJAX to retrieve the data to then show you the graph...

I think perhaps that you mean something else?

C.

I was playing a speed game and the chart didn't update unless I refreshed my page...


Did you

a) Complete a speed game in a different tab?

If so - then there is no ajax event generated by such an evernt - the script would have to constantly poll the XML file to see if the number of games had changed

b) mean you completed a game - then went to check your graph and it didn't update itself?

In this case then perhaps either
i) the XML that Lack generates gets cached. (Hence the refresh fixing it - this is highly possible - cspare - check BOB coding for a way to force an uncached version of XML)
ii) the update for the graph needs to check the XML for games numbers changing a bit more stringently.

C.
Image
Highest score : 2297
User avatar
hecter
Posts: 14632
Joined: Tue Jan 09, 2007 6:27 pm
Gender: Female
Location: Tying somebody up on the third floor
Contact:

Re: ConquerStats - shows several ingame statistics

Post by hecter »

I was playing a speed game in a tab that stayed on that speed game, it never changed. The speed game started and ended on that tab and the chart didn't update once.
In heaven... Everything is fine, in heaven... Everything is fine, in heaven... Everything is fine... You got your things, and I've got mine.
Image
User avatar
yeti_c
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am
Gender: Male

Re: ConquerStats - shows several ingame statistics

Post by yeti_c »

hecter wrote:I was playing a speed game in a tab that stayed on that speed game, it never changed. The speed game started and ended on that tab and the chart didn't update once.


It wouldn't do - as it has no knowledge that you have finished that speed game.

C.
Image
Highest score : 2297
User avatar
killmanic
Posts: 1847
Joined: Wed Jan 23, 2008 6:49 pm
Location: Waterloo

Re: ConquerStats - shows several ingame statistics

Post by killmanic »

it says my low is 1020 (which cant be everyone starts at 1000) and my high is 2749 when my true high is over 300 points more
Image
cspare
Posts: 101
Joined: Sun Apr 08, 2007 12:56 pm

Re: ConquerStats - shows several ingame statistics

Post by cspare »

yeti_c wrote:
hecter wrote:I was playing a speed game in a tab that stayed on that speed game, it never changed. The speed game started and ended on that tab and the chart didn't update once.


It wouldn't do - as it has no knowledge that you have finished that speed game.

C.


Hmm I was thinking to inject a function into the CC ajax part, which would allow me to auto update the ingame stats. I haven't tried it yet, but that should be possible, right?
It wouldn't really make sense to implement it for the score charts though:)

Anyways, I'll give it a try later this week.
User avatar
yeti_c
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am
Gender: Male

Re: ConquerStats - shows several ingame statistics

Post by yeti_c »

cspare wrote:
yeti_c wrote:
hecter wrote:I was playing a speed game in a tab that stayed on that speed game, it never changed. The speed game started and ended on that tab and the chart didn't update once.


It wouldn't do - as it has no knowledge that you have finished that speed game.

C.


Hmm I was thinking to inject a function into the CC ajax part, which would allow me to auto update the ingame stats. I haven't tried it yet, but that should be possible, right?
It wouldn't really make sense to implement it for the score charts though:)

Anyways, I'll give it a try later this week.


Yeah - should definitely be done for the score stats... but not the charts.

C.
Image
Highest score : 2297
User avatar
hecter
Posts: 14632
Joined: Tue Jan 09, 2007 6:27 pm
Gender: Female
Location: Tying somebody up on the third floor
Contact:

Re: ConquerStats - shows several ingame statistics

Post by hecter »

yeti_c wrote:
hecter wrote:I was playing a speed game in a tab that stayed on that speed game, it never changed. The speed game started and ended on that tab and the chart didn't update once.


It wouldn't do - as it has no knowledge that you have finished that speed game.

C.

But it should update... As I'd like to know how people are attacking each other, ect. as the game plays out...
In heaven... Everything is fine, in heaven... Everything is fine, in heaven... Everything is fine... You got your things, and I've got mine.
Image
User avatar
niMic
Posts: 1022
Joined: Tue Mar 14, 2006 2:02 pm

Re: ConquerStats - shows several ingame statistics

Post by niMic »

How is the run of time displayed in the Score chart? I'm curious, since I had quite a large break from CC, but my score chart doesn't seem to show that.
cspare
Posts: 101
Joined: Sun Apr 08, 2007 12:56 pm

Re: ConquerStats - shows several ingame statistics

Post by cspare »

niMic wrote:How is the run of time displayed in the Score chart? I'm curious, since I had quite a large break from CC, but my score chart doesn't seem to show that.

The chart actually uses game number as x-axis, and not the date. This is because it would be difficult to squeeze in 2+ years (for some people) of data in a single chart. It would have been nice too see though, but I think it's better this way, given the fact the chart area is not that big.
User avatar
yeti_c
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am
Gender: Male

Re: ConquerStats - shows several ingame statistics

Post by yeti_c »

hecter wrote:
yeti_c wrote:
hecter wrote:I was playing a speed game in a tab that stayed on that speed game, it never changed. The speed game started and ended on that tab and the chart didn't update once.


It wouldn't do - as it has no knowledge that you have finished that speed game.

C.

But it should update... As I'd like to know how people are attacking each other, ect. as the game plays out...


I think we're talking at cross purposes - I was talking about the charts - you were talking about the stats...

C.
Image
Highest score : 2297
User avatar
BENJIKAT IS DEAD
Posts: 775
Joined: Sun Jan 06, 2008 9:47 am
Location: Waterloo

Re: ConquerStats - shows several ingame statistics

Post by BENJIKAT IS DEAD »

lancehoch wrote:Could some of the problems with high scores and the graphs be from the missing game logs?


I think so - which is a pity.

It shows my lowest to be 1179 (obv wrong), and my highest to be 2761 (nearly 900 too low).
Image
User avatar
Twill
Posts: 3630
Joined: Fri Jan 20, 2006 10:54 pm

Re: ConquerStats - shows several ingame statistics

Post by Twill »

Cspare - pretty please start a new topic for the chart (or the stats), it's going to get really confusing to keep 1 thread on 2 topics from getting out of hand...
Retired.
Please don't PM me about forum stuff any more.

Essential forum poster viewing:
Posting, and You! and How to behave on an internet forum...on the internet
cspare
Posts: 101
Joined: Sun Apr 08, 2007 12:56 pm

Re: ConquerStats - shows several ingame statistics

Post by cspare »

Twill wrote:Cspare - pretty please start a new topic for the chart (or the stats), it's going to get really confusing to keep 1 thread on 2 topics from getting out of hand...


Ok, good idea. From now on this thread will be used for the Ingame analysis script (see updated start post).
This post will be used for the Score Charts.
User avatar
yeti_c
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am
Gender: Male

Re: ConquerStats - Ingame analysis

Post by yeti_c »

Would be good if a Mod could go through and split some it out?

C.
Image
Highest score : 2297
User avatar
hecter
Posts: 14632
Joined: Tue Jan 09, 2007 6:27 pm
Gender: Female
Location: Tying somebody up on the third floor
Contact:

Re: ConquerStats - shows several ingame statistics

Post by hecter »

yeti_c wrote:
hecter wrote:
yeti_c wrote:
hecter wrote:I was playing a speed game in a tab that stayed on that speed game, it never changed. The speed game started and ended on that tab and the chart didn't update once.


It wouldn't do - as it has no knowledge that you have finished that speed game.

C.

But it should update... As I'd like to know how people are attacking each other, ect. as the game plays out...


I think we're talking at cross purposes - I was talking about the charts - you were talking about the stats...

C.

Sorry, I mean the table, the stats... Not the graph.
In heaven... Everything is fine, in heaven... Everything is fine, in heaven... Everything is fine... You got your things, and I've got mine.
Image
User avatar
hecter
Posts: 14632
Joined: Tue Jan 09, 2007 6:27 pm
Gender: Female
Location: Tying somebody up on the third floor
Contact:

Re: ConquerStats - Ingame analysis

Post by hecter »

Here's an interesting one...
Image
[player]DoragonAyumamon[/player]
In heaven... Everything is fine, in heaven... Everything is fine, in heaven... Everything is fine... You got your things, and I've got mine.
Image
User avatar
chipv
Head Tech
Head Tech
Posts: 3056
Joined: Mon Apr 28, 2008 5:30 pm

Re: ConquerStats - Ingame analysis

Post by chipv »

hecter wrote:Here's an interesting one...
Image
[player]DoragonAyumamon[/player]


There have been numerous posts about this problem. I'll leave you to find them but the problem will not be solved before Tuesday.
Post Reply

Return to “Tool Archives”