PDA

View Full Version : CoD2MapDeaths: Almost 500 000 lines of deaths



Lonsofore
12th October 2018, 00:39
Strange title. But anyway. I collected almost 500 000 deaths and stored it in one SQLite database. What is it:

1. gametype;
2. map;
3. x;
4. y;
5. z;
6. weapon (of killer).

10 000 lines per gametype+map.
Gametypes: dm, tdm, ctf, sd, hq, htf.

What can you do with it? E.g. heatmap:
1556


And all on my Github (https://github.com/Lonsofore/CoD2MapDeaths), feel free to use.

kung foo man
12th October 2018, 10:58
I made a JavaScript version, so you can run custom queries in the browser: http://killtube.org/crackedvodka/

repo: https://github.com/KILLTUBE/CoD2MapDeaths.js

As KILLTUBE member you have write access to the repository, if you wanted to mess with JavaScript :D

Lonsofore
13th October 2018, 00:33
I made a JavaScript version, so you can run custom queries in the browser: http://killtube.org/crackedvodka/

repo: https://github.com/KILLTUBE/CoD2MapDeaths.js

As KILLTUBE member you have write access to the repository, if you wanted to mess with JavaScript :D

Haha, thank you :)

I placed a link to online version and this thread in Readme.

And by the way, if someone needs some data about custom map - let me know, maybe I have it aswell ;)