AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   News (https://forums.alliedmods.net/forumdisplay.php?f=16)
-   -   Addon/Stats Tracker Launched (https://forums.alliedmods.net/showthread.php?t=44907)

BAILOPAN 09-16-2006 21:38

Addon/Stats Tracker Launched
 
Good news all around!

First, I'm pleased to announce a new feature on the AMX Mod X (and SourceMod) sites: Addon/Mod Tracking! You can now see how many servers are running your plugin, how many servers are running each version, and you can even break down your stats based on game mods. We've started tracking the most popular dozen plugins to start off with:

http://www.amxmodx.org/stats.php

This tool is designed for developers to gauge how popular their mod is, how fast it takes versions to propogate, and which versions are most popular. Want your plugin to be tracked? All it needs is an external/public CVAR! Read the FAQ on how to get your plugin on the tracker list.

Although the stats are already detailed, it also internally tracks operating systems and saves every day's stats. So for the future, we're hoping to add advanced report generation, linear time graphs, and the ability to compare multiple mods at once.

Second, You'll also notice that the AMX Mod X site is now using an improved color scheme for readability. I think everyone was sick of orange on blue.

Third, AMX Mod X 1.76 is expected to be released in the next day or two.

Lastly, sawce is back. What's up, sawce. All right sit down.

Enjoy!

Bo0m! 09-16-2006 21:39

Re: Addon/Stats Tracker Launched
 
:o Sexy.

hlstriker 09-16-2006 21:49

Re: Addon/Stats Tracker Launched
 
Very cool!

chowdown 09-16-2006 21:55

Re: Addon/Stats Tracker Launched
 
I like green.

Good features too, it's cool to see how many people use each plugin.

k007 09-16-2006 22:47

Re: Addon/Stats Tracker Launched
 
very nice

Freecode 09-16-2006 23:05

Re: Addon/Stats Tracker Launched
 
Took BAILOPAN long enough. Hes been doing it since CPL. OMG I WAS THERE!!!

Hawk552 09-16-2006 23:10

Re: Addon/Stats Tracker Launched
 
Great. Maybe this will supplant game-monitor, which I've always think sucked.

BAILOPAN 09-16-2006 23:22

Re: Addon/Stats Tracker Launched
 
Game-Monitor is a different beast. They're there to track servers individually, as well as players. They update a rather large database every 20 minutes or something. I'm only interested in mod statistics, which I did because Game-Monitor didn't seem interested in expanding theirs.

Spanky McNutnut 09-16-2006 23:25

Re: Addon/Stats Tracker Launched
 
Interesting

k007 09-16-2006 23:28

Re: Addon/Stats Tracker Launched
 
so in this new addons/stats tracker will be there a feature that will display the servers ip"s

BAILOPAN 09-16-2006 23:29

Re: Addon/Stats Tracker Launched
 
Not unless it becomes a popular request

Janet Jackson 09-16-2006 23:42

Re: Addon/Stats Tracker Launched
 
Very nice ! One request though : display the servers ip's :)

SweatyBanana 09-17-2006 00:36

Re: Addon/Stats Tracker Launched
 
Quote:

Originally Posted by Janet Jackson (Post 381935)
display the servers ip's :)

Please :)

What FAQ are you talking about because it isnt the FAQ on these forums right?

vittu 09-17-2006 03:56

Re: Addon/Stats Tracker Launched
 
Quote:

Originally Posted by SweatyBanana (Post 381946)
Please :)

What FAQ are you talking about because it isnt the FAQ on these forums right?

He was refering to the one on the stats page, http://www.amxmodx.org/stats.php?go=faq

Lt Llama 09-17-2006 07:32

Re: Addon/Stats Tracker Launched
 
Good job! Looking forward to see all mod stats growing from this project.
Just to clear things up for me.

The info I have to add in the plugin is for example:
register_cvar("mod_stats", PLUGIN_VERSION, FCVAR_SERVER)

The info you request in the mod stats request mail are for example:
Addon name: TFC Skillsrank
URL: Url to the plugin on amxmodx or?
Game: HL1
Public cvar name: mod_stats

/Lt.

Lee 09-17-2006 08:40

Re: Addon/Stats Tracker Launched
 
You probably shouldn't call the cvar 'mod_stats', since everybody's cvar has to be unique. You should go with something similar to 'tfcsr_version'..

Right now I'm not seeing any statistics for any addons.. Is that because an update is taking place or some other gremlin?

Ramono 09-17-2006 08:51

Re: Addon/Stats Tracker Launched
 
Yay XD

BAILOPAN 09-17-2006 09:19

Re: Addon/Stats Tracker Launched
 
Looks like the update script didn't run, if you were getting empty stats it should be fixed now.

Pro Patria Finland 09-17-2006 13:49

Re: Addon/Stats Tracker Launched
 
*waits for the new AMXX*

crazeejitt 09-17-2006 14:12

Re: Addon/Stats Tracker Launched
 
bail youre so freaking talented!!!!!!!!! i dunno how u make all this stuff!!! I am peeing my pants wating for 1.76 ^______^!!!!!!!

diamond-optic 09-17-2006 16:42

Re: Addon/Stats Tracker Launched
 
nice work bail

nightscreem 09-21-2006 19:17

Re: Addon/Stats Tracker Launched
 
Wow nice :)

k007 09-21-2006 19:24

Re: Addon/Stats Tracker Launched
 
bail could make it like so when u click on a plugin it will open a new small window it will show how many server r running it but like game server not all hl1 server, like cz=10 server running that plugin or something thats an example

Dav3 09-22-2006 11:37

Re: Addon/Stats Tracker Launched
 
Cool, but CS 1.5 servers are not works, on gamemonitors, only by IP

BAILOPAN 09-22-2006 11:40

Re: Addon/Stats Tracker Launched
 
Steam (which superceded CS 1.5 two years ago) changed the query protocol. I don't plan on bothering with the old protocol for the handful of servers that use it.

Gunny 09-24-2006 00:13

Re: Addon/Stats Tracker Launched
 
Stats is ALWAYS a Good Thing !!

Good Job

Mordekay 09-24-2006 04:30

Re: Addon/Stats Tracker Launched
 
Again nice job Bail :)

Obbin 09-24-2006 04:50

Re: Addon/Stats Tracker Launched
 
Really nice!
Will this be an open source project?

BAILOPAN 09-24-2006 11:52

Re: Addon/Stats Tracker Launched
 
The protocols used to query are well-documented by Valve in case you want to make your own query tools.

HL1:
/**
* Resources:
* http://developer.valvesoftware.com/w...Query_Protocol
* http://developer.valvesoftware.com/wiki/Server_Queries
* http://www.valve-erc.com/srcsdk/Code...erqueries.html
* server_protocol.txt from HL1SDK
*/


HL2:
/**
* Resources:
* http://developer.valvesoftware.com/w...Query_Protocol
* http://developer.valvesoftware.com/wiki/Server_Queries
* http://www.valve-erc.com/srcsdk/Code...erqueries.html
*/

10Stars 10-08-2006 08:37

Re: Addon/Stats Tracker Launched
 
The small handful of servers that run 1.5 normally doesnt have any players in it anyway.

g3x 10-11-2006 16:36

Re: Addon/Stats Tracker Launched
 
eeeee mmmmmm aaaaaa zzzzz iiiii nnnnn gggg = emazing good job

z0nax 10-12-2006 12:53

Re: Addon/Stats Tracker Launched
 
1 IP request more (:


All times are GMT -4. The time now is 03:44.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.