rpcs3 icon indicating copy to clipboard operation
rpcs3 copied to clipboard

[Feature Request] Ability to "freeze" contents in memory with patch and cheats

Open illusion0001 opened this issue 4 years ago • 2 comments

I'd like memory freezing to be implemented into the Cheat Manager. It'd make game patches more reliable and easier to create.

Example with standard patching method

- [ be16, 0x2023193, 0x1337 ] # patches memory with 13 37

The value 13 37 would be frozen once it's been applied.

illusion0001 avatar Jul 21 '20 08:07 illusion0001

Regarding the request, PCSX2 has a similar feature https://github.com/PCSX2/pcsx2/blob/5f099b1beab87bd278a640e8f07927d218bf7f41/pcsx2/Patch.h#L74

0 patch once on load (This is what RPCS3 currently has). 1 continuously patch the address during runtime.

illusion0001 avatar Jul 28 '20 16:07 illusion0001

I'm interested in this feature, I like adding more laps in races in Wipeout HD, but the values has to be changed at each race start, it would be nice if we could freeze those values.

XLRUUU avatar Apr 17 '24 13:04 XLRUUU