08-24-2015, 02:24 AM
Hey guys!
So I've been revisiting some games from my youth, and I got around to Monster Rancher 4. Since the game experiences problems with disc swapping, allowing me to create new monsters to... ranch... I stumbled on a cheat which unlocked the entire monster book and lets me just pick a monster to revitalize. Seems pretty straight forward, but I've never worked with cheats before.
So I did some reading, and a lot of it didn't make sense to me, but after trying it, it seems to mostly be cleared up. Here's what I've got.
This pnach, as supplied on the "Post your pcsx2 cheats - patches here" thread
So I don't mind having the gadget shop full, while I'm at it, so I left it in the pnach. I have tried it without the gadget shop bit. No luck
I went to the cheats_ws folder, created a text document, pasted the above into it, renamed the folder "0EF3697B.pnach" ensuring that I had extensions shown and wasn't accidentally naming it .pnach.txt
I start the game, and the console tells me "0 cheats loaded"
So I messed around with the code a bit, found a few tutorials on proper pnach structure and tried to add lines that were missing, to no avail. Tried renaming the folder "Cheats" without the underscore "ws" to no avail. I checked to ensure I didn't have // on the patch lines (which you can see from the original source, that I did not).
I'm competent in the tech world. I'm a professional in IT, but have zero programming experience. No need to break this down like I'm 5, but clear instruction on how to troubleshoot would be very helpful. What am I missing here?
Thank you
So I've been revisiting some games from my youth, and I got around to Monster Rancher 4. Since the game experiences problems with disc swapping, allowing me to create new monsters to... ranch... I stumbled on a cheat which unlocked the entire monster book and lets me just pick a monster to revitalize. Seems pretty straight forward, but I've never worked with cheats before.
So I did some reading, and a lot of it didn't make sense to me, but after trying it, it seems to mostly be cleared up. Here's what I've got.
This pnach, as supplied on the "Post your pcsx2 cheats - patches here" thread
Code:
comment=Monster Rancher 4 NTSC-U(SLUS-20702)
//Fill book with all monsters
patch=1,EE,40659AE8,extended,014F0003
patch=1,EE,00000001,extended,00000000
//Fill Gadget shop
patch=1,EE,2065B580,extended,FFFFFFFF
patch=1,EE,2065B584,extended,FFFFFFFF
patch=1,EE,2065B588,extended,FFFFFFFF
patch=1,EE,1065B58C,extended,0000FFFF
patch=1,EE,0065B58E,extended,000000FF
So I don't mind having the gadget shop full, while I'm at it, so I left it in the pnach. I have tried it without the gadget shop bit. No luck
I went to the cheats_ws folder, created a text document, pasted the above into it, renamed the folder "0EF3697B.pnach" ensuring that I had extensions shown and wasn't accidentally naming it .pnach.txt
I start the game, and the console tells me "0 cheats loaded"
So I messed around with the code a bit, found a few tutorials on proper pnach structure and tried to add lines that were missing, to no avail. Tried renaming the folder "Cheats" without the underscore "ws" to no avail. I checked to ensure I didn't have // on the patch lines (which you can see from the original source, that I did not).
I'm competent in the tech world. I'm a professional in IT, but have zero programming experience. No need to break this down like I'm 5, but clear instruction on how to troubleshoot would be very helpful. What am I missing here?
Thank you