..:: PCSX2 Forums ::..

Full Version: Request: add language cheat support
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey in jak series the games need a full boot In order to Start In english, However this can also be solve by language cheat (A type code), by adding language cheat support we can prevent confusion and some people will be happy to Start the game In their language 
You can just share the cheat here on the forums. Use this thread here.
(08-17-2019, 10:02 PM)gtgamer468 Wrote: [ -> ]You can just share the cheat here on the forums. Use this thread here.

Language cheats are A type code, Pcsx2 doesnt support A codes

This is the english raw code for Jak 2

AA4468C2 A8601DDC

AA4868C2 880E1DD5
I don't know if pcsx2 support A type codes but those are not raw,they are CodeBreaker v1+ encrypted

Code:
//Japanese
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020000

//English
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020001

//French
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020002

//Spanish
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020003

//German
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020004

//Italian
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020005

//Portuguese
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020007
Remove // infront of patch to enable the language you want

I don't see how is this any better than just using Full Boot
(08-18-2019, 09:29 AM)vsub Wrote: [ -> ]I don't know if pcsx2 support A type codes but those are not raw,they are CodeBreaker v1+ encrypted

Code:
//Japanese
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020000

//English
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020001

//French
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020002

//Spanish
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020003

//German
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020004

//Italian
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020005

//Portuguese
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020007
Remove // infront of patch to enable the language you want

I don't see how is this any better than just using Full Boot

Maybe that was the problem that i thought it was raw code

Those codes just save time that is their advantage

Thank you
(08-18-2019, 09:29 AM)vsub Wrote: [ -> ]I don't know if pcsx2 support A type codes but those are not raw,they are CodeBreaker v1+ encrypted

Code:
//Japanese
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020000

//English
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020001

//French
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020002

//Spanish
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020003

//German
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020004

//Italian
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020005

//Portuguese
//patch=1,EE,A01108B0,extended,03E00008
//patch=1,EE,A01108B4,extended,24020007
Remove // infront of patch to enable the language you want

I don't see how is this any better than just using Full Boot

i check right now PCSX2 doesnt support A type codes
(08-22-2019, 10:23 PM)Red_Tv Wrote: [ -> ]i check right now PCSX2 doesnt support A type codes

Change the A into a 0 (zero) as in A01108B0 -> 001108B0 & A01108B4 -> 001108B4.
(08-23-2019, 08:26 AM)pgert Wrote: [ -> ]Change the A into a 0 (zero) as in A01108B0 -> 001108B0 & A01108B4 -> 001108B4.
Into 2, not 0. Wink
(08-23-2019, 12:21 PM)kozarovv Wrote: [ -> ]Into 2, not 0. Wink

niether 0 or 2 work.