View Single Post
  #3  
Old 03-12-2026, 11:39 AM
DeathsSilkyMist DeathsSilkyMist is offline
Planar Protector

DeathsSilkyMist's Avatar

Join Date: Jan 2014
Posts: 8,316
Default

Gamparse has had some problems for years. I understand it's convenient, but I wouldn't trust it's numbers. It is easy to do manual parsing if you want accurate numbers, but it will be a bit less convenient. I use notepad++ to aggregate the data I want to parse, and then I use some simple javascript to loop through it and add up the values.
Reply With Quote