Panch files are not working. Help!!!

Discussion in 'Code Vault' started by Blayz Mods, Oct 12, 2014.

  1. Blayz Mods Set The World A Blayz

    Joined:
    Feb 20, 2010
    Gender:
    Male
    Location:
    Washington State
    72
    just to clarify I'm not requesting codes I'm merely requesting help or advice on how to get my pnach files to work again...

    I joker the codes e.i. boss stats and I hold the trigger button and nothing happens, any help or advice is greatly appreciated, oh plus other codes don't seem to work either e.i codes that don't need jokers.

    again I'm not requesting codes, I just need some friendly help to get my pnach files working again and yes I've checked to make sure enable cheat in enabled so that I've already ruled out.

    thank you.^^
     
  2. KH2 Sora Traverse Town Homebody

    Joined:
    Nov 21, 2007
    Gender:
    Male
    3
    137
    Make sure your pnach file is named correctly, e.g. F266B00B.pnach (this is for Kingdom Hearts 2 Final Mix, if you're using a different game,
    launch the game, and check your console for "Game CRC = 0x<letters and numbers here>"
    The <letters and numbers here> part is what you need to name the file as. (note that this might be dependent on what BIOS you use.))
    Now, onto what you put in the actual file:
    Here's a random sample code:
    Code:
    60 FPS
    00349E1C 00000000
    This should become this:
    Code:
    //60 FPS
    patch=x,EE,00349E1C,extended,00000000
    // indicates that it is a comment and seperate from codes, so it won't try to load it
    x = 0 (Disabled) or 1 (Enabled)
    Here's a few examples of how codes should look like:
    Code:
    //60 FPS
    patch=1,EE,00349E1C,extended,00000000
    //Play as Roxas
    patch=1,EE,11CE0B6A,extended,0000005A
    //Infinite Jump (glitchy when using Drive Forms) credit to Skiller for porting
    patch=1,EE,20191c70,extended,00000000
    Oh, and master codes are almost never needed.
    Hope this helps.
    Good luck.
     
    Last edited: Oct 13, 2014
  3. Blayz Mods Set The World A Blayz

    Joined:
    Feb 20, 2010
    Gender:
    Male
    Location:
    Washington State
    72
    Actually I know how to make pnach files, but thats not the issue, the issue is they just stopped working on me, when I use the kh2fm boss stats for example...and I select enable cheats the jokered boss stats that i jokered don't do ****, same go's for other codes I try.=/
     
  4. KH2 Sora Traverse Town Homebody

    Joined:
    Nov 21, 2007
    Gender:
    Male
    3
    137
    What did you do exactly that it stopped working?
     
  5. Blayz Mods Set The World A Blayz

    Joined:
    Feb 20, 2010
    Gender:
    Male
    Location:
    Washington State
    72
    nvm their working now, thank you for trying to help kh2 sora.=)