1

Topic: Approximate number of users of TEEWORLDS

Hello,

For reasons of studies, I need to know the number of users of TEEWORLDS now and the Evolution of number .
Thank you to answer me as soon as possible.

Cordially

2 (edited by Schwertspize 2016-09-23 19:58:48)

Re: Approximate number of users of TEEWORLDS

@mc_free if you give me ~ a week, I can gather statistics for servers on the master list

Edit: I have now a script running which checks hourly the master server list and every registered server how many players are playing.

It should also work with ddnet servers which can have 64 players online, as every server is first tried with the 64 player protocol, and then with the normal if the other one does not work.

Send me a pm when you want to have these player counts, I will probably work on some statistics anyway wink (the database has one entry per hour stating the timestamp and the player count if anyone is interested)

Having troubles finding servers in the serverlist? Go to Pastebin (its a referer cause there is daily a new pastebin) and add the lines to your settings.cfg (in %APPDATA%\teeworlds). Then open teeworlds and go to the favorites tab. (Note however, standard teeworlds client can only show 256 favorites, use ddnet instead)

3

Re: Approximate number of users of TEEWORLDS

Thank you for your reply.
so I expect a response from you in a week.

4

Re: Approximate number of users of TEEWORLDS

https://sr.ht/XohV.png

5

Re: Approximate number of users of TEEWORLDS

m!nus wrote:

https://sr.ht/XohV.png

Does that include 64-player server?

6

Re: Approximate number of users of TEEWORLDS

It does not.The numbers are provided by status.tw.

7

Re: Approximate number of users of TEEWORLDS

You can please explain this..

8

Re: Approximate number of users of TEEWORLDS

https://i.imgur.com/eCNMzUm.png

This is what I have so far. The bigger the dot the more players are playing. All times (at bottom) are UTC and the numbers next to the days are average per day. This does contain ddnet's 64 players protocol and the graph as well as the data can be used freely anywhere (unlicensed). Forore exact data, please send me a pm.

I Apologize for the two empty pieces (Sunday at 6pm and Thursday at 7pm) , this is when I didn't look quite right and missed that date. I plan on doing much better statistics in the future

Having troubles finding servers in the serverlist? Go to Pastebin (its a referer cause there is daily a new pastebin) and add the lines to your settings.cfg (in %APPDATA%\teeworlds). Then open teeworlds and go to the favorites tab. (Note however, standard teeworlds client can only show 256 favorites, use ddnet instead)

9

Re: Approximate number of users of TEEWORLDS

m!nus wrote:

It does not.The numbers are provided by status.tw.

Why not? Please have them included.

10

Re: Approximate number of users of TEEWORLDS

Pathos wrote:
m!nus wrote:

It does not.The numbers are provided by status.tw.

Why not? Please have them included.

The vanilla teeworlds-protocol does not support getting info from 64 players, so if you request info from such a server with the normal protocol it can tell you only about max. 16 players.

Luck is allowed

11

Re: Approximate number of users of TEEWORLDS

HMH wrote:
Pathos wrote:
m!nus wrote:

It does not.The numbers are provided by status.tw.

Why not? Please have them included.

The vanilla teeworlds-protocol does not support getting info from 64 players, so if you request info from such a server with the normal protocol it can tell you only about max. 16 players.

You could also implement the 64p info protocol though. smile

12

Re: Approximate number of users of TEEWORLDS

Indeed and there already is a python-implemention for it: https://github.com/ddnet/ddnet-scripts/ … ds.py#L338

Luck is allowed

13

Re: Approximate number of users of TEEWORLDS

Or here.. same script, other implementation... xDD

https://github.com/CytraL/twp/blob/0.3. … ds.py#L217