..:: PCSX2 Forums ::..

Full Version: Help with a KHII FM code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
So i've come back to KHII FM after a while of not playing it and i'm using this cheat the problem is though that i'm only getting 10 of each item excluding the DEF and AP boost items which i just don't get with the cheat so i have to make them.

Have All Normal/Synth/Weapons/Acc Items
patch=1,EE,4032F0B0,extended,00060001
patch=1,EE,0A0A0A0A,extended,00000000
patch=1,EE,0032F0C9,extended,0000000A
patch=1,EE,1032F0CA,extended,00000A0A
patch=1,EE,4032F0CC,extended,00020001
patch=1,EE,0A0A0A0A,extended,00000000
patch=1,EE,1032F0D6,extended,00000A0A
patch=1,EE,1032F0D8,extended,00000A0A
patch=1,EE,1032F0DC,extended,00000A0A
patch=1,EE,1032F0E0,extended,00000A0A
patch=1,EE,0032F0E2,extended,0000000A
patch=1,EE,0032F0E7,extended,0000000A
patch=1,EE,1032F0E8,extended,00000A0A
patch=1,EE,1032F0EA,extended,00000A0A
patch=1,EE,1032F0EC,extended,00000A0A
patch=1,EE,0032F0EE,extended,0000000A
patch=1,EE,0032F0F3,extended,0000000A
patch=1,EE,2032F0F4,extended,0A0A0A0A
patch=1,EE,1032F0FA,extended,00000A0A
patch=1,EE,4032F0FC,extended,000B0001
patch=1,EE,0A0A0A0A,extended,00000000
patch=1,EE,1032F128,extended,00000A0A
patch=1,EE,0032F12B,extended,0000000A
patch=1,EE,4032F12C,extended,00100001
patch=1,EE,0A0A0A0A,extended,00000000
patch=1,EE,0032F17B,extended,0000000A
patch=1,EE,2032F17C,extended,0A0A0A0A
patch=1,EE,0032F181,extended,00000000 //A
patch=1,EE,4032F194,extended,00020000 //1
patch=1,EE,0A0A0A0A,extended,00000000
patch=1,EE,1032F19C,extended,00000A0A
patch=1,EE,0032F1AB,extended,0000000A
patch=1,EE,4032F1AC,extended,00060001
patch=1,EE,0A0A0A0A,extended,00000000
patch=1,EE,4032F1C8,extended,00060001
patch=1,EE,0A0A0A0A,extended,00000000
patch=1,EE,1032F1E0,extended,00000A0A
patch=1,EE,0032F1E5,extended,0000000A
patch=1,EE,1032F1E6,extended,00000A0A


Sorry about the length of the code obviously i didn't make it now my guess is that the 0A at the end of most of the lines are what determines the quantites and i've tried changing them to 63 which last i checked in decimal is 99 it's not major it would just save some time.

Before i forget any idea what the //A and //1 are for at the end of two of the lines?
The 01 values are most likely the weapons, 1 of each, while every other item is set to 10 of each (0A).

And it's possible that this part:

Code:
patch=1,EE,0032F181,extended,00000000 //A
patch=1,EE,4032F194,extended,00020000 //1

Might be used to omit Key Items, or nulled items that can freeze the game.
Doesn't seem to be the case as i also have 10 of every weapon, armour and acc too i could even equip Two become one in every weapon slot
I can't check it out sadly as I don't have Final Mix around atm. I only have the original KH2.


So changing the values from 0A to 63 (preferably 62, so you can still pick up items) did not change any of the values at all?
It caused the emulator to crash when i loaded a save game
Try this one for just Synthesis Items.

Code:
//All Synthesis Items X98
patch=1,EE,0032F13F,extended,00000062
patch=1,EE,4032F140,extended,000B0001
patch=1,EE,62626262,extended,00000000
patch=1,EE,1032F16C,extended,00006262
patch=1,EE,0032F17B,extended,00000062
patch=1,EE,2032F17C,extended,62626262
patch=1,EE,1032F19A,extended,00006262
patch=1,EE,1032F19C,extended,00006262
patch=1,EE,2032F1D8,extended,62626262
patch=1,EE,2032F1DC,extended,62626262
I'll give it a try thanks

Edit: Nope still crashes
Which version of PCSX2 are you using?
1.0.0 every other cheat works including the "Ultimate Roxas" and "Ultimate Axel" codes it's just when the quantities are changed on the item codes that's when it crashes
Update your PCSX2, 1.0.0 is very old by now. And I know they fiddled with the way codes work between 1.0.0 and 1.3.0.

For the latest dev (1.3.0) builds:
http://buildbot.orphis.net/pcsx2/


Or 1.2.1 Stable:
http://pcsx2.net/download.html


It's possible the codes will work better with the newer versions.
Pages: 1 2