Cheat Problems Troubleshooting Guide
#31
hi i somehow cant picture it the diffrence between word and extended
in case i have some cheat like this 9A58571C 188A0C84
how do i know that was a word or extended
Reply

Sponsored links

#32
Your example "9A58571C 188A0C84" is not a raw code. Some hints to identify whether a raw code or non-raw are written in the chapter 5 in this guide. See also an attached file "pcsx2 and PCSX2OTC code implementation.txt" to deepen your understanding.

From here, assume codes are raw.

A raw format code like "xxxxxxxx yyyyyyyy" is for "extended" in a pnach format. Meanings of "byte", "short", "word" and "extended" are written in the chapter 4 in this guide.

In short, if you want to use raw format codes which are created by others, use only "extended" for a pnach format. If you create your own cheats or patches, choose any type of the four types depend on the cheats or the patches.


There are more concrete examples of meanings/differences of the four types I wrote before.
- http://forums.pcsx2.net/Thread-split-Yak...#pid377310
- http://forums.pcsx2.net/Thread-having-a-...#pid397008 (an attached image)

vsub's explanation is also useful to understand these things.
- http://forums.pcsx2.net/Thread-having-a-...#pid396942
Reply
#33
I'm using the pnach file to add cheats to Xenosaga Episode 1 but when I try to load them up my console goes haywire with errors and doesn't boot up. I'm not sure what I've done wrong, I've converted the cheats to raw using omniconvert and created the pnach file using PCSX2CE. I am getting cpuTlbMiss errors in red text and IOPunknown errors in yellow. The following is my pnach file

Code:
//gametitle= Xenosaga Episode I: Der Wille zur Macht [SLUS 20469]
comment=None

//Unlock Items Codes Activator
patch=1,EE,1C9A8028,extended,2055E7B5
patch=1,EE,1C9A802C,extended,3835B0E5
patch=1,EE,1C9A8030,extended,9038E7A5
patch=1,EE,1C9A8034,extended,9037E7A1
patch=1,EE,1C9A8038,extended,0458E7A4
patch=1,EE,1C9A8040,extended,3853E788
patch=1,EE,1C9A8044,extended,B413E7A5
patch=1,EE,1C9A804C,extended,1417CFBF
patch=1,EE,1C9A8050,extended,3818E7A7
patch=1,EE,1C9A8054,extended,0876B00F
patch=1,EE,1C9A805C,extended,3835E79D
patch=1,EE,1C9A8060,extended,2053E7B5
patch=1,EE,1C9A8064,extended,0875B017
patch=1,EE,1C9A806C,extended,419FE79D
patch=1,EE,1C9A8070,extended,0C4CB503
patch=1,EE,1CBE4CB8,extended,0C53B0E5

//AGWS Accessories
patch=1,EE,1C9A80F0,extended,14944365
patch=1,EE,1C9A80F4,extended,14944381
patch=1,EE,1C9A80F8,extended,14944391
patch=1,EE,1C9A80FC,extended,1494438D
patch=1,EE,1C9A80F8,extended,1494431D
patch=1,EE,1C9A80FC,extended,1494431B

//Human Accessories
patch=1,EE,1C9A8000,extended,14943C65
patch=1,EE,1C9A8004,extended,14943C7B
patch=1,EE,1C9A8008,extended,14943C8B
patch=1,EE,1C9A800C,extended,149443D7

//All Items
patch=1,EE,1C9A8010,extended,14944A65
patch=1,EE,1C9A8014,extended,14944A4D

//All Mech Weapons
patch=1,EE,1C9A8018,extended,149448DF
patch=1,EE,1C9A801C,extended,14943FC7
Reply
#34
Those codes are not raw,post the original codes

Edit:
Code:
//Unlock Items Codes Activator
patch=1,EE,200FFF00,extended,3C010010
patch=1,EE,200FFF04,extended,2421FFC0
patch=1,EE,200FFF08,extended,8C260000
patch=1,EE,200FFF0C,extended,8C270004
patch=1,EE,200FFF10,extended,10060007
patch=1,EE,200FFF18,extended,24030063
patch=1,EE,200FFF1C,extended,A0C30000
patch=1,EE,200FFF24,extended,00C7182A
patch=1,EE,200FFF28,extended,24C60002
patch=1,EE,200FFF2C,extended,1460FFFA
patch=1,EE,200FFF34,extended,24210008
patch=1,EE,200FFF38,extended,3C030010
patch=1,EE,200FFF3C,extended,1461FFF2
patch=1,EE,200FFF44,extended,DFBF0008
patch=1,EE,200FFF48,extended,080AF2E6
patch=1,EE,202BCB90,extended,0803FFC0

//AGWS Accessories
patch=1,EE,200FFFC8,extended,00426C40
patch=1,EE,200FFFCC,extended,00426C64
patch=1,EE,200FFFD0,extended,00426C74
patch=1,EE,200FFFD4,extended,00426C78
patch=1,EE,200FFFD0,extended,00426C88
patch=1,EE,200FFFD4,extended,00426C8E

//Human Accessories
patch=1,EE,200FFFD8,extended,00426B40
patch=1,EE,200FFFDC,extended,00426B6E
patch=1,EE,200FFFE0,extended,00426B7E
patch=1,EE,200FFFE4,extended,00426C32

//All Items
patch=1,EE,200FFFE8,extended,00426540
patch=1,EE,200FFFEC,extended,004265B8

//All Mech Weapons
patch=1,EE,200FFFF0,extended,004267CA
patch=1,EE,200FFFF4,extended,00426822
Reply
#35
(09-19-2014, 09:00 PM)vsub Wrote: Those codes are not raw,post the original codes

Edit:
Code:
//Unlock Items Codes Activator
patch=1,EE,200FFF00,extended,3C010010
patch=1,EE,200FFF04,extended,2421FFC0
patch=1,EE,200FFF08,extended,8C260000
patch=1,EE,200FFF0C,extended,8C270004
patch=1,EE,200FFF10,extended,10060007
patch=1,EE,200FFF18,extended,24030063
patch=1,EE,200FFF1C,extended,A0C30000
patch=1,EE,200FFF24,extended,00C7182A
patch=1,EE,200FFF28,extended,24C60002
patch=1,EE,200FFF2C,extended,1460FFFA
patch=1,EE,200FFF34,extended,24210008
patch=1,EE,200FFF38,extended,3C030010
patch=1,EE,200FFF3C,extended,1461FFF2
patch=1,EE,200FFF44,extended,DFBF0008
patch=1,EE,200FFF48,extended,080AF2E6
patch=1,EE,202BCB90,extended,0803FFC0

//AGWS Accessories
patch=1,EE,200FFFC8,extended,00426C40
patch=1,EE,200FFFCC,extended,00426C64
patch=1,EE,200FFFD0,extended,00426C74
patch=1,EE,200FFFD4,extended,00426C78
patch=1,EE,200FFFD0,extended,00426C88
patch=1,EE,200FFFD4,extended,00426C8E

//Human Accessories
patch=1,EE,200FFFD8,extended,00426B40
patch=1,EE,200FFFDC,extended,00426B6E
patch=1,EE,200FFFE0,extended,00426B7E
patch=1,EE,200FFFE4,extended,00426C32

//All Items
patch=1,EE,200FFFE8,extended,00426540
patch=1,EE,200FFFEC,extended,004265B8

//All Mech Weapons
patch=1,EE,200FFFF0,extended,004267CA
patch=1,EE,200FFFF4,extended,00426822

Just out of curiosity, I'd like to know how to get the raw codes, as I said I used omniconvert, and I changed the input depending on the codes, had the output set to Unencrypted and standard. Did I mess something up with that?
Reply
#36
You must set the input to the correct format and output to Standard or rarely to the other modes in unencrypted.

The codes I found(and probably are the same you used before converting)were using ARMAX encryption,so I set the input to ARMAX and output to Unencrypted=>Standard and the result is what I posted(but without pnach formatting)
Reply
#37
I did all that though, I changed the input formatting to ARMAX and the output to standard. All well I guess I just messed something up and don't realize it. Thanks a lot for the help.
Reply
#38
vsub and tadatada are the resident forum cheat code/patch Gods.
[Image: XTe1j6J.png]
Gaming Rig: Intel i7 6700k @ 4.8Ghz | GTX 1070 TI | 32GB RAM | 960GB(480GB+480GB RAID0) SSD | 2x 1TB HDD
Reply
#39
(09-19-2014, 09:24 PM)dragonsl5 Wrote: I did all that though, I changed the input formatting to ARMAX and the output to standard. All well I guess I just messed something up and don't realize it. Thanks a lot for the help.

It is also possible that your omniconvert version is too old(mine is 1.1.0)
http://gamehacking.org/vb/threads/6700-Omniconvert
Reply
#40
(09-19-2014, 09:26 PM)Blyss Sarania Wrote: vsub and tadatada are the resident forum cheat code/patch Gods.

I noticed haha, and I'm extremely grateful for the help I've gotten from here.

(09-19-2014, 09:28 PM)vsub Wrote: It is also possible that your omniconvert version is too old(mine is 1.1.0)
http://gamehacking.org/vb/threads/6700-Omniconvert

Yea, mine is out of date, I got the 1.0.3 version. Thanks again Smile
Reply




Users browsing this thread: 3 Guest(s)