PCSX2 Crashes when Patch are enabled.
#1
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.
Reply

Sponsored links

#2
What codes are you trying to use(post them here)
Reply
#3
(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
Reply
#4
Codes starting with F are either not converted or master codes(master codes are not needed in pcsx2)
Reply
#5
;o Ohreally? I didnt know that x.x Durp on my part. Thank you
Reply
#6
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)
Reply
#7
But isnt that how you enter it in the patch browser when you click on Raw
Reply
#8
(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)
Reply
#9
hmm odd o.0 wont let me.. Oh well thanks for the help ;3
Reply
#10
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?
Reply




Users browsing this thread: 1 Guest(s)