Thinking About data in Everyday Life
March 20, 2023, 8:45 p.m. | (159 words)
1.) How can I get my battle data from WH3? ● I wonder if there is a log somewhere that stores this stuff. It would be nice to parse through it. Or to somehow has a script that can stream this data while the game is running. 2.) Which units cause the most damage to my Lothern Sea Guard? ● I have the battle data on the screen. The UI shows which units cause damage, and how much gold that damage is worth, but not how much damage is dealt to specific units. Is this data hidden somewhere? 3.) What is the least cost effective unit that I have in battle? ● This wouldn't be too hard to come up with. I could look at each units average damage dealt per battle. Again, I would need to have some sort of script running that can read the data from WH3 or be able to access this accumulated data somewhere.