
(I can find the address of the thing I'm collecting, and I can make the value shown in the objective tab go further down but I can't find where it's address is so I can edit it back to a normal state)
In game the value is displayed as -3.24e11 so i'm assuming it has many digits hidden. I tried searching for it by narrowing it down between a and b but i keep getting millions of results which clearly aren't between my specified a and b. not sure what's going on there. searching for the -x.xx part and then changed value (float/double) also didn't yield any results.
I also tried seeing what accesses the thing's address in hopes of finding the objective checker but that didnt result in any addresses with values even remotely related so I'm guessing that failed too.
I'd appreciate any ideas/help