Problem: No Cheats Found
#1
I'v been trying to get cheats to work for FF xii. i have the pnach file saved in the cheats folder in pcsx2 folder in program files(86). Its not a .txt file (I'v shown file extensions). The File name is 0779FBDB.pnach. the games code is 0x0779FBDB. it just says "No cheats found. Resuming execution without cheats..."
the text in the file is
Quote:gametitle=Final Fantasy XII ( U )
comment=FF XII Codes
//Great Crystal Gates open
//patch=1,EE,00548A29,word,000000FF
//patch=1,EE,00548A2A,word,000000FF

//Alle Hunts Accepted
//patch=1,EE,00549110,word,FFFFFFFF
//patch=1,EE,00549114,word,00001FFF

//Have Alle Spells
patch=1,EE,4054EF70,extended,00040001
patch=1,EE,FFFFFFFF,extended,00000000

//comment=Enemies Drop More Loot
patch=1,EE,002EC810,word,00000000
patch=1,EE,003162A8,word,00000000
patch=1,EE,003162F0,word,109E0004
patch=1,EE,00316314,word,109E0004

//comment=Max LP Gained (After Battle)
//patch=1,EE,202EC6BC,word,00000000

//Always Full Action Gauge
//patch=1,EE,2030C6C4,word,AEB5070C

//comment=6?x Exp Gained (After Battle)
//patch=1,EE,003B3D34,word,00000000
//patch=1,EE,003B3EE4,word,0002A8C0

//comment=4x Exp Gained (After Battle)
//patch=1,EE,003B3D34,word,00000000
//patch=1,EE,003B3EE4,word,0002A880

//comment=2x Exp Gained (After Battle)
patch=1,EE,203B3D34,word,00000000
patch=1,EE,203B3EE4,word,0002A840

//comment=8x LP Gained (After Battle)
patch=1,EE,003B404C,word,000310C0
patch=1,EE,003B4054,word,000310C0

//comment=4x LP Gained (After Battle)
//patch=1,EE,003B404C,word,00031080
//patch=1,EE,003B4054,word,00031080

//comment=Vaan codes all good status
//patch=1,EE,0054A144,word,567c0000

//comment=Ashe codes all good status
//patch=1,EE,0054A308,word,567c0000

//comment=Fran codes all good status
//patch=1,EE,0054A4CC,word,567c0000

//comment=Baltier codes all good status
//patch=1,EE,0054A690,word,567c0000

//comment=Penelo codes all good status
//patch=1,EE,0054AA18,word,567c0000

//comment=Bash codes all good status
//patch=1,EE,0054A854,word,547c0000

//comment=chocobo infinite time and sprints
patch=1,EE,003018D0,word,3C01461C
patch=1,EE,003019B0,word,26040000

//comment=all gambits
patch=1,EE,0054EF80,word,FFFFFFFF
patch=1,EE,0054EF84,word,FFFFFFFF
patch=1,EE,0054EF88,word,FFFFFFFF
patch=1,EE,0054EF8C,word,FFFFFFFF
patch=1,EE,0054EF90,word,FFFFFFFF
patch=1,EE,0054EF94,word,FFFFFFFF

//comment=100% Successful Steal Rate Always On
patch=1,EE,003CB680,word,00000000
patch=1,EE,003CB6A8,word,00000000
patch=1,EE,003CB6E8,word,00000000
patch=1,EE,003CB724,word,00000000

//Have All Treasure Chests = Their Rarest Loot/Items/etc.
//patch=1,EE,003B7888,word,2A020000
//patch=1,EE,003B78A0,word,2A020000
//patch=1,EE,003B77F8,word,10000019

//Sell 1 item to get 99 of it
//patch=1,EE,002F0048,word,24060062

//Quick Chain-Level Gain Always On
patch=1,EE,0030C6C4,word,AEB5070C
patch=1,EE,0030C6C8,word,AE150030
patch=1,EE,0054EF98,word,FFFFFFFF
patch=1,EE,0054EF9C,word,000000FF

//Alle Skills (select drücken?)
//patch=1,EE,0056BADC,word,0000FFFE
//patch=1,EE,0054EF7C,word,FFFFFFFF

//super speed(R3+L1 drücken?)(funktioniert aber ist scheiße)
//patch=1,EE,0056BADC,word,0000FBFB
//patch=1,EE,0025C7E8,word,000041F7

//comment=Break Damage Limit for 9999+ Damage
//patch=1,EE,003C5AB8,word,10000003
//patch=1,EE,003C6204,word,10000003
//patch=1,EE,003C6254,word,10000003
//patch=1,EE,003C65DC,word,10000003
//patch=1,EE,003C685C,word,10000003
//patch=1,EE,003C6994,word,10000003
//patch=1,EE,003C6A08,word,10000003
//patch=1,EE,003C73CC,word,10000003
//patch=1,EE,003C7674,word,50000004]
I'v tried loading it by clicking the exe directly in the folder and it still does not work.
please help
thank you
Reply

Sponsored links

#2
The pnach file must be inside a folder called "cheats" under the same folder the PCSX2 is installed (the folder PCSX2.exe is).

But above all, supposing you are on Windows vista or newer, the emulator MUST NOT be installed at C:\Program Files or it's (x86) counterpart or under /users, what includes the /Documents folder. Those directories should be avoided to install even native PC games, mainly if is a moddable game. If it is installed there, uninstall and install it on a directory yourself create, something like C:\Emulators should do the trick.

The message is clear, the pnach file is not found, meaning it is on the wrong folder/location or the folder or the file itself is denied.

Not directly related with the actual problem, I think s few codes there are incorrect... they all are using the token word but a few there seems to be byte and some other seems to be short. Anyway, I'm not sure... that's the main problem that old usage brought, if the codes kept the original first digit would be a lot easier to be sure.
Imagination is where we are truly real
Reply
#3
(02-22-2013, 08:11 PM)nosisab Ken Keleh Wrote: The pnach file must be inside a folder called "cheats" under the same folder the PCSX2 is installed (the folder PCSX2.exe is).

But above all, supposing you are on Windows vista or newer, the emulator MUST NOT be installed at C:\Program Files or it's (x86) counterpart or under /users, what includes the /Documents folder. Those directories should be avoided to install even native PC games, mainly if is a moddable game. If it is installed there, uninstall and install it on a directory yourself create, something like C:\Emulators should do the trick.

The message is clear, the pnach file is not found, meaning it is on the wrong folder/location or the folder or the file itself is denied.

Not directly related with the actual problem, I think s few codes there are incorrect... they all are using the token word but a few there seems to be byte and some other seems to be short. Anyway, I'm not sure... that's the main problem that old usage brought, if the codes kept the original first digit would be a lot easier to be sure.
I compleatly uninstalled pcsx2 and then reinstated it in a new folder in the c dive. I ran the program as an administrator, still does not work.
Reply
#4
Exactly how are you running PCSX2? Are you using another program, front end or command line?
Intel Core i5-8600K @ 4.5 GHz
GeForce GTX 1080 SC2 Stock
ASRock Z370 Taichi LGA 1151 mobo
CORSAIR Vengeance LPX 16GB 2400 DDR4 RAM
SAMSUNG 970 EVO M.2 2280 500GB PCIe SSD
Indigo Xtreme Thermal Interface Material
Phanteks Enthoo Pro ES614P Black Steel Case
EVGA SuperNOVA 750 G2 220-G2-0750-XR PSU
Windows 10 64-bit
Reply
#5
(02-22-2013, 09:37 PM)jlwmanagement Wrote: Exactly how are you running PCSX2? Are you using another program, front end or command line?
I just downloaded the program, installed it and then got a bio from off line.
Reply
#6
(02-22-2013, 08:34 PM)thomasdm3 Wrote: I compleatly uninstalled pcsx2 and then reinstated it in a new folder in the c dive. I ran the program as an administrator, still does not work.

Then I can only imagine you are mistaking the file name, double check the CRC shown at the console, look mainly for possibilities of being taken B for 8 or vice versa.

Edit: rereading the OP, just to make sure, there is not that . (dot) after the .pnach in the file name, correct? Smile
Imagination is where we are truly real
Reply
#7
(02-22-2013, 09:43 PM)nosisab Ken Keleh Wrote: Then I can only imagine you are mistaken the file name, double check the CRC shown at the console, look mainly for possibilities of being taken B for 8 or vice versa.

this is copped directly from the console 0779FBDB
Reply
#8
(02-22-2013, 09:44 PM)thomasdm3 Wrote: this is copped directly from the console 0779FBDB

Then we must end the guess game, please post screenshots of what is relevant to understand what may be happening.
Imagination is where we are truly real
Reply
#9
What should i post?
Dose this work?


Attached Files Thumbnail(s)
   
Reply
#10
Stupid question but we have to be sure.
In your post you posted the name like this
0779FBDB.pnach.
with dot at the end...is that dot part of the name of you posted here that way.

Otherwise I don't see why it wouldn't work if the name and extension is correct,pcsx2 is not in Program Files,the cheats folder is inside the pcsx2 directory(where the exe is)and you directly started pcsx2(not from shortcut).

PCSX2 will not say "No cheats found" even if you create empty file with the crc and pnach extension.
0x is not part of the name right?
Reply




Users browsing this thread: 1 Guest(s)