Page 1 of 1

I cannot get MK3 Cheats to work with MAME

Posted: Mon Oct 29, 2012 2:16 pm
by blacksaibot
I'm using multiple versions of MAME and all the same problems. I'm trying to rip the backgrounds of MK3 (not the character sprites).

These are the codes which I've found on this forum, but the only thing that even shows up in the cheats list is "remove bg" and it removes the entire background. The "bg1" and "bg2" don't even show up in the cheat list. In fact, there is only ONE thing that show's up out of this entire list and it's "remove bg" and I couldn't tell you which one.

I'm just trying to remove certain layers of the BG so I can grab then individually. Thanks in advance for any help!

Code: Select all

:mk3:00310001:0020BB79:00000000:FFFFFFFF:remove bg1:Removes first background slide
:mk3:00310001:0020BB7D:00000000:FFFFFFFF:remove bg2:Removes second background slide

:mk3:00000000:0020BB1D:00000044:000000FF:remove bg
:mk3:00010000:0020BB2D:00000044:000000FF:remove bg
:mk3:00010000:0020BB3D:00000044:000000FF:remove bg
:mk3:00010000:0020BB4D:00000044:000000FF:remove bg
:mk3:00010000:0020BB59:00000044:000000FF:remove bg and shadows
:mk3:00010000:0020BB6D:00000044:000000FF:remove bg
:mk3:00010000:0020BB7D:00000044:000000FF:remove bg
:mk3:00010000:0020BE77:00000044:000000EF:remove floor

Re: I cannot get MK3 Cheats to work with MAME

Posted: Mon Oct 29, 2012 8:51 pm
by Pugsy
Just replace the fourth '1' in the first number field to be able to activate the cheats individually....I don't know what the cheats do though

Code: Select all

:mk3:00300000:0020BB79:00000000:FFFFFFFF:remove bg1:Removes first background slide
:mk3:00300000:0020BB7D:00000000:FFFFFFFF:remove bg2:Removes second background slide

:mk3:00000000:0020BB1D:00000044:000000FF:remove bg
:mk3:00000000:0020BB2D:00000044:000000FF:remove bg
:mk3:00000000:0020BB3D:00000044:000000FF:remove bg
:mk3:00000000:0020BB4D:00000044:000000FF:remove bg
:mk3:00000000:0020BB59:00000044:000000FF:remove bg and shadows
:mk3:00000000:0020BB6D:00000044:000000FF:remove bg
:mk3:00000000:0020BB7D:00000044:000000FF:remove bg
:mk3:00000000:0020BE77:00000044:000000EF:remove floor

Re: I cannot get MK3 Cheats to work with MAME

Posted: Tue Oct 30, 2012 3:04 pm
by blacksaibot
Thank you. I will test this when I get home. I appreciate your help.

The first two cheats freeze my game. but the rest work beautifully. Is there any way to remove the character sprites??