View previous topic :: View next topic |
Author |
Message |
AnonAnon How do I cheat?
Reputation: 0
Joined: 30 May 2019 Posts: 2
|
Posted: Thu May 30, 2019 8:12 am Post subject: Large Double Values Search Not Working |
|
|
I have noticed for some time now that when searching for a value, inputs larger than ~1e19 (2^63) are not processed correctly.
As example, imagine you want to search for a double value equal to 1e35. Putting this value into the search field will not yield the result. When searching for values between 1e34 and 1e36, it will show a lot of values outside that scope without finding the desired value.
My guess is that the input is read as 64bit integer instead of double and thus the search ends up being very wrong. The only useful thread I could find about this is /forum/viewtopic.php?t=605244 in which it is mentioned that the problem lies in the input parsing.
Is there any fix for this? Alternatively, could this be fixed for future updates of CE?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Thu May 30, 2019 8:58 am Post subject: |
|
|
besides idle champions, what other game shows valies that big?
and if you mean it's stored like that in memory and you're sanning for it again, use a 8 byte value instead
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
AnonAnon How do I cheat?
Reputation: 0
Joined: 30 May 2019 Posts: 2
|
Posted: Thu May 30, 2019 11:20 am Post subject: |
|
|
Here is an example of what I mean. Obviously the input is not processed correctly as there are hundreds of millions of results that are in fact not bigger than 1e100
However, it works correctly for values below 2^63:
|
|
Back to top |
|
 |
|