..:: PCSX2 Forums ::..

Full Version: Pnach file not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Playing breath of fire dragon quarter and I downloaded a PNACH file which makes the D-Count stay at 0% I matched the version and everything and it doesnt seem to work. Pnach file is in the attatchment the breath of fire CRC is 588cc41b[Image: 5aUUVFf.png] If anyone can figure out what im doing wrong I'd be very greatful

Also would you be able to load a save state and have the cheats work on it even though its not a clean file?
3 things:
1) Your game title says gametitle=Dragon Quest VIII [SLUS 20499] (U) [588CC41B] but you say it is dragon quarter...possibly that is the issue?

2) I am unsure if codes that start with D are properly supported yet...

3) You have to put slashes after code names or they may interfere. You have:
unlimited Save token
patch=1,EE,1076582A,extended,00002500
patch=1,EE,1076582C,extended,00000009

D-Counter Never Goes Above 99.00%
patch=1,EE,D07657AC,extended,003026AC
patch=1,EE,207657AC,extended,00002648

It should be:
//unlimited Save token
patch=1,EE,1076582A,extended,00002500
patch=1,EE,1076582C,extended,00000009

//D-Counter Never Goes Above 99.00%
patch=1,EE,D07657AC,extended,003026AC
patch=1,EE,207657AC,extended,00002648
That cheat comment says "D-Counter Never Goes Above 99.00%" not "D-Count stay at 0%".

If you want D-Count to stay at 0%, try this cheat instead.

// D-Count stay at 0%
patch=1,EE,107657AC,extended,00000000
Both of you guys are awesome, thanks.