Loading...
  OR  Zero-K Name:    Password:   

Battle dataset

12 posts, 1073 views
Post comment
Filter:    Player:  
sort
I parsed a dataset of all battles.

Format


Delimiters in brackets.

Battles(\n):
Battle ID|Title|Host|Map|Time|Duration|Game Version|Engine Version|Bots?|Mission?|Winning teams|Losing teams|First commenter

Teams(#):
XP gained;Players

Players(;):
User ID/Clan ID/Time died/Awards

Awards(/):
Award Name:Integer value



I didn't see a proper timestamp anywhere so time is just the "X years ago" counting backwards from 2016-08-27.
+0 / -0
Fu Bots B83625 2 on Badlands

how's Bots B325401 1 on SuperSpeedMetal even possible
+0 / -0
Here are some Java-Objects that can parse the dataset using
lines.stream().map((line) -> new Battle(line))


I'm now accepting suggestions on possible statistics.
+0 / -0

7 years ago
How did you create this dataset? Parsing site HTML for every battle or do you have database access?
+0 / -0

7 years ago
Do I look like a mapfeaturer? Peoplers like me have to do HTML parsing, just like I did for the Forum dataset.
+0 / -0

7 years ago
CHrankAdminDeinFreund you can parse the date/time from the replay filename. I don't think anything has changed in years.

You would need date/time if you wanted to graph ZK activity over time...
+1 / -0

7 years ago
Ah yes, that'd work. Thanks.
+0 / -0
7 years ago
yes, better time stamps would be good.
Different formats ("5 years" vs "21 months" vs "2 days" vs "5 hours") are annoying and it is also sadly too inaccurate to for example identify weekends and such. If you get dates from replay then maybe everything in one format.
(DD.MM.YYYY-HH:MM or so)
+0 / -0

7 years ago
The linked java parser will convert years/months/.. into seconds, but if I redo the dataset I would be using unix time just like on the forum dataset.
+0 / -0

7 years ago
The hastebin is dead, you can find all the magic in StatsBattles.java
+1 / -0

7 years ago
Post more tasty figures plz. They tend to be the highlight of my day <3
+1 / -0
Hey, stop messing around with other stuff, you still didnt post my WHR (or whatever its name was) graph!
+0 / -0