Displays for ramwatch CheatEngine plugin https://github.com/yoshifan/ram-watch-cheat-engine
- Requires Cheat Engine 6.6 for Lua 5.3 features.
- Clone the repository and note the location
- In cheat engine go to Table > Show Cheat Table Lua Script and paste the following
- Point the Cheat Table lua script to the directory.
RWCEMainDirectory = [[E:\Emulator\ramwatches]]
RWCEOptions = {
gameModuleName = 'jak2',
gameVersion = 'na_0_00',
layoutName = 'Jak2Layout',
windowPosition = {0, 0},
}
local loaderFile, errorMessage = loadfile(RWCEMainDirectory .. '/loader.lua')
if errorMessage then error(errorMessage) end
loaderFile()
- Also rename to the respective layout and game module name.