Search Results

  1. Gultigargar
    It does actually. Both the newer v2.55 and the older v2.51 work just fine for me on PCSX2 0.9.7.
    Post by: Gultigargar, Feb 14, 2011 in forum: Code Vault
  2. Gultigargar
    I think your problem might be that you don't have the right cheating engine? Try downloading this file (default.dll) and put it in the "engine" folder inside the Emuhaste folder. Then, in Emuhaste, click "Engine Change" and select "default.dll" as the engine. (Just tried Emuhaste v2.55, and that's what did the trick for me.)

    http://www.mediafire.com/download.php?19egct0uc65n2sl

    EDIT: VVV That's why I'm telling you to use Emuhaste. It's infinitely easier than using pnach or booting a cheat-disc like codebreaker or ARMAX with the emulator.
    Post by: Gultigargar, Feb 14, 2011 in forum: Code Vault
  3. Gultigargar
    Did you remember to set Emuhaste's target process to "PCSX2.exe"?
    Post by: Gultigargar, Feb 14, 2011 in forum: Code Vault
  4. Gultigargar
    Use the program Emuhaste.
    Post by: Gultigargar, Feb 14, 2011 in forum: Code Vault
  5. Gultigargar
    That is normal. The first line of the AR MAX changes because omniconvert is randomizing the code ID.
    Post by: Gultigargar, Feb 13, 2011 in forum: Code Vault
  6. Gultigargar
    Lion King Sora's "arm" mod

    EX010 is used for Sora (EX020 is Donald, EX030 is Goofy, etc.), and the LK is short for Lion King (the game shortens world names like that. NM=Nightmare (Halloween), TR=Tron (Space Paranoids), WI=Willie (Timeless River), etc.)

    Not so hard once you have an idea what the pattern is.
    Post by: Gultigargar, Feb 13, 2011 in forum: Code Vault
  7. Gultigargar
    Never bothered to write down a list. If you have ps2dis and a memory dump of KH2FM, open that dump and go to this adress: 01cd51a8

    This is where Sora's right arm starts. As you scroll down from there, you should see the adresses for the arm mods for his other forms as well.
    Post by: Gultigargar, Feb 13, 2011 in forum: Code Vault
  8. Gultigargar
    Front page, downloads section.
    Post by: Gultigargar, Feb 13, 2011 in forum: Code Vault
  9. Gultigargar
    Oh right. Easily fixed, though.

    Valor Form's High Jump replaced by Glide
    1032EE2C 0000806D

    Or if you don't want glide

    Valor Form's High Jump Unequipped
    1032EE2C 00000061
    Post by: Gultigargar, Feb 13, 2011 in forum: Code Vault
  10. Gultigargar
    What? That's just a matter of using the moveset mod. Or even easier, just replacing Valor with Anti while using you old code:

    11CE0B70 00000059
    01C9571F 00000001
    21C956D4 5F303031
    21C956D8 4631484B
    01C95716 0000000A

    There. Valor form is replaced by your custom form. He can use both reaction commands and his finishing move when you press square.
    EDIT: Remember to unequip High Jump, though.
    Post by: Gultigargar, Feb 13, 2011 in forum: Code Vault