• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Game Modifications › Cheats, Hacks, & Game Patches v
« Previous 1 2 3 4 5 ... 15 Next »

RAM patching in Dolphin?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
RAM patching in Dolphin?
02-19-2020, 09:44 AM
#1
cyndifusic Offline
Junior Member
**
Posts: 5
Threads: 2
Joined: Feb 2020
I'm trying to patch blocks of memory in Dolphin, much like you'd do with Riivolution memory patches on a physical Wii. However, these are rather large blocks of memory to manually type out by hand, one of them being 400 bytes long. This is why, if I'm not mistaken, Riivolution can start patching memory at a certain address and then just continue patching the bytes that follow that address. For example, if you wanted to insert the hex string "123456789ABCDEF1" starting at address 0x80000000, you'd use the following XML:

Code:
<memory offset="0x80000000" data="123456789ABCDEF1" />

Simple, right? So my question is, does Dolphin have a feature like this where you can just tell it to start replacing memory at a certain address? I'd really love not to have to accurately type out 400 bytes of hex every time I want to test this memory patch.

Thanks!
cyndifusic
Find
Reply
02-22-2020, 07:59 PM
#2
Leseratte10 Offline
Wiimmfi-Team
**
Posts: 37
Threads: 7
Joined: Apr 2019
Couldn't you just use a gecko code? Like

Code:
06000000 00000008
12345678 9ABCDEF1
Find
Reply
03-20-2020, 11:05 AM
#3
cyndifusic Offline
Junior Member
**
Posts: 5
Threads: 2
Joined: Feb 2020
(02-22-2020, 07:59 PM)Leseratte10 Wrote: Couldn't you just use a gecko code? Like


Code:
06000000 00000008
12345678 9ABCDEF1

Ah, I think this might be the solution I was looking for. Thank you so much!
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode