Page 2 of 2

Posted: Fri Jul 28, 2006 5:08 am
by Tootall
I noticed there isn't a code for infinite super moves, i read you can only do super moves i.e. shadow moves and other types of moves when the little white bar on you heath bar is blinking, is it possible to always have it blinking.
Here's what i'm talking about
Image

Posted: Fri Jul 28, 2006 5:25 am
by Abystus
:kinst:00000000:0808BCBB:00000006:FFFFFFFF:Combo Breaker Enabled P1
:kinst:00000000:0808BDBB:00000006:FFFFFFFF:Combo Breaker Enabled P2

is the code that your looking for, it puts the white line your referring to. It makes it to where you can do shadow moves all the time.

Posted: Sat Jul 29, 2006 2:40 am
by Tootall
Oh my bad, great thanks :D

Posted: Sat Jul 29, 2006 5:37 pm
by ShimaPong
"Controller" code seems to work fine.
But why does a value for CPU be 0x01 ? I have confirmed it is 0x10.

And your format has wasteful.
Current cheat engine displays ALL codes (except a linked code) into 1 window.
In case that a game has many codes, it is main problem.
For example, check a code for mvsc in-game. Can you move a cursor to a code you wanted easily?
Therefore we need to note that try to create more short code.

So I have improved.

Code: Select all

:kinst:62000000:00000000:00000000:00000000:Select Controller PL1
:kinst:00010000:0808F5F3:00000000:FFFFFFFF:Player
:kinst:00010000:0808F5F3:00000010:FFFFFFFF:CPU
:kinst:62000000:00000000:00000000:00000000:Select Controller PL2
:kinst:00010000:0808F5F7:00000000:FFFFFFFF:Player
:kinst:00010000:0808F5F7:00000010:FFFFFFFF:CPU
But you can't work the above code if convert to clones simply.
This code NEVER works on kinst13, kinst14 and kinstp ...!

Check the database.
  • Credit (0x0808Fxxx) : kinst~=(kinst13=kinst14=kinstp)
  • Time (0x08088xxx) : kinst=kinst13=kinst14=kinstp
  • Energy (0x0808Bxxx) : (kinst=kinst13=kinst14)~=kinstp
  • Eyedoll (0x0808Fxxx) : kinst~=(kinst13=kinst14=kinstp)
Kinst13 and kinst14 are the same as kinst in case of Energy (0x0808Bxxx). But in case of Credit, Eyedoll (0x0808Fxxx), these sets are the same as kinstp.
"Controller" code is 0x808Fxxx" so that I think the same address among kinst13, kinst14 and kinstp.
And "Combo Breaker" and "Moveset" are "0x0808Bxxx" so that kinstp will require an another address.

Over and over again I say, the cheat database requires ALL codes for ALL clones.
I hope Abystus to check and post ALL codes.