-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cheat Engine #6038
Cheat Engine #6038
Conversation
b89f0e6 to
5578e18
Compare
c32d6ca to
d4d2748
Compare
|
Fixed a bug where saves wouldn't be loaded properly if script was empty. |
8c536c1 to
1b7bc51
Compare
884e170 to
a8b8700
Compare
a8b8700 to
c0b9cbb
Compare
c0b9cbb to
85348e0
Compare
a782dd1 to
61e5353
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
long type has non-portable size
61e5353 to
84ac0e3
Compare
84ac0e3 to
63fe35d
Compare
First draft of a cheat manager.
Note that the cheats you make probably won't survive another launch of the game if the offset is on the heap. I may add a more complex parameter to make some level of redirection possible in the future.
edit:
I added a redirection system, completely untested, syntax is:
$ is offset
[] for dereferencing
+/- for adding offset
ex: [[$]+8]+16
It will get the u32 offset is pointing at, add 8 to that, get the u32 that is pointing to and add 16 to that which will be the final offset.
If the Script cell is left blank it will act as before.