Emuforums.com

Go Back   Emuforums.com > PS2 Emulation > PCSX2 Forum
Home Register Downloads FAQ Members List Calendar Arcade Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
Old November 15th, 2008   #121 (permalink)
▄A▄W▄A▄Y▄
 
redlofredlof's Avatar
 
Join Date: Aug 2008
Location: ▄▄▄▄▄▄▄▄
Posts: 3,830
this code is not correct.
I think the previous one was correct.
Does pcsx2 recognize your code. Did you put the pnach in the pnach directory and name it as 0F6b6315.pnach
try some other code and see if it works. All the codes don't work.
redlofredlof is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old November 15th, 2008   #122 (permalink)
 
Join Date: Nov 2008
Location: United States
Posts: 82
which previous one are u talking about and how do u know its not correct, i mean im using v7 encription. i named it as that but where is the pnach directory. i just put it flat out in the patches folder. ill try another code after u tell me this
ferzan is offline   Reply With Quote
Old November 15th, 2008   #123 (permalink)
▄A▄W▄A▄Y▄
 
redlofredlof's Avatar
 
Join Date: Aug 2008
Location: ▄▄▄▄▄▄▄▄
Posts: 3,830
1. copy the raw codes into cbcrypt
2. have the common v7 encription checked
3. convert
4. copy them into patch file
5. place file in Patches folder
Also do not add the master code, pcsx2 does not require that.

here is a code I made for tekken5
your code should look similar to this one
gametitle=Tekken5 [SLUS 21059] (U) [652050d2]
comment=Code Master
//all char
patch=1,EE,203E4568,word,FFFFFFFF
//extra costume asuka
patch=1,EE,203E4DB8,word,00000001
//devil jin
patch=1,EE,201553C0,word,00000001
//anna costume extra
patch=1,EE,203E4D40,word,00000001
//Ling Xiaoyu extra costume
patch=1,EE,203E4B10,word,00000001
//Christie Monteiro extra costume
patch=1,EE,203E4B38,word,00000001
//Julia Chang extra costume
patch=1,EE,003E4B84,word,000000FF
//infinite fite money
patch=1,EE,203E4638,word,05F5E0FF
redlofredlof is offline   Reply With Quote
Old November 15th, 2008   #124 (permalink)
 
Join Date: Nov 2008
Location: United States
Posts: 82
what does copy them into a patch file mean. also i just tried a different code and it still doesnt work. i dont get what im doing wrong. do i make a new notepad or edit an other one.

Last edited by ferzan; November 15th, 2008 at 14:35..
ferzan is offline   Reply With Quote
Old November 15th, 2008   #125 (permalink)
▄A▄W▄A▄Y▄
 
redlofredlof's Avatar
 
Join Date: Aug 2008
Location: ▄▄▄▄▄▄▄▄
Posts: 3,830
make a new notepad file and when you are done go to file>save as>0F6b6315.pnach
redlofredlof is offline   Reply With Quote
Old November 15th, 2008   #126 (permalink)
 
Join Date: Nov 2008
Location: United States
Posts: 82
man this sux. nothin works. i dont get it. i did everything u said and it still wont detect it. if it helps. the dos prompt window says patch not found cant apply patches crc=0f6b6315. is there anything else i can do or maybe look at/fix to make it work.

yo im gonna make this a thread so that more people could answer it. its ok right

Last edited by ferzan; November 15th, 2008 at 15:17.. Reason: Automerged Doublepost
ferzan is offline   Reply With Quote
Old November 15th, 2008   #127 (permalink)
$2 per holla
 
ryllian's Avatar
 
Join Date: Jul 2008
Location: idk
Posts: 457
Did you save it as .pnach? not .pnach.txt? If the crc checksum doesn't match it means you got codes for the wrong version of the game.

And no, don't make a new thread, this thread is here for a reason.
__________________
C2D Penryn x9100 @ 3.3ghz
9800gtx @ stock
4GB DDR3 @ 1066mhz CL7
4GB Intel Turbo Memory
Win XP Pro x64


Bored.
ryllian is offline   Reply With Quote
Old November 15th, 2008   #128 (permalink)
 
Join Date: Nov 2008
Location: United States
Posts: 82
first off. ryllian. i love u. ur the first person to respond. please dont leave. ok. i already checked my crc is the same.and im pretty sure its .pnach. i mean how would u kno. i move my mouse over and it says .pnach only
ferzan is offline   Reply With Quote
Old November 15th, 2008   #129 (permalink)
$2 per holla
 
ryllian's Avatar
 
Join Date: Jul 2008
Location: idk
Posts: 457
Do you have "view known file extensions" enabled in folder options? You need it to be enabled to change the format of files via renaming.

Just take a look at a setup file or something, and if it just says "setup" then you have it off, whereas if it says "setup.exe" or "setup.msi" (or some other variant) then it's on.
__________________
C2D Penryn x9100 @ 3.3ghz
9800gtx @ stock
4GB DDR3 @ 1066mhz CL7
4GB Intel Turbo Memory
Win XP Pro x64


Bored.
ryllian is offline   Reply With Quote
Old November 15th, 2008   #130 (permalink)
 
Join Date: Nov 2008
Location: United States
Posts: 82
whats a setup file and where do i find it and file extensions was already enabled. now what do i rename i to. also when i check out the dos prompt window it says,patches not found cant apply patches in the title bar and "xml load returned error/ trying to load pnach. patch file for this game not found

Last edited by ferzan; November 15th, 2008 at 22:45..
ferzan is offline   Reply With Quote
Old November 15th, 2008   #131 (permalink)
$2 per holla
 
ryllian's Avatar
 
Join Date: Jul 2008
Location: idk
Posts: 457
No, I only mentioned the setup file as an example of what a filename should look like.

If you changed the extension to pnach correctly, windows should have given you a warning along the lines of "are you sure? the file may be unusable".

Also, are you sure you wrote the pnach file in the right format? It seems you probably named the file wrong if it can't find it. Also xml error suggests you used the wrong layout; The very start of your pnach file in a text editor should be according to the following format -

gametitle=<game title> [<SLUS number>] (<region>)
comment=Patch by <Author of Codes>
<Followed by the converted codes.>

Replacing the <> parts with whatever suits your game of course.

Besides this, are you absolutely certain you have the correct CRC as the filename of the file?
__________________
C2D Penryn x9100 @ 3.3ghz
9800gtx @ stock
4GB DDR3 @ 1066mhz CL7
4GB Intel Turbo Memory
Win XP Pro x64


Bored.
ryllian is offline   Reply With Quote
Old November 15th, 2008   #132 (permalink)
 
Join Date: Nov 2008
Location: United States
Posts: 82
well i got that message when i tryed naming it pnach.txt but no, i never got that message by itself. pnach. heres me setup, wats wrong. oh im pretty sure my crc is right. can u tell me a way to find out.

gametitle=Kingdom Hearts [SLUS 20370] (U) [0F6b6315]
comment=Code Master
//Max HP
Patch=1,EE,898D7FDB,word,1FAFF48B

oh AND CAN U RESPOND FASTER CAUSE IVE BEEN countin and u respond every 40 minutes. im sorry. i should be glad ur helpin me
ferzan is offline   Reply With Quote
Old November 15th, 2008   #133 (permalink)
$2 per holla
 
ryllian's Avatar
 
Join Date: Jul 2008
Location: idk
Posts: 457
Here, I'm too lazy to explain the process over and over, so just download this, extract it and then remove any cheats you don't want, and put it in you patch folder.

Also make sure you actually have patches enabled in pcsx2 options in the first place.
Attached Files
File Type: rar 0f6b6315.rar (481 Bytes, 44 views)
__________________
C2D Penryn x9100 @ 3.3ghz
9800gtx @ stock
4GB DDR3 @ 1066mhz CL7
4GB Intel Turbo Memory
Win XP Pro x64


Bored.
ryllian is offline   Reply With Quote
Old November 16th, 2008   #134 (permalink)
 
Join Date: Nov 2008
Location: United States
Posts: 82
it still doesnt work and i am still gettin the same errors and patches are enables in misc
ferzan is offline   Reply With Quote
Old November 16th, 2008   #135 (permalink)
$2 per holla
 
ryllian's Avatar
 
Join Date: Jul 2008
Location: idk
Posts: 457
Then either you gave me the wrong SLUS, or you have a pirated KH rom with a incorrect CRC. That pnach file works fine with my copy of KH which is identical to yours (same CRC and SLUS20370 U), so either it's one of the above reasons or you didn't put the pnach in the right place.
__________________
C2D Penryn x9100 @ 3.3ghz
9800gtx @ stock
4GB DDR3 @ 1066mhz CL7
4GB Intel Turbo Memory
Win XP Pro x64


Bored.
ryllian is offline   Reply With Quote
Old November 16th, 2008   #136 (permalink)
 
Join Date: Nov 2008
Location: United States
Posts: 82
um i just checked my pnach from dos prompt window and it is 0f6b6313. i thought every same country iso was the same pnach and the slus is the first 5 number in the ps2vers software right. theres a decimal and i didnt include that.was i supposed too

slus-SLUS_203.70 0039A044 01C24273 5B495500 01C24273 5B495500

Last edited by ferzan; November 16th, 2008 at 01:21..
ferzan is offline   Reply With Quote
Old November 16th, 2008   #137 (permalink)
$2 per holla
 
ryllian's Avatar
 
Join Date: Jul 2008
Location: idk
Posts: 457
The version I gave you was 203.70, I was simply too lazy to type the decimal and underscore since I'm typing from my ipod.

If your CRC is 0f6b6313 and not 0F6b6315, then just change the CRC in the pnach and see if it works, if not, then you most probably have a bad/pirated iso and there's nothing anyone can help with.

gametitle=Kingdom Hearts [SLUS 20370] (U) [0F6b6313]
comment=Cheat Patch by cyclonmaster
//Master Code ---------------------------
patch=1,EE,00100008,word,0026322B
//Press Start For Save Menu
//patch=1,EE,204865E0,word,00114288
//Max Munny -----------------------------
//patch=1,EE,204080AC,word,0001869F
//Have All 101 Dalmatians ---------------
//patch=1,EE,003F3393,word,000000FF
//patch=1,EE,203F3394,word,FFFFFFFF
//patch=1,EE,203F3398,word,FFFFFFFF
//patch=1,EE,203F339C,word,FFFFFFFF
//Have All Trinity's -------------
//patch=1,EE,003F38AB,word,000000FF
//Infinite Time(In Collisseum) ----------
//patch=1,EE,102B6230,word,0000F600
//[Sora Codes] --------------------------
//Infinite HP
//patch=1,EE,003F1C95,word,000000FF
//Max HP
patch=1,EE,003F1C96,word,000000FF
//Infinite MP
//patch=1,EE,003F1C97,word,000000FF
//Quick EXP Gain
//patch=1,EE,103F1CD0,word,0000FFFF
//[Max Item Codes] ----------------------
//Mega-Potion
patch=1,EE,003F212F,word,00000063
__________________
C2D Penryn x9100 @ 3.3ghz
9800gtx @ stock
4GB DDR3 @ 1066mhz CL7
4GB Intel Turbo Memory
Win XP Pro x64


Bored.
ryllian is offline   Reply With Quote
Old November 16th, 2008   #138 (permalink)
 
Join Date: Nov 2008
Location: United States
Posts: 82
sorry it was 5. typo. ahhhh . IS THERE ANY OTHER WAY I CAN USE ACTION REPLAY, CODEBREAKER, OR GAMESHARK CODES ON PCSX2. ahhhhhh. man. this isnt workin out the way i planned. please just someone respond and can someone tell me where i can see the amount of people viewing for this thread

Last edited by ferzan; November 16th, 2008 at 13:30..
ferzan is offline   Reply With Quote
Old November 17th, 2008   #139 (permalink)
Registered User
 
Join Date: Dec 2007
Location: UK
Posts: 247
I'm stuck, I either get a crash, or the console says xml error loading patch, does this seem ok?
Quote:
gametitle=Final Fantasy X [SCES 50490] (E) [A39517AB]
comment=Patch By CKemu
//
//Emulation Fixes
//Skip Videos [No longer required: 0.9.2-0715-i]
//patch=0,EE,0015d1c0,word,100000b2
//Kill INIT SOUND [No longer required: 0.9.2-0715-i]
//patch=0,EE,00126074,word,00000000
//Kill INIT VOICE [No longer required: 0.9.2-0715-i]
//patch=0,EE,00126088,word,00000000
//
//Misc Patches
//Use (U) gamesaves [SLUS 20312]
//patch=0,EE,00241434,word,24a56e60
//ZeroGS Patch - GAME_FFXHACK
zerogs=00000080
//All Key Items
//patch=1,EE,2031D95C,word,FFFFFFFF
//patch=1,EE,2031D960,word,000FFFFB
//patch=1,EE,1031983C,word,00000101

//All Items
//patch=1,EE,200FFF30,word,96F30000
//patch=1,EE,200FFF38,word,26730001
//patch=1,EE,200FFF3C,word,A6F30002
//patch=1,EE,200FFF40,word,8FA20000
//patch=1,EE,200FFF48,word,080932B5
//patch=1,EE,2024CACC,word,0803FFCC
//patch=1,EE,2024C9D4,word,24110063
//patch=1,EE,2024C9E0,word,A2D10000
//patch=1,EE,2031D39C,word,20012000

//Character Codes
//
//Tidus
//HP
//patch=1,EE,1031EAC0,word,0000270F
//MP
//patch=1,EE,1031EAC4,word,000003E7
//Max Stats
//patch=1,EE,FEAD14C3,word,BCA99B82
//patch=1,EE,DEAD14C2,word,BBA89A82
//patch=1,EE,CEAD14CE,word,BCA99A82
//patch=1,EE,FEAD14C8,word,BCA99B82
//
//All Skills, Specials, Black Magic, White Magic
//patch=1,EE,1031EADA,word,0000FFFF
//patch=1,EE,2031EADC,word,FFFFFFFF
//patch=1,EE,2031EAE0,word,FFFFFFFF
//patch=1,EE,1031EAE4,word,0000FFFF
__________________
Core 2 Duo E4300 @ 2997mhz (333x9 @1.3250v) (66.5% Overclock, stock voltage), Arctic Cooling Freezer 7 Pro, 2gb PC6400 OCZ Special Ops (5-5-5-12 @ 2.1v) @ (4-4-4-10 @ 2.0v) @ 667mhz, Gigabyte GA-965P-DS3 rev 2.0 F13 BIOS, Coolermaster iGreen 430w PSU, Sapphire X1600 pro 256mb DDR2, Samsung SpinPoint 2504C SATA 2, Samsung SH-S183A DVDRW, Vista Ultimate x64 SP1
22point8 is offline   Reply With Quote
Old November 17th, 2008   #140 (permalink)
$2 per holla
 
ryllian's Avatar
 
Join Date: Jul 2008
Location: idk
Posts: 457
Lol no, because you've commented out every single patch line.

When there's a "//" infront of a line, pcsx2 won't run it. So basically, just remove the "//" from any cheats you want, and it'll work fine.

Example~
Quote:
//All Items
patch=1,EE,200FFF30,word,96F30000
patch=1,EE,200FFF38,word,26730001
patch=1,EE,200FFF3C,word,A6F30002
patch=1,EE,200FFF40,word,8FA20000
patch=1,EE,200FFF48,word,080932B5
patch=1,EE,2024CACC,word,0803FFCC
patch=1,EE,2024C9D4,word,24110063
patch=1,EE,2024C9E0,word,A2D10000
patch=1,EE,2031D39C,word,20012000
Quote:
//Character Codes
//
//Tidus
//HP
patch=1,EE,1031EAC0,word,0000270F
//MP
patch=1,EE,1031EAC4,word,000003E7
//Max Stats
patch=1,EE,FEAD14C3,word,BCA99B82
patch=1,EE,DEAD14C2,word,BBA89A82
patch=1,EE,CEAD14CE,word,BCA99A82
patch=1,EE,FEAD14C8,word,BCA99B82
__________________
C2D Penryn x9100 @ 3.3ghz
9800gtx @ stock
4GB DDR3 @ 1066mhz CL7
4GB Intel Turbo Memory
Win XP Pro x64


Bored.
ryllian is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 02:59.

© 2006 - 2008 Emu Forums | About Emu Forums | Legal | A member of the Crowdgather Forum Community


Powered by vBulletin® Version 3.7.6
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5