Search found 2 matches

by Dummyray
Thu Mar 21, 2024 10:26 am
Forum: Cheat Engine
Topic: [address]+pointer help
Replies: 2
Views: 272

[address]+pointer help

I am using the nightly version of Pcsx2 which dynamically changes the addresses that effect gameplay every boot from 7ff000000000 to 7fffffffffff, but if you use a pointer with Base address EEmem, and offset the last 6 digits you have a static pointer that works every time you boot the game. I have ...
by Dummyray
Sun Apr 07, 2019 4:36 pm
Forum: Cheat Engine
Topic: Question about .setDescription
Replies: 0
Views: 1275

Question about .setDescription

I have a function that automatically puts in addresses for me and sets the description to what I want, Is there anyway to set the description to be a string and the output of a table? For example .setDescription(table_example[1+i], "String") and the output being "1+i String"