ggtracker / ggtrackerstack

Project to run the whole ggtracker stack in vagrant
20 stars 10 forks source link

Income shown on Match page is 1.4x lower than the income shown in game client #42

Open dsjoerg opened 8 years ago

dsjoerg commented 8 years ago

For example in this match: http://ggtracker.com/matches/6617852 income at 3:35 is 1147 for Terran, 1091 for Protoss in the in-game income tab. However on the GGTracker match page it shows as 823 for both of them.

The reason for this is that internally we store the income as 823 (which is the HotS-style income) but when showing things to users of course we should show them as LotV-style.

Or of course we could actually change our internal data representation to be LotV-style, but that would involve making additional changes throughout the codebase.

dsjoerg commented 8 years ago

Same goes for gas income, of course.