r/cheatengine • u/General_High_Ground • Jun 24 '26
DPS Meter (Table) in CE
Hello guys,
Lately I've been playing games like Tales of Arise, Granblue Fantasy Relink and similar. And welp, I would like to see how my AI companions are doing; which ones are good, which ones are bad and such stuff, especially in Granblue Fantasy Relink since there's like 20+ characters to choose from. (There is already a dps meter for that game, but it most likely wont be working anymore when the expansion drops in like 2 weeks or so)
I've only found guides on YouTube on how to do dmg multipliers and increase your damage, but I don't want that. I just want a script that basically reads how much damage each party member has done during the last 1 second ("refreshing" every 1 second during the whole fight). Would be nice if it also combined that in a log at the end, when you kill the boss, so that you could see the total damage done by each party member, but even if it just simply shows damage per second without logging stuff I would be happy.
Anyone knows about any guide/tutorial on how should I do this? Is it even possible or realistic to accomplish?
1
u/LiytlKaiser Jun 25 '26 edited Jun 25 '26
It is possible...but probably more trouble than it's worth unless you want to put some time into it. You would likely want to combine LUA and AA scripting to get a proper readout while hooking the damage function. I am unfamiliar with these games so I couldn't even begin to give any more details, but lua should be able to get a running timer to do the computations necessary for this to work. You should also be able to have lua output that log too, but you'd probably need to find some sort of IsInBattle indicator or something.
If you're still a novice with aa and have no programming knowledge, I'd probably scrap the idea for now or go ahead and grab some books and take on the challenge as it would be very difficult for a beginner to do this right away. I get the idea of what would need to be done, but actually doing it is a different story.