Enlisted stats

after discussion about our current playerbase in other topic, i decided to do little datamine from replay site.
data is taken from today from 20:21 CEST to 22:22 CEST so it should represent peak weekend playerbase.

most popular campaigns are normandy and moscow making over half matches played, with rest trailing behind
image

invasion is most played mission type, but you must take into consideration that different campaigns have different modes. train is only in berlin and when you take into consideration its share, you get that train is around 14% in that campaign. recently i did slight analysis from my moscow games and i had around ~42% invasions and ~36% conquests, so some campaigns might get some modes more than others.
image

with this sample size i could also calculate average battle time which is 20 minutes
image

from all those data i could also get number of concurrent matches and with that number of max concurrent players. considering desertion and bots, peak weekend concurrent player count is probably between 8000-9000.
image

overall this is just quick stats of 2 peak hours on weekend. if i had all data in sql i would probably do more detailed analysis with campaign stats, stats per day, number of players etc. but i am too lazy to import this into sql. if anyone wants to play with it you can do more detailed statistics.

edit:
if you are too lazy to scroll down here is link with stats from more matches:

28 Likes

Really nice technical analysis and statistics which give us an idea about the active playerbase.

By the way may I ask which program or platform did you use to crawl these data?

5 Likes

just used Enlisted and excel. was too lazy to do anything else.

2 Likes

not sure if all matches get a replay tho


1 Like

well official matches do. just you need to wait for them to finish, which is why my first analysis in other topic was leaky. took last 15 minutes from site, but not all matches were finished.

1 Like

8000 bot’s and 1000 players?)

5 Likes

Nice.

Interesting about moscow. My favourite campaign

1 Like

you may import excel files into sql, supposedly I use PHPmyAdmin to do the imports

Also, did you just manually inputted all of these data for 2 whole hours?

1 Like

Nice work!

i know how to import sql. problem is that i just copied/pasted all battles into excel and data is unfriendly for importing without prior arranging. my preferred choice would be to make some script to pull all data directly into sql, just that it required too much effort.

btw only manual thing that i did was click load more replays for some 100 times ( end+mouse click). then i copy/pasted whole page to excel, put formulas for counting specific battles/modes (countif) and formula for summing nth row. this was done relatively fast.

1 Like

1000? Looks like you’re overestimating it.

1 Like

Most likely lmfao

Also Pacific somehow more battles than Shitgrad and Shitnisia lol

i looked into importing data into sql, but it simply takes too much time. so if anyone is interested here is link where you can datamine all data https://www.enlisted.net/en/replays/load/page/1/?Filter[type]=general&action=search, page number goes up to 400 (that is ~10k matches)

and i made another analysis with more matches. i removed playerbase cause i am not certain that i am doing it right and bots pollute result anyways.
so anyways here are more results with 8.1k matches taken from some 15:00 CEST till 20:00 CEST:
image
image
not much difference between original data. normandy has few % less, while some campaigns have few % more.
image
there is change in average time, so average match is 1 minute less than original result.
here is breakdown campaign/mode
image
and in percentages
image
and finally average time played per campaign/mode
image

edit:
here are also longest battles
image

7 Likes

It was a great visualization of the question that we all somehow had, that there were hardly anyone playing in Tunisia and the Pacific. Thanks for your excellent research.

well this could be analyzed better if data was in friendlier format. maybe one day when i am not lazy i will make proper database that will pull week or month of battles alongside playerbase and bot analysis. btw bots are instantly recognized in replay data so we can finally get answer to playerbase question.

btw just did quick player/bot analysis of last 250 battles at around 21:15 CEST (so peak europe time). assuming perfect world and no MM stack bug, i assume perfect 20 players per battle for all 250. we get that around 16% players desert the battle. on average we enter games with 40% of bots and exit with 45% of the bots. some campaigns are more bot heavy, so take the results with grain of salt.
image

you can check bots on that replay link that i previously shared. they have “userid:0”. i just checked raw data from 10th page towards 1st (for no duplication of results) and searched userid":0 for bots and just userid for total players and wrote number of found results.

edit:
fixed player deserted with actual % of human players.

1 Like

was bored so i made quick script to download info from 10000 battles just to see number of bots in them. results are from 11:00 CEST for last 10k battles. also i counted number of console players and pc player in those battles (so it is not unique result).
image

when i have time i will try to fix data in the file so i can mine better info (like number of unique players), or data about playerbase per campaign as well as enlarge the database for more accurate info.

1 Like

Before the major update they should rename their game into Botslisted lol

3 Likes

have made database, need more data to make great analysis. but here are some data
next few data is taken from 1 whole day (yesterday) from all 3 servers
total unique players
image

unique players by platform
image

peak hours with unique players
image

peak hours by platform unique players
image

non unique players count
image

peak hours non unique (players that played multiple battles in that hour)
image

peak hours by platform non unique
image

this is average playerbase analysis for one day.
image

this analysis doesnt include MM stack bug (aka 10v13 bug) which is suspected to be around 3% of total battles.

4 Likes