..:: PCSX2 Forums ::..

Full Version: PCSX2 Crashes when Patch are enabled.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I have been trying to use a patch or add a code but when I have the patch enabled it crashes, I have even removed all patched and just typed in a master code and it still crashed.
What codes are you trying to use(post them here)
(02-08-2010, 01:01 PM)vsub Wrote: [ -> ]What codes are you trying to use(post them here)

F032165C 0032165F thats what I use that is converted to a raw file. and then I add maybe a new one like this 20373EE8 3B9AC9FF and have patches enabled and it crashes. Even with the first one only in
Codes starting with F are either not converted or master codes(master codes are not needed in pcsx2)
;o Ohreally? I didnt know that x.x Durp on my part. Thank you
btw I hope you're not inserting them this way right
20373EE8 3B9AC9FF
For this one it must be
patch=1,EE,20373EE8,word,3B9AC9FF
or
patch=1,EE,20373EE8,extended,3B9AC9FF
(of course if it's converted correctly)
But isnt that how you enter it in the patch browser when you click on Raw
(02-08-2010, 01:35 PM)Lebreau Wrote: [ -> ]But isnt that how you enter it in the patch browser when you click on Raw

You enter them like this
patch=1,EE,20373EE8,word,3B9AC9FF
not like this
20373EE8 3B9AC9FF

byte - is used for values from 0 to 255(0-FF)
short - is used for values from 0 to 65535(0-FFFF)
word - is used for values from 0 to 4294967295(0-FFFFFFFF)
hmm odd o.0 wont let me.. Oh well thanks for the help ;3
I was always unsure of what to enter byte,short,word. I usually just put word.

For example if I added say 99 mythril swords in ffxii would I then use byte?

If I added 20,000 gil would I use short?
Pages: 1 2