Is there any way to read variables from game? What language/program should I use to do it? I want to make energy calculator that reads your current amount of energy and says when it's back to 100, but I don't know where to start.
Is there any way to read variables from game? What language/program should I use to do it? I want to make energy calculator that reads your current amount of energy and says when it's back to 100, but I don't know where to start.
Unfortunately, no.
You recieve a new unit of mist energy every 13.2 minutes (792 seconds)
(100 - Your mist energy) * 13.2 = the time it takes to be back at full, in minutes, + or - 13.2
Divide that by 60 for hours, multiply that by 60 for seconds.