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 March 5th, 2009   #221 (permalink)
Registered User
 
Join Date: Mar 2009
Location: germany
Posts: 8
sry

Last edited by raxxus; March 5th, 2009 at 17:22.. Reason: made a new thread
raxxus is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old March 7th, 2009   #222 (permalink)
Registered User
 
Join Date: Nov 2007
Location: ES
Posts: 17
A little explanation about code conversion.

The codes that start by 0,1,2 can be translated using

Code:
example code
0114133c 00000001
to
patch=1,EE,0114133c,byte,00000001

example code
1114133c 00000001
to
patch=1,EE,0114133c,short,00000001

example code
2114133c 00000001
to
patch=1,EE,0114133c,word,00000001
that's because the codes that start by 0,1,2 are writting in memory, and the difference betwen them is the data size written.

Because in the PS2 the memory accessed in address 0xxxxxxx and 2xxxxxxx it's the same, someone misunderstood the difference between codes that start by 0 and 2 thinking a direct translation applies

Code:
patch=1,EE,0114133c,word,00000001
patch=1,EE,2114133c,word,00000001
the above line do the samething, but only because data in 0114133c and 2114133c it's the same

but
Code:
patch=1,EE,1114133c,word,00000001
has no sense because memory addressed by 1xxxxxxx should be not written.


There is a way to use almost anycode
Code:
example code
4079757B 00C00001
63636363 00000000

to 

patch=1,EE,4079757B,extended,00C00001
patch=1,EE,63636363,extended,00000000
take in consideration "order matters"
Pontifice is offline   Reply With Quote
Old March 8th, 2009   #223 (permalink)
Registered User
 
Join Date: Mar 2009
Location: US/ CA
Posts: 5
Alright guys, I'm getting really frustrated with this and have had no success whatsoever in getting my codes to work. No websites so far have any FFX-International codes and the codes I managed to find don't seem to work even after converting them via CB Decrypter 1.12. I have these codes which I am dying to have working:

Al Bhed Dialogue Translated
2031CE60 FFFFFFFF

Gil Max
2031CE98 3B9AC9FF

Sphere Level won't decrease when moving on the Sphere Board
D01BE6CC 00001823
001BE6CE 00000060
* level will decrease while moving, but will recover when you stop

All Items
A01BF9F8 0806F33E
* need to purchase each item at least once

All Important Items (No Clouded Mirror)
2031D5DC FFFFFFFF
2031D5E0 000FFFFB
2031D5DC FFFFFFFB

All Important Items (No Seven Day Mirror)
2031D5DC FFFFFFFF
2031D5E0 000FFFFB
2031D5DC FFFFFFF7

All Characters S.Lv 99
101BE652 0000A206

If anyone can help me then it would be highly appreciated.

thank you

btw, are those codebreaker codes? What i'm particularly confused about is what kind of codes do we need to input into the pnach files? codebreaker codes, raw codes, action replay codes, gamshark codes or arm2 codes? Furthermore, how do I identify which code is which?

Last edited by kiwibuddy; March 8th, 2009 at 03:34.. Reason: Automerged Doublepost
kiwibuddy is offline   Reply With Quote
Old March 8th, 2009   #224 (permalink)
▄A▄W▄A▄Y▄
 
redlofredlof's Avatar
 
Join Date: Aug 2008
Location: ▄▄▄▄▄▄▄▄
Posts: 3,830
Quote:
Originally Posted by kiwibuddy View Post
Alright guys, I'm getting really frustrated with this and have had no success whatsoever in getting my codes to work. No websites so far have any FFX-International codes and the codes I managed to find don't seem to work even after converting them via CB Decrypter 1.12. I have these codes which I am dying to have working:

Al Bhed Dialogue Translated
2031CE60 FFFFFFFF

Gil Max
2031CE98 3B9AC9FF

Sphere Level won't decrease when moving on the Sphere Board
D01BE6CC 00001823
001BE6CE 00000060
* level will decrease while moving, but will recover when you stop

All Items
A01BF9F8 0806F33E
* need to purchase each item at least once

All Important Items (No Clouded Mirror)
2031D5DC FFFFFFFF
2031D5E0 000FFFFB
2031D5DC FFFFFFFB

All Important Items (No Seven Day Mirror)
2031D5DC FFFFFFFF
2031D5E0 000FFFFB
2031D5DC FFFFFFF7

All Characters S.Lv 99
101BE652 0000A206

If anyone can help me then it would be highly appreciated.

thank you

btw, are those codebreaker codes? What i'm particularly confused about is what kind of codes do we need to input into the pnach files? codebreaker codes, raw codes, action replay codes, gamshark codes or arm2 codes? Furthermore, how do I identify which code is which?
Try the method in post no.222, but I doubt that they will work as I personally have not tested it. If you try to use the tutorial given in first page then the code will not work at all, since codebreaker/codetwink code are no longer compatible with pcsx2 using cbcrypt's common v7 conversion
redlofredlof is offline   Reply With Quote
Old March 26th, 2009   #225 (permalink)
Registered User
 
Join Date: Dec 2008
Location: France
Posts: 11
Hi,

I Search All Items (Weapons) Code Breaker For FF XII Plz

Quote:
gametitle=Final Fantasy XII [SLES 543.55] (E) [ca284668]

Last edited by Kadajio; March 26th, 2009 at 13:10..
Kadajio is offline   Reply With Quote
Old March 28th, 2009   #226 (permalink)
Registered User
 
Join Date: Feb 2009
Location: Sweden
Posts: 5
gametitle=Final Fantasy X [SCES 50490] (E) [A39517AB]

Searching for working pnach that removes two of the three characters from in-battle party, so I can play a real SOLO-challange. Without having to flee with two of the characters each battle...

Please help me with this, been trying for hours.

Best regards Kubo_Silver.
Kubo_silver is offline   Reply With Quote
Old March 28th, 2009   #227 (permalink)
Registered User
 
Join Date: Sep 2008
Location: Netherlands
Posts: 4
lol i only have enable codes that begins with an 9 of an F
ralph9994 is offline   Reply With Quote
Old April 26th, 2009   #228 (permalink)
Registered User
 
Join Date: Apr 2009
Location: makati
Posts: 24
in your example in the first page

gametitle=Makai Kingdom [SLUS 21170] (U) [121AFAF5]
comment=Patch by Author of Codes (replace with the name of the CodeBreaker who made the cheats.)
//Master Code

how do i know what to put in gametitle for my game?
gametitle=Makai Kingdom [SLUS 21170] (U) [121AFAF5]

i followed the tutorial in the first page but they dont work as you said
any luck getting cb codes 7+ to work with pcsx2?
kurtskyg is offline   Reply With Quote
Old April 26th, 2009   #229 (permalink)
Registered User
 
Join Date: Apr 2009
Location: makati
Posts: 24
whati f my cheats all start with 9s and F's?
I cant use them?
kurtskyg is offline   Reply With Quote
Old April 26th, 2009   #230 (permalink)
Registered User
 
Join Date: Apr 2009
Location: makati
Posts: 24
patch=1,EE,003fe78a,word,00000002

so is it a rule i am suppose to always use patch=1,EE,"code",word,"code" format?

also some of my decrypted codes started with 2 and i didnt change them, but they worked.weird.
kurtskyg is offline   Reply With Quote
Old April 27th, 2009   #231 (permalink)
▄A▄W▄A▄Y▄
 
redlofredlof's Avatar
 
Join Date: Aug 2008
Location: ▄▄▄▄▄▄▄▄
Posts: 3,830
what is your problem then?
redlofredlof is offline   Reply With Quote
Old April 27th, 2009   #232 (permalink)
Registered User
 
Join Date: Apr 2009
Location: makati
Posts: 24
tried the guides but i cant get cheats to work
saves work though.
kurtskyg is offline   Reply With Quote
Old April 28th, 2009   #233 (permalink)
▄A▄W▄A▄Y▄
 
redlofredlof's Avatar
 
Join Date: Aug 2008
Location: ▄▄▄▄▄▄▄▄
Posts: 3,830
Quote:
Originally Posted by kurtskyg View Post
tried the guides but i cant get cheats to work
saves work though.

post your complete pnach text here, also read my guide if you have problems.
and don't make copy past the same post on both forums.
redlofredlof is offline   Reply With Quote
Old April 28th, 2009   #234 (permalink)
Registered User
 
Join Date: Apr 2009
Location: makati
Posts: 24
Quote:
Originally Posted by redlofredlof View Post

post your complete pnach text here, also read my guide if you have problems.
and don't make copy past the same post on both forums.
Here

Quote:
gametitle=Metal Gear Solid 3 - Snake Eater [SLES 82013] (E) [086273D2]
comment=cheats
//Infinite Health
patch=1,EE,9571C4A4,word,79363F36
patch=1,EE,A06319D3,word,26B4EC66
//Infinite Stamina
patch=1,EE,8AD61FE7,word,FA3EC2BA
patch=1,EE,AC7EFAD5,word,A742ACC8
//Always Low Play Time
patch=1,EE,5BA046C7,word,D4CBA222
patch=1,EE,9E9F4A26,word,2398A2DB
//No Meals Eaten
patch=1,EE,08512B60,word,E20FAD20
//Never Reload//MK-22
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,97932C15,word,12FE6430
//Never Reload//M1911A1
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,3FB0AACD,word,90D60600
//Never Reload//M16A1
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,DA5A3BB9,word,F25B3A94
//Never Reload//Patriot
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,5660D230,word,D587D9F4
//Never Reload//AK-47
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,0B1597D60,word,19422632
//Never Reload//M37
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,97D86041,word,AD91FDBA
//Max Ammo//MK-22
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,BD980FF3,word,65952627
//Max Ammo//M1911A1
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,EFB5A18C,word,1D594528
//Max Ammo//Patriot
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,C58533BF,word,9C7BF098
//Max Ammo//M16A1
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,89B54459,word,DF510651
//Max Ammo//AK-47
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,F2817978,word,DF510651
//Max Ammo//M37
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,D0D6CDD9,word,6B71D493
//Max Ammo//SVD
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,5C593D2D,word,4A9F5B2F
//Max Ammo//Frag Grenade
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,CE4CF8FD,word,DEAD3248
//Max Ammo//Stun Grenade
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,43BB3140,word,236F71B4
//Max Ammo//Magazines
patch=1,EE,B8FA8D59,word,BB83A6AA
patch=1,EE,0BE769F8,word,8F665C2D
//Max Ammo//Cigar Gas-Spray
patch=1,EE,F5D58848,word,56DD0FA0
//Max Ammo//Handkerchief
patch=1,EE,EB3ECF2C,word,A5E757B5
//Max Ammo//RPG-7
patch=1,EE,D21B6745,word,05A2FA12
//Max Ammo//TNT
patch=1,EE,9E468A36,word,09BE0318
//Max Ammo//C3
patch=1,EE,0AA7079F,word,0A5C35E9
//Max Ammo//Claymore
patch=1,EE,4573B9EE,word,6715F01F
//Infinite Ammo//MK-22
patch=1,EE,B20D7098,word,09AB9723
patch=1,EE,B23E0573,word,4CA304B3
//Have Item//Bandana
patch=1,EE,E7DA0173,word,DFD5303A
//Have Item//Stealth Camouflage
patch=1,EE,007C9D84,word,0BA8750F
//Have Item//Cardboard Box D
patch=1,EE,32DA58024,word,15B3E36D
//Have Item//Cardboard Box C
patch=1,EE,C88DD859,word,64795F77
//Have Item//Patriot
patch=1,EE,EBB1F625,word,F5D2ABDC
//Have Item//Camera
patch=1,EE,7501C704,word,18069CE4
//Have Item//Pentazemin
patch=1,EE,FDBCFE01,word,32427540
//Have Item//EZ Gun
patch=1,EE,0BEEEFA9,word,527785F0
kurtskyg is offline   Reply With Quote
Old April 28th, 2009   #235 (permalink)
▄A▄W▄A▄Y▄
 
redlofredlof's Avatar
 
Join Date: Aug 2008
Location: ▄▄▄▄▄▄▄▄
Posts: 3,830
what is the error that you get?
try only one code at a time.
Don't forget to enable pnaches in pcsx2.
Also rename the file as 086273d2.pnach
redlofredlof is offline   Reply With Quote
Old April 28th, 2009   #236 (permalink)
Emu author
 
@ruantec's Avatar
 
Join Date: Nov 2002
Location: Austria (originally from Dominican Republic)
Posts: 2,380
ok i have a small question and hope someone can help me out with that..... i´ve made my patch file for FFX US version and everything worked fine yesterday... today i added few more codes and started the game again... after few nice scenes from tidus and yuna i went further in the game but this time every time i have to fight the game freeze. i tried to change everything and even deactivated the cheats and choosed a previous safe file eventhough the game still freeze on every single battle.

i used a older memorycard and i could play the game again but when i try to add a single cheat code to the patch file the game freeze when a battle starts no matter what i do. another problem i got is that after i rebooted my pc every single sound plugin fail and so i have no sound.

men am starting to feel like a noob lol. one thing i have to admit tho... PCSX2 has never worked correctly or stable on my pc.

btw i was toying a bit with the codes and pcsx2 to make a tool that will finally make the cheat creation a lot easier for everyone.
__________________

Current development tools:

Visual C++.net, Visual C#.net
Visual VB.net, Visual Webdeveloper.net
Bloodshed Dev C++, Borland C++
Visual Basic 6
@ruantec is offline   Reply With Quote
Old April 29th, 2009   #237 (permalink)
▄A▄W▄A▄Y▄
 
redlofredlof's Avatar
 
Join Date: Aug 2008
Location: ▄▄▄▄▄▄▄▄
Posts: 3,830
Quote:
Originally Posted by @ruantec View Post
ok i have a small question and hope someone can help me out with that..... i´ve made my patch file for FFX US version and everything worked fine yesterday... today i added few more codes and started the game again... after few nice scenes from tidus and yuna i went further in the game but this time every time i have to fight the game freeze. i tried to change everything and even deactivated the cheats and choosed a previous safe file eventhough the game still freeze on every single battle.

i used a older memorycard and i could play the game again but when i try to add a single cheat code to the patch file the game freeze when a battle starts no matter what i do. another problem i got is that after i rebooted my pc every single sound plugin fail and so i have no sound.

men am starting to feel like a noob lol. one thing i have to admit tho... PCSX2 has never worked correctly or stable on my pc.

btw i was toying a bit with the codes and pcsx2 to make a tool that will finally make the cheat creation a lot easier for everyone.
first of all don't use save states if you are currently using them.
Secondly, did you save previously with the pnatch ON. If so then the game got saved with the cheat turned ON, this will cause a problem later in the game (in your case, it already happened).
You can try to turn off the pnach and save at a point previous to the part where the game got stuck. I haven't played FFX before so I don't know how the save feature works in that game.
About the sound plugin, try to delete the INI file of the sound plugin.
I never got any problem of this sort with any pnach file. The only errors that I used to get were vtlb miss errors while making the pnaches.

And its good to hear about the tool that you are working on, keep it up.
redlofredlof is offline   Reply With Quote
Old April 29th, 2009   #238 (permalink)
Emu author
 
@ruantec's Avatar
 
Join Date: Nov 2002
Location: Austria (originally from Dominican Republic)
Posts: 2,380
Quote:
Originally Posted by redlofredlof View Post
first of all don't use save states if you are currently using them.
Secondly, did you save previously with the pnatch ON. If so then the game got saved with the cheat turned ON, this will cause a problem later in the game (in your case, it already happened).
You can try to turn off the pnach and save at a point previous to the part where the game got stuck. I haven't played FFX before so I don't know how the save feature works in that game.
About the sound plugin, try to delete the INI file of the sound plugin.
I never got any problem of this sort with any pnach file. The only errors that I used to get were vtlb miss errors while making the pnaches.

And its good to hear about the tool that you are working on, keep it up.
seems so.. anyways i´ve found a better way to create pnaches and as i posted in my last am developing few classes that are part of @ES... since am going to need a while to complete @ES i decided to use those classes and write a small tool that will finally free people from there misery and finally be able to add cheats directly from the code pages without the need of a external tool in order to decryp there codes(not to mention add comments and pnaches structures).

atm the Codebreaker class for decryption and encryption is done.. the Action replay is almost done and am also reading some information about raw codes etc. last but not least i´ve completed a class for @ES that is able to retrieve id´s, game title and CRC codes from PSX, PS2, Gamecube, Wii and Dreamcast which i´ll use to fill the required information in the pnach file.

in the following pic you will see the class in action.... the gui is not complete yet so am mostly using it for tests.


...............................oh and hey redlofredlof nice tutorial but my class already changes the values of 1 or 2 if the decrypted code starts with it
Regards
@ruantec
Attached Images
File Type: jpg CBConvertor.jpg (205.7 KB, 25 views)
__________________

Current development tools:

Visual C++.net, Visual C#.net
Visual VB.net, Visual Webdeveloper.net
Bloodshed Dev C++, Borland C++
Visual Basic 6

Last edited by @ruantec; April 29th, 2009 at 19:18..
@ruantec is offline   Reply With Quote
Old May 1st, 2009   #239 (permalink)
▄A▄W▄A▄Y▄
 
redlofredlof's Avatar
 
Join Date: Aug 2008
Location: ▄▄▄▄▄▄▄▄
Posts: 3,830
Quote:
Originally Posted by @ruantec View Post
seems so.. anyways i´ve found a better way to create pnaches and as i posted in my last am developing few classes that are part of @ES... since am going to need a while to complete @ES i decided to use those classes and write a small tool that will finally free people from there misery and finally be able to add cheats directly from the code pages without the need of a external tool in order to decryp there codes(not to mention add comments and pnaches structures).

atm the Codebreaker class for decryption and encryption is done.. the Action replay is almost done and am also reading some information about raw codes etc. last but not least i´ve completed a class for @ES that is able to retrieve id´s, game title and CRC codes from PSX, PS2, Gamecube, Wii and Dreamcast which i´ll use to fill the required information in the pnach file.

in the following pic you will see the class in action.... the gui is not complete yet so am mostly using it for tests.


...............................oh and hey redlofredlof nice tutorial but my class already changes the values of 1 or 2 if the decrypted code starts with it
Regards
@ruantec


Its good to hear that your program already changes the values of 1 and 2 to 0. You might as well try to convert the codes using byte short and extended.
I have a proper guide at pcsx2 forums.
Since using word all the time does not work, we may have to use other methods. Although it has always worked for me, some users have found it difficult to make it work by using "word".

redlof's Guide to Convert Codetwink Cheats to PNACH Files! for newbs.
redlofredlof is offline   Reply With Quote
Old May 14th, 2009   #240 (permalink)
Registered User
 
Join Date: May 2009
Location: Germany
Posts: 5
Exclamation Phantasy Star Universe (OFFLINE)

Hi People, i am from germany and im new here and i wanted to request this:

.pnach cheat for Phantasy Star Universe [PAL]
F9 AD B5 37 57 25 82 A5 96 43 DD B0 8F 5F 07 05 20 78 CD 73

(E) SLES 54308 CRC :38A5588B


I need the Following Cheats:

//Max Infinite HP
1C9B8548 3855089C
1C9B854C 1446CFE5
1C9B8550 147ACFC6
1C9B8554 B075E7C1
1C9B8558 0C500D32
1C9B855C B075E7BD
1CB0ED68 0C53E71D

//Infinite Weapon HP
1C9B8568 9A55E79B
1C9B856C 0C4BC7FD
1C9B8570 BA55E799
1CBA419C 1053E735

//Gain 50000 Exp Per Kill <---- This and
1CBDE418 2843A475

//Quick Max Meseta <----- This,are Very important,if only this two would be , it would be enough for me i just need this two.
1CBDE860 2045EA12
1CBDE874 2A39C70C

Please Someone convert and make a pnach file for this Please i really need it.

PS:These Codes Are CodeBreaker but i dont know,are they Encrypted or Decrypted,im totaly a newbee in this stuffs...

I am Waiting now 3 days.. please someone help me... i tried so many sites and codes i converted many codes but nothing worked,... look the Screen Shot the codes are actualy ok or? In the Console there Comes alot numbered Codes i dont know why, but becuz of those codes that appears in console the game doesnt start pls someone take a look. Thanks.
Attached Images
File Type: jpg Problem =(.jpg (182.4 KB, 3 views)

Last edited by zanmatou; May 17th, 2009 at 17:34.. Reason: pls read this ..... someone ...
zanmatou 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 03:17.

© 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