[umk3] Ultimate Mortal Kombat 3 (rev 1.2) WIP

This forum is for posting M.A.M.E. Work In Progress "Arcade"cheats that are not quite ready for the prime time. If the cheats are buggy or the cheat descriptions are non-standard then please post them here. Help maybe given but there are no guarantees and they will only be added to the cheat file when the cheat file maintainer is happy with them.
Post Reply
User avatar
Abystus
Posts: 521
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 22 times

[umk3] Ultimate Mortal Kombat 3 (rev 1.2) WIP

Post by Abystus »

umk3.xml

Need to create a pointer to these addresses. Putting this here till I get that accomplished.

Code: Select all

<-----------Ram Pointer Modifiers----------->
Due to the way the MK games work, the pointer codes are only good for a fresh boot of the game with no activity (the games reallocate these memory locations with each interaction).  I will be working to rectify the situation.

<cheat desc="Attract Mode Screen Modifier">
    <comment>Will be the next screen shown after the one your currently on.  Only works during attract mode.  Only works on a fresh boot of the game.</comment>
    <parameter>
      <item value="0xD980">Ultimate Mortal Kombat 3 Screen</item>
      <item value="0xD9F0">Demonstration Intro</item>
      <item value="0xDB70">Load Vs Screen (Demo Fight 1)</item>
      <item value="0xDBE0">Load Kitana's Profile</item>
      <item value="0xDC60">Load Jade's Profile</item>
      <item value="0xDCE0">Ultimate Winning Steaks</item>
      <item value="0xDD50">Load Vs Screen (Demo Fight 2)</item>
      <item value="0xDDC0">Load Reptile's Profile</item>
      <item value="0xDE40">Load Scorpion's Profile</item>
      <item value="0xDEC0">"Midway Presents" Screen</item>
    </parameter>
    <script state="change">
      <action>maincpu.pw@106A7C0=param</action>
    </script>
</cheat>

<cheat desc="Demonstration Intro Screen Scene Modifier">
    <comment>Will be the next scene shown after the one your currently on.  Will repeat until disabled unless the last value of the scene is chosen.  Only works on a fresh boot of the game.</comment>
    <parameter>
      <item value="0xA5F0">Kano Knife Uppercuts Sonya</item>
      <item value="0xA690">Scorpion "Flame" Fatality on Jade</item>
      <item value="0xA730">Sriker Shoots Sheeva</item>
      <item value="0xA7D0">Kitana "Kiss of Death" Fatality on Jax</item>
      <item value="0xA870">Ermac Slams Sindel</item>
      <item value="0xA910">Jade Glow Kicks Sub-Zero</item>
      <item value="0xA9B0">Kung Lao Throws Shang Tsung</item>
      <item value="0xAA50">Rain Combos Shao Kahn</item>
      <item value="0xAAF0">Mileena "Nail" Fatality on Kabal</item>
      <item value="0xAB90">Jax Combos NightWolf</item>
      <item value="0xAC30">Lui Kang "Dragon" Animality on Smoke</item>
      <item value="0xACD0">Reptile "Body Eat" Fatality on Kung Lao</item>
      <item value="0xAD70">Smoke "Explode World" Fatality on Noob Saibot</item>
      <item value="0xAE10">Shang Ground Fireballs Classic Sub-Zero</item>
      <item value="0xAEB0">Sonya Leg Grabs Shang Tsung</item>
      <item value="0xAF50">"There Is No Knowlege That Is Not Power"</item>
    </parameter>
    <script state="run">
      <action>maincpu.pw@106A170=param</action>
    </script>
    <script state="off">
      <action>maincpu.pw@106A170=A5F0</action>
    </script>
</cheat>
Bored? Watch some of my hacks here.
User avatar
CLE
Posts: 365
Joined: Sun Sep 09, 2007 9:06 pm
Location: Brazil
Has thanked: 31 times

Re: [umk3] Ultimate Mortal Kombat 3 (rev 1.2) WIP

Post by CLE »

Very interesting this cheats, are working.
Post Reply