xxhehe Expert Cheater Reputation: 0
Joined: 11 Mar 2015 Posts: 153
|
Posted: Thu Sep 05, 2024 9:10 pm Post subject: Set Memory Region for Emulator (2024.09.27) |
|
|
Set FromAddress/ToAddress
Supported emulators:
1.pcsx2 v1.7+
2.cemu
3.rpcs3
4.epsxe
Base Address Calculation Formula:
pcsx2 v1.7+:
local baseAddress = readQword("EEmem")
Cemu No guarantee of effectiveness:
Code based on:https://forum.cheatengine.org/viewtopic.php?p=5781484&sid=99730d28d965f0da2f1c6575921e6458
rpcs3 :
return string.format("%016X", 0x300000000), string.format("%016X", 0x300000000 + 0x1FFFFFF)
Usage:
1.Create a Lua file in CheatEngine\autorun\SetMemoryRegion.lua
2.Restart Cheat Engine
---------------
2024.09.27
Added features:
support epsxe all versions.
Opening the target emulator automatically sets the zero address to the relative address..
this script adds "Copy Selection Address relative Offset Value to clipboard".Relevant code copied and pasted https://forum.cheatengine.org/viewtopic.php?t=606762
.
Description: |
|
Download |
Filename: |
SetMemoryRegion.lua |
Filesize: |
5.95 KB |
Downloaded: |
122 Time(s) |
Description: |
|
Download |
Filename: |
SetMemoryRegion.lua |
Filesize: |
2.53 KB |
Downloaded: |
99 Time(s) |
|
|