Hi, I've been trying to collect data from a incremental game.
I can easily find the values I want to track, but what I want isn't really to hack the game, but to collect the information in a file. I haven't found any script made for this previously, sorry if there is already a answer for this.
What I was trying to find is a script, I think it's doable with Lua right? The goal was for the script to read the Tier and Wave values, and add the Health and Damage in a file, maybe a .csv style file for easy to use.
like:
Tier, Wave, Health, Damage
1, 1, 1.18, 3.15
1, 2, 1.53, 4.53
...
I know mostly are usually trying to hack and change values, my goal is actually to collect data from incremental games saving time in order to strategyse on them.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Question
MrFundds
Hi, I've been trying to collect data from a incremental game.
I can easily find the values I want to track, but what I want isn't really to hack the game, but to collect the information in a file. I haven't found any script made for this previously, sorry if there is already a answer for this.
What I was trying to find is a script, I think it's doable with Lua right? The goal was for the script to read the Tier and Wave values, and add the Health and Damage in a file, maybe a .csv style file for easy to use.
like:
Tier, Wave, Health, Damage
1, 1, 1.18, 3.15
1, 2, 1.53, 4.53
...
I know mostly are usually trying to hack and change values, my goal is actually to collect data from incremental games saving time in order to strategyse on them.
Thank you in advance.
6 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.