Post your PCSX2 cheats-patches here!
(12-27-2019, 08:58 PM)Rebel521 Wrote: 040 = 2x
080 = 4x
0C0 = 8x
100 = 16x
140 = 32x
180 = 64x
1C0 = 128x
200 = 256x

(12-28-2019, 03:43 AM)matt_bellamy Wrote: So for x2 it will be:
patch=1,EE,2021E464,extended,00021040
Is it right?

(12-28-2019, 04:33 AM)Rebel521 Wrote: Yup

Okay I just tried it and it works like a charm, thank you so much!!
Reply

Sponsored links

Hello Community and a happy new year Laugh 

Here are Game Boot Enabler Codes for Jak X for both EU and US Game:

EU Version: Game CRC = DF659E77

// Enable Game Boot
patch=1,EE,00275cf4,word,3c0f0001

// Enable Game Boot (alt.)
patch=1,EE,00275d04,word,14000023
patch=1,EE,00275d1c,word,54000001
patch=1,EE,00275d2c,word,14000016
patch=1,EE,00275d34,word,14000014
patch=1,EE,00275d3c,word,14000012
patch=1,EE,00275d44,word,14000010
patch=1,EE,00275d4c,word,1400000e
patch=1,EE,00275d58,word,1400000b
patch=1,EE,00275d70,word,14000005
patch=1,EE,00275d80,word,1000000c

It should also be possible to use both Enabler Codes together.


US Version: Game CRC = 3091E6FB

// Enable Game Boot
patch=1,EE,00275c64,word,3c0f0001

// Enable Game Boot (alt.)
patch=1,EE,00275c74,word,14000023
patch=1,EE,00275c8c,word,54000001
patch=1,EE,00275c9c,word,14000016
patch=1,EE,00275ca4,word,14000014
patch=1,EE,00275cac,word,14000012
patch=1,EE,00275cb4,word,14000010
patch=1,EE,00275cbc,word,1400000e
patch=1,EE,00275cc8,word,1400000b
patch=1,EE,00275ce0,word,14000005
patch=1,EE,00275cf0,word,1000000c

It should also be possible to use both Enabler Codes together.


My Codes are based on the Work of the Member "Ge-Force".He has already created EU and US Patches with Enabler Codes:

https://forums.pcsx2.net/Thread-Jak-X-Pa...#pid350306
Reply
Jak X, SCES-53286

Region: PAL (E)
CRC: DF659E77
Comments: Enable Game Boot [Full Boot preferred!], disable potential Playstation 2 System Traps and disable
                System Synchronization Error Calculator! [Game should not freeze now and Fast Boot should also be possible]
Author: Savas Gürcebe [Maori-Jigglypuff]

UPDATE 1: Infinite Green Eco
               [MAKES OPPONENTS ALSO INVINCIBLE.DISABLE AT "Deathmatch"]

UPDATE 2: Infinite Blue Eco

UPDATE 3: Infinite Dark Eco

UPDATE 4: Enhanced World, Vehicle and Character Brightness

UPDATE 5: Special Vehicle Brightness and Shadowlight Handler

UPDATE 6: Disable Blur Effect

UPDATE 7: Disable Vehicle Shadow

UPDATE 8: Disable Renderer Layer on Buildings in Background

UPDATE 9: Disable Renderer Layer on the Sky

UPDATE 10: Camera Zoom Out

UPDATE 11: Disable overall City Lights at Night in Town, Tunnel Lights, Moon Shining and the Heatwaves of the Torches

UPDATE 12: Disable Lap Counter
                 [If you want to practice or just relax this Code is definitely for you!]
                 [Code dormant]


Attached Files
.pnach   DF659E77.pnach (Size: 5,44 KB / Downloads: 271)
Reply
Jak & Daxter - The Precursor Legacy [SCUS-97124]
CRC: 472E7699

These patches were aimed primarily at re-enabling launch arguments for Jak & Daxter, as a response to a request from a fan.  After you have applied the patches, the default language is permanently set to English, so I then added some patches for choosing the language, which led me to discover two hidden languages on the disc (I recall finding the Japanese option to be glitchy when chosen).

Once you enable launch args with this patch, you need to use PCSX2 to actually pass an argument to the game.  This is done by launching PCSX2 itself with the argument --gameargs="-arg", where "-arg" is the name of a launch argument the game supports.  Additional arguments or parameters would be supplied as --gameargs="-someArg someParam -anotherArg anotherParam", and so on.  The arguments supported by the game seem to be...
Code:
-cddata
-demo
-deviso
-fakeiso
-boot
-debug
-debug-mem
-level

...however there is no guarantee that any of them will actually work ("-demo" does).

Contents of attached .pnach file:
Code:
# Jak & Daxter (USA)

# Allow game to process launch arguments. This is done by replacing
# an early call to sceScfGetLanguage() with a call to InitParms(),
# which was disconnected from the game in the release build.
patch=0,EE,0010015C,word,8FC40000 # load argc into memory
patch=0,EE,00100160,word,8FC50004 # load argv into memory
patch=0,EE,00100164,word,0C040BCA # call InitParms()

# Because we replaced the function that gets the language setting
# of the PS2, you may want to use this patch to manually pick the
# language that J&D should run in. In the first patch below, the
# last byte in 240200xx should be:
# 01 = U.S. English (default)
# 02 = French
# 03 = Spanish
# 04 = German
# 05 = Italian
patch=1,EE,00100170,word,24020003 # read in last 2 digits as language
patch=1,EE,00100174,word,A422DFD8 # store language setting
# Hidden language patch. Choose Spanish as the language above, then
# use this code below:
# 05 = Japanese
# 06 = U.K. English
patch=1,EE,0010020C,byte,05

# Change default DebutBootMessage of "play" to "demo" (identical to
# passing J&D the "-demo" launch argument)
#patch=1,EE,0012DF98,word,6F6D6564

# Kill annoying "Syncing..." messages in pcsx2 console
patch=1,EE,00133340,byte,00


Attached Files
.pnach   472E7699.pnach (Size: 1,22 KB / Downloads: 226)
Reply
Hey everyone.
I am making a request for some cheats for the UK PAL Version of Gran Turismo 3 (SCES 50294) in a pnach file.

I tried using some Gameshark codes that I found on the internet which is these codes but they are not working for me or I am doing something wrong.

Here is the codes that I have pasted into the .pnach file I am using. I use Notepad to edit the txt file and then I changed the .txt to .pnach as shown in a YouTube tutorial Smile.

gametitle=Gran Turismo 3 A-Spec (PAL-M5) [SCES-50294]
//Freeze Licence Timer
patch=1,EE,DB14E83D,extended,B3334473
patch=1,EE,2B87DD04,extended,00001000

//Toyota GT-One Race Car '99 For 5 Cr
patch=1,EE,1C112AAC,extended,1456E7A2
patch=1,EE,1C112AB0,extended,1456E7A5

//No Tire Wear (Single Race) *1
patch=1,EE,D3D4E708,extended,333894E4

//No Tire Wear (Series Race) *1
patch=1,EE,AFFC08FC,extended,FC90E1CE

//No Tire Wear (Jokered, Single-Series Race) *2
patch=1,EE,0A45F897,extended,80127909
patch=1,EE,D3D4E708,extended,333894E4
patch=1,EE,DCC57C05,extended,C9F80FE0
patch=1,EE,AFFC08FC,extended,FC90E1CE

//Very Slow AI Cars
patch=1,EE,1A0B2C8F,extended,AAD703CC

//Auto Pilot Single Race - Press L3 to activate, R3 to disable
patch=1,EE,0A45F897,extended,80127909
patch=1,EE,FEA7BF68,extended,AB1F8B5B
patch=1,EE,DCC57C05,extended,C9F80FE0
patch=1,EE,6864F077,extended,18F77F3D

That's my codes I am using. I hope someone might be able to help me on this as I am unsure if I have missed something or if I have done something wrong.

Thanks in Advance.
Reply
(01-13-2020, 05:49 AM)ScaniaR780 Wrote: Hey everyone.
I am making a request for some cheats for the UK PAL Version of Gran Turismo 3 (SCES 50294) in a pnach file.

I tried using some Gameshark codes that I found on the internet which is these codes but they are not working for me or I am doing something wrong.

Here is the codes that I have pasted into the .pnach file I am using. I use Notepad to edit the txt file and then I changed the .txt to .pnach as shown in a YouTube tutorial Smile.

gametitle=Gran Turismo 3 A-Spec (PAL-M5) [SCES-50294]
//Freeze Licence Timer
patch=1,EE,DB14E83D,extended,B3334473
patch=1,EE,2B87DD04,extended,00001000

//Toyota GT-One Race Car '99 For 5 Cr
patch=1,EE,1C112AAC,extended,1456E7A2
patch=1,EE,1C112AB0,extended,1456E7A5

//No Tire Wear (Single Race) *1
patch=1,EE,D3D4E708,extended,333894E4

//No Tire Wear (Series Race) *1
patch=1,EE,AFFC08FC,extended,FC90E1CE

//No Tire Wear (Jokered, Single-Series Race) *2
patch=1,EE,0A45F897,extended,80127909
patch=1,EE,D3D4E708,extended,333894E4
patch=1,EE,DCC57C05,extended,C9F80FE0
patch=1,EE,AFFC08FC,extended,FC90E1CE

//Very Slow AI Cars
patch=1,EE,1A0B2C8F,extended,AAD703CC

//Auto Pilot Single Race - Press L3 to activate, R3 to disable
patch=1,EE,0A45F897,extended,80127909
patch=1,EE,FEA7BF68,extended,AB1F8B5B
patch=1,EE,DCC57C05,extended,C9F80FE0
patch=1,EE,6864F077,extended,18F77F3D

That's my codes I am using. I hope someone might be able to help me on this as I am unsure if I have missed something or if I have done something wrong.

Thanks in Advance.

Those codes are encrypted...you need to convert them to RAW.
Reply
Jak X: Combat Racing, SCUS-97429

Region: NTSC (U)
CRC: 3091E6FB
Comments: Enable Game Boot [Fast Boot], disable potential Playstation 2 System Traps and disable
                System Synchronization Error Calculator! [Game should not freeze now]
Author: Savas Gürcebe [Maori-Jigglypuff]

UPDATE 1: Infinite Green Eco
              [MAKES OPPONENTS ALSO INVINCIBLE.DISABLE AT "Deathmatch"]

UPDATE 2: Infinite Blue Eco

UPDATE 3: Infinite Dark Eco

UPDATE 4: Enhanced World, Vehicle and Character Brightness

UPDATE 5: Special Vehicle Brightness and Shadowlight Handler

UPDATE 6: Disable Blur Effect

UPDATE 7: Disable Vehicle Shadow

UPDATE 8: Disable Renderer Layer on Buildings in Background

UPDATE 9: Disable Renderer Layer on the Sky

UPDATE 10: Camera Zoom Out

UPDATE 11: Disable overall City Lights at Night in Town, Tunnel Lights, Moon Shining and the Heatwaves of the Torches

UPDATE 12: Disable Lap Counter
                 [If you want to practice or just relax this Code is definitely for you!]
                 [Code dormant]


Attached Files
.pnach   3091E6FB.pnach (Size: 5,44 KB / Downloads: 251)
Reply
(01-13-2020, 06:13 AM)Rebel521 Wrote: Those codes are encrypted...you need to convert them to RAW.
Understood. I will have a go at doing this now Smile.
Reply
Oni [SLUS-20064]
CRC: FD9CD8FC

The following code disables the movie-playing function in Oni.  This skips past the unskippable 25-second logo sequences for Rockstar and Bungie when the game starts.  It also skips the animé intro movie that follows the logos, jumping straight to the Main Menu.  Be warned that this also disables the outro movie that plays when you beat the game, so you should disable the patch before finishing Chapter 14.


Code:
Oni (USA)

patch=1,EE,001C726C,word,00000000 # no movies
Reply
For those that use the UK PAL Version of Gran Turismo 3.

I have got some cheats working but I am trying to get others workings but here is some codes that yous can play around if you wanted to try these cheats: Just make a back up of your original pnach file first before editing. I have added status of working or not working.

Here goes
gametitle=Gran Turismo 3 A-Spec (PAL-M5) [SCES-50294]
(M) <- Only use if your Codebreaker doesn't have GT3.
patch=1,EE,F1000008,extended,01014B4F
Status: working

//Freeze Licence Timer
patch=1,EE,D7C60855,extended,EC07D8C4
patch=1,EE,0B4B4CF8,extended,ECCAA895
Status: Not working yet

//Toyota GT-One Race Car '99 For 5 Cr
patch=1,EE,2086A984,extended,00000005
patch=1,EE,2086A988,extended,00000000
Status: working

//Very Slow AI Cars
patch=1,EE,21FBD8D8,extended,3F000000
StatusL working

//No Tyre Wear - Press L3 to activate, R3 to disable
patch=1,EE,D02EBE42,extended,0000FFFD
patch=1,EE,21FBD8B0,extended,00000000
patch=1,EE,D02EBE42,extended,0000FFFB
patch=1,EE,21FBC86C,extended,00000000
Status: Not working.

So far. I have got the Toyota GT-One, The M Code that is needed to make the other codes work and the Very Slow AI codes to work in the game. However I am trying to get the codes for the Freeze License Timers and the No Tyre Wear cheats but these are not yet functional. Maybe those are for the NTSC version instead of the PAL UK/EU version of the game. I have no idea on those but I have got some working for anyone that needs them.
Reply




Users browsing this thread: 29 Guest(s)