View previous topic :: View next topic |
Author |
Message |
gid2525 Expert Cheater
Reputation: 2
Joined: 21 Oct 2013 Posts: 101
|
Posted: Thu Mar 30, 2023 8:24 pm Post subject: Any way to remove Doubles from Structure Dissect guess? |
|
|
Is there any way to remove doubles from the structure dissect when it guess the types(and just makes them floats)? I find myself having to constantly change a double to float and then add an element. I would love to know what to change in cheat engines files to make this happen.
Thanks!
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 468
Joined: 09 May 2003 Posts: 25715 Location: The netherlands
|
Posted: Fri Mar 31, 2023 2:51 am Post subject: |
|
|
Code: |
onAutoGuess(function(address, ceguess)
if ceguess==vtDouble then
return vtSingle
else
return ceguess
end
end)
|
_________________
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 |
|
 |
|