..:: PCSX2 Forums ::..

Full Version: Patch help :(
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
can someone please help me make a patch file for Monter Hunter PAL?
i cant seem to work out how to do it

the codes are here for it
http://www.gconsole.com/forum/show.php?p...t=2&layout=

the ones i want are the infinite money one infinite health

thanks in advance
use maxconvert to convert them to RAW (if they aren't already in RAW), and use this guide to make them into a patch Smile
how do i know if they're already in raw?

the master code looks like this

20152040 08087E92
2021FA48 3C0401F0
2021FA4C 3C050008
2021FA50 0C058F8A
2021FA54 3C060008
2021FA58 0C08668E
2021FA5C 0000202D
2021FA60 3C0501F0
2021FA64 3C040008
2021FA68 0C058F8A
2021FA6C 3C060008
2021FA70 08054812
2021FA74 00000000
F017E3E0 0017E3E3
F01001E8 001001EB

is that raw?
in pcsx2 no need for master key because they make pcsx2 crash
ok i followed the guide as well as i could but i still cant seem to get the codes to work, when i try and load the patch it makes the game crash, im am running on like no sleep though so that may not help

this is what iv got so far

gametitle=Monster Hunter [SLES 52707] (E) [6E8BAF03]
comment=code for character
//max health
patch=1,EE,0A0C7B90,word,03E703E7

and this was the original code
Max Health
203CC880 03E703E7
gametitle=Monster Hunter [SLES 52707] (E)
comment=patch by euchale
//money 999999
patch=0,EE,003ae360,word,000F423F
//item slot 1 99
patch=0,EE,003ae5de,word,00000063
//Max Health
patch=1,EE,203CC880,word,03E703E7
test this codes and tell me if it is work
try this: load the game, when you are in game aplly the patch.
sorry, im rather noob when it comes to this, how do i enable them after iv already loaded up the iso?

if it matters the error im getting is
vtlb miss: addr 0xA0C7B90
(05-07-2009, 11:24 AM)dark king Wrote: [ -> ]gametitle=Monster Hunter [SLES 52707] (E)
comment=patch by euchale
//money 999999
patch=0,EE,003ae360,word,000F423F
//item slot 1 99
patch=0,EE,003ae5de,word,00000063
//Max Health
patch=1,EE,203CC880,word,03E703E7
test this codes and tell me if it is work

doesnt look like it works man
loaded up my game and i still had the same amount of money i had when i last saved...
vtlb miss: addr 0xA0C7B90 this is a comman erorr happen a lot of times to enable or disable the patch go to mics=>patch browser
0 = disable
1 = enable in the panch
just change patch=0 to 1 to enable cheat like for example this patch

//money 999999
patch=0,EE,003ae360,word,000F423F
to enable it just chang the 0 after = to 1 to be like this
//money 999999
patch=1,EE,003ae360,word,000F423F
and change it for item also
Pages: 1 2 3