How many players In a day for a CS:GO server
-
How many unique players online PER DAY does typically a CS:GO server, that usually have around 20-30 players online, recieve?
Or a similar game
-
If you know the average playtime of a single player, you can calculate it. For example, if it is half an hour, there are 25 * (24/0.5) = 1200 distinct players online.
I expect the playtime to be somewhat larger, say 2 hours. In that case, there will be roughly 25 * (24/2) = 300 distinct players every day.
If you guess the playtime correctly, you can estimate the number of players each day.
For clarification: the 25 is the average number of players. You said 20-30, so 25 is the average. 24 is the amount of hours per day. The last number is the average playtime per session (0.5 or 2 in my examples).