A node project to calculate how much money you wasted on utility gear
Do you have teamates that always die with unused utility in their inventories?
Now it's time to know excatly how much of the team economy they really screwed up.
It's really simple
-
- have node intalled and configured on your computer
-
- go to your steam match history here
-
- download the replay you want to analyse
-
- right click on it and extract
-
- place the extracted .dem file inside "demos" folder in this repository
-
- at main.js, put the name of your file on the variable
filePath(line 3)
- at main.js, put the name of your file on the variable
-
- open a terminal and run
node main.js
- open a terminal and run
Basically now you know exactly how much money was spent on utility and how much of it was wasted (because the player died with certain unused amount in their inventory) on the entire match and now you can shove this on your friend's face and say he'll never receive a drop unless they learn how to spend money on utility.
- doesn't properly consider utilities picked from the ground
