Page 1 of 1

Need ressources/exemples for Dropdown list in cheat engine.

Posted: Sun Feb 21, 2021 2:14 pm
by Shizuma
Hi peoples,

I want to use the cheat engine *dropdown option* but I really don't understand how it works, and i dont show explanation on CE wiki and the few informations i find on CE forum are not clear for me so if you have ressources or exemple i will be really interested and grateful.

(Personnaly i need to offer multiples options to set a value to a pointer)

Re: Need ressources/exemples for Dropdown list in cheat engine.

Posted: Sun Feb 21, 2021 2:42 pm
by PeaceBeUponYou
Image

If the value type is hexadecimal then you need to use hex format in Dropdown Form like this:

Code: Select all

00:Enabled
01:Disabled

Re: Need ressources/exemples for Dropdown list in cheat engine.

Posted: Sat Feb 27, 2021 11:16 am
by Shizuma
PeaceBeUponYou wrote:
Sun Feb 21, 2021 2:42 pm
Image

If the value type is hexadecimal then you need to use hex format in Dropdown Form like this:

Code: Select all

00:Enabled
01:Disabled
Thanks :)