..:: PCSX2 Forums ::..

Full Version: FF X cheats loaded but don't work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My PCSX2 is updated, and I putted the file in the cheats folder. The cheats are loaded but don't work?
Tidus sphere level isn't changed to 20.
Quote://Sensor Always On
//patch=1,EE,00317335,extended,00000001

The // infront of a cheat means it's ignored.

You need to change it to:

//Sensor Always On
patch=1,EE,00317335,extended,00000001
(05-01-2016, 11:37 AM)FlatOut Wrote: [ -> ]The // infront of a cheat means it's ignored.

You need to change it to:

//Sensor Always On
patch=1,EE,00317335,extended,00000001

Yes, I did remove the slashes. The file is also the correct file type.
Is the gametitle wrong?
gametitle= Final Fantasy X [SLUS 20312] (U) [BB3D833A]


Console:

(SYSTEM.CNF) Detected PS2 Disc = cdrom0:\SLUS_203.12;1
(SYSTEM.CNF) Software version = 1.00
(SYSTEM.CNF) Disc region type = NTSC
ELF (cdrom0:\SLUS_203.12;1) Game CRC = 0xBB3D833A, EntryPoint = 0x00100008
(SYSTEM.CNF) Detected PS2 Disc = cdrom0:\SLUS_203.12;1
(SYSTEM.CNF) Software version = 1.00
(SYSTEM.CNF) Disc region type = NTSC
(05-01-2016, 06:41 PM)Dinomite07 Wrote: [ -> ]Yes, I did remove the slashes. The file is also the correct file type.
You need to remove the // from every line that starts with patch=1 if you want that cheat activated.
Replaced xx with 63 to get a 99 sphere level still hasn't work Sad


//Set Sphere Level
//Replace 'xx' with the following to change the value:
//05=5, 0A=10 14=20, 32=50, 63=99
patch=1,EE,0031EAD7,byte,00000063
bump-
Quote:You need to remove the // from every line that starts with patch=1 if you want that cheat activated.


Wouldn't that just activate all the cheats?