Any way of finding out the maximum scores possible?

I’ve recently made the decision to switch the way Unnatural works increasing stats so instead of a choice increasing physical by +5 it now increases it by 5% instead.

I need to go through the game now and alter the *if (stat > #)s of the game

my question is this, do any of the tests available show you the highest stat score possible at each choice in the game?

The only way I can think about doing this is going through each txt file and noting the highest possible score then tailoring the checks from that, but that is going to take a long time, so does anyone know any easier way of doing it?

I doubt it, seeing as they’d have no way of telling which variables were stats. I’ll be sure to let you know if I think of any easy method to calculate them, but as of now, I’ve got nothing… :confused: