Page 1 of 2

[umk3] Ultimate Mortal Kombat 3 (rev 1.2)

Posted: Mon Jan 13, 2014 11:38 pm
by Abystus
umk3.xml

Code: Select all

I created the "Enable Hiddens On Character Select" because I'm too lazy to use the other cheat to unlock them (having to lose, activate cheat, wait for the timer, etc... 3 times).  

<cheat desc="Enable Hiddens On Character Select Screen">
    <comment>Enable before character select screen.  This does not save them as activated.</comment>
    <script state="run">
      <action>maincpu.mw@004D022=0300</action>
      <action>maincpu.mw@004DE8A=0300</action>
      <action>maincpu.mw@004DE98=0300</action>
      <action>maincpu.mw@004DEA6=0300</action>
    </script>
    <script state="off">
      <action>maincpu.mw@004D022=CA01</action>
      <action>maincpu.mw@004DE8A=CA0F</action>
      <action>maincpu.mw@004DE98=CA08</action>
      <action>maincpu.mw@004DEA6=CA01</action>
    </script>
</cheat>

<cheat desc="Always Get Scorpion's Lair Krispy! Easter Egg">
    <comment>Requires a stage fatality on Scorpion's Lair stage.</comment>
    <script state="run">
      <action>maincpu.mw@005C734=0300</action>
      <action>maincpu.mw@005C75C=0300</action>
    </script>
    <script state="off">
      <action>maincpu.mw@005C734=CB0A</action>
      <action>maincpu.mw@005C75C=CB0C</action>
    </script>
</cheat>

<cheat desc="Enable Finishers During Round">
    <comment>Some finishers may crash the game upon completion, or cause other game breaking issues. Do not use with "Infinite Time" cheat, or the round will never end.</comment>
    <script state="run">
      <action>maincpu.mw@003E34A=1864</action>
      <action>maincpu.mw@003E34C=0300</action>
      <action>maincpu.mw@003E34E=0300</action>
      <action>maincpu.mw@003B074=0300</action>
      <action>maincpu.mw@003B094=0300</action>
    </script>
    <script state="off">
      <action>maincpu.mw@003E34A=05A4</action>
      <action>maincpu.mw@003E34C=22A0</action>
      <action>maincpu.mw@003E34E=0106</action>
      <action>maincpu.mw@003B074=CB34</action>
      <action>maincpu.mw@003B094=CB24</action>
    </script>
</cheat>

<cheat desc="Repeatable Finishers">
    <comment>Allows most finishers and special moves to be interrupted. Will most likely crash the game if you go too crazy with multiple finishers.</comment>
    <script state="run">
      <action>maincpu.mw@003B07C=0300</action>
      <action>maincpu.mw@003B0B8=0300</action>
      <action>maincpu.mw@003B094=0300</action>
    </script>
    <script state="off">
      <action>maincpu.mw@003B07C=CB30</action>
      <action>maincpu.mw@003B0B8=CB12</action>
      <action>maincpu.mw@003B094=CB24</action>
    </script>
</cheat>

These were created because the current profile modifier cheat only changes the text, and not the player image shown with it.

<cheat desc="Kitana Profile Modifier">
    <comment>Activate before profile is shown.</comment>
    <parameter>
      <item value="0x5600">Kano (Unused in UMK3.)</item>
      <item value="0x1820">Sonya (Unused in UMK3.)</item>
      <item value="0x1840">Jax (Unused in UMK3.)</item>
      <item value="0x1860">Nightwolf (Unused in UMK3.)</item>
      <item value="0x1880">Sub-Zero (Unused in UMK3.)</item>
      <item value="0x18A0">Stryker (Unused in UMK3.)</item>
      <item value="0x18C0">Sindel (Unused in UMK3.)</item>
      <item value="0x18E0">Sector (Unused in UMK3.)</item>
      <item value="0x1900">Cyrax (Unused in UMK3.)</item>
      <item value="0x1920">Kung Lao (Unused in UMK3.)</item>
      <item value="0x1940">Kabal (Unused in UMK3.)</item>
      <item value="0x1960">Sheeva (Unused in UMK3.)</item>
      <item value="0x1980">Shang Tsung (Unused in UMK3.)</item>
      <item value="0x19A0">Liu Kang (Unused in UMK3.)</item>
      <item value="0x19C0">Robo-Smoke (Unused in UMK3. Uses Lui Kang's text.)</item>
      <item value="0x19E0">Kitana</item>
      <item value="0x1A00">Jade</item>
      <item value="0x1A20">Mileena (Unused in UMK3. Uses Kitana's text.)</item>
      <item value="0x1A40">Scorpion</item>
      <item value="0x1A60">Reptile</item>
      <item value="0x1A80">Ermac (Unused in UMK3. Uses Kitana's text.)</item>
      <item value="0x1AA0">Classic Sub-Zero (Unused in UMK3. Uses Kitana's text.)</item>
      <item value="0x1AC0">Human Smoke (Unused in UMK3. Uses Kitana's text.)</item>
      <item value="0x1AE0">Noob Saibot (Unused in UMK3. Uses Kitana's text.)</item>
      <item value="0x1B00">Motaro (Unused. No profile picture or text.  Announced as "Sonya Wins")</item>
      <item value="0x1B20">Shao Kahn (Unused. No profile picture or text.  Announced as "Jax Wins")</item>
    </parameter>
    <script state="run">
      <action>maincpu.mw@0037B7C=param</action>
    </script>
    <script state="off">
      <action>maincpu.mw@0037B7C=19E0</action>
    </script>
</cheat>

<cheat desc="Jade Profile Modifier">
    <comment>Activate before profile is shown.</comment>
    <parameter>
      <item value="0x5600">Kano (Unused in UMK3.)</item>
      <item value="0x1820">Sonya (Unused in UMK3.)</item>
      <item value="0x1840">Jax (Unused in UMK3.)</item>
      <item value="0x1860">Nightwolf (Unused in UMK3.)</item>
      <item value="0x1880">Sub-Zero (Unused in UMK3.)</item>
      <item value="0x18A0">Stryker (Unused in UMK3.)</item>
      <item value="0x18C0">Sindel (Unused in UMK3.)</item>
      <item value="0x18E0">Sector (Unused in UMK3.)</item>
      <item value="0x1900">Cyrax (Unused in UMK3.)</item>
      <item value="0x1920">Kung Lao (Unused in UMK3.)</item>
      <item value="0x1940">Kabal (Unused in UMK3.)</item>
      <item value="0x1960">Sheeva (Unused in UMK3.)</item>
      <item value="0x1980">Shang Tsung (Unused in UMK3.)</item>
      <item value="0x19A0">Liu Kang (Unused in UMK3.)</item>
      <item value="0x19C0">Robo-Smoke (Unused in UMK3. Uses Lui Kang's text.)</item>
      <item value="0x19E0">Kitana</item>
      <item value="0x1A00">Jade</item>
      <item value="0x1A20">Mileena (Unused in UMK3. Uses Kitana's text.)</item>
      <item value="0x1A40">Scorpion</item>
      <item value="0x1A60">Reptile</item>
      <item value="0x1A80">Ermac (Unused in UMK3. Uses Kitana's text.)</item>
      <item value="0x1AA0">Classic Sub-Zero (Unused in UMK3. Uses Kitana's text.)</item>
      <item value="0x1AC0">Human Smoke (Unused in UMK3. Uses Kitana's text.)</item>
      <item value="0x1AE0">Noob Saibot (Unused in UMK3. Uses Kitana's text.)</item>
      <item value="0x1B00">Motaro (Unused. No profile picture or text.  Announced as "Sonya Wins")</item>
      <item value="0x1B20">Shao Kahn (Unused. No profile picture or text.  Announced as "Jax Wins")</item>
    </parameter>
    <script state="run">
      <action>maincpu.mw@0037B8C=param</action>
    </script>
    <script state="off">
      <action>maincpu.mw@0037B8C=1A00</action>
    </script>
</cheat>

<cheat desc="Reptile Profile Modifier">
    <comment>Activate before profile is shown.</comment>
    <parameter>
      <item value="0x5600">Kano (Unused in UMK3.)</item>
      <item value="0x1820">Sonya (Unused in UMK3.)</item>
      <item value="0x1840">Jax (Unused in UMK3.)</item>
      <item value="0x1860">Nightwolf (Unused in UMK3.)</item>
      <item value="0x1880">Sub-Zero (Unused in UMK3.)</item>
      <item value="0x18A0">Stryker (Unused in UMK3.)</item>
      <item value="0x18C0">Sindel (Unused in UMK3.)</item>
      <item value="0x18E0">Sector (Unused in UMK3.)</item>
      <item value="0x1900">Cyrax (Unused in UMK3.)</item>
      <item value="0x1920">Kung Lao (Unused in UMK3.)</item>
      <item value="0x1940">Kabal (Unused in UMK3.)</item>
      <item value="0x1960">Sheeva (Unused in UMK3.)</item>
      <item value="0x1980">Shang Tsung (Unused in UMK3.)</item>
      <item value="0x19A0">Liu Kang (Unused in UMK3.)</item>
      <item value="0x19C0">Robo-Smoke (Unused in UMK3. Uses Lui Kang's text.)</item>
      <item value="0x19E0">Kitana</item>
      <item value="0x1A00">Jade</item>
      <item value="0x1A20">Mileena (Unused in UMK3. Uses Kitana's text.)</item>
      <item value="0x1A40">Scorpion</item>
      <item value="0x1A60">Reptile</item>
      <item value="0x1A80">Ermac (Unused in UMK3. Uses Kitana's text.)</item>
      <item value="0x1AA0">Classic Sub-Zero (Unused in UMK3. Uses Kitana's text.)</item>
      <item value="0x1AC0">Human Smoke (Unused in UMK3. Uses Kitana's text.)</item>
      <item value="0x1AE0">Noob Saibot (Unused in UMK3. Uses Kitana's text.)</item>
      <item value="0x1B00">Motaro (Unused. No profile picture or text.  Announced as "Sonya Wins")</item>
      <item value="0x1B20">Shao Kahn (Unused. No profile picture or text.  Announced as "Jax Wins")</item>
    </parameter>
    <script state="run">
      <action>maincpu.mw@0037BB8=param</action>
    </script>
    <script state="off">
      <action>maincpu.mw@0037BB8=1A60</action>
    </script>
</cheat>

<cheat desc="Scorpion Profile Modifier">
    <comment>Activate before profile is shown.</comment>
    <parameter>
      <item value="0x5600">Kano (Unused in UMK3.)</item>
      <item value="0x1820">Sonya (Unused in UMK3.)</item>
      <item value="0x1840">Jax (Unused in UMK3.)</item>
      <item value="0x1860">Nightwolf (Unused in UMK3.)</item>
      <item value="0x1880">Sub-Zero (Unused in UMK3.)</item>
      <item value="0x18A0">Stryker (Unused in UMK3.)</item>
      <item value="0x18C0">Sindel (Unused in UMK3.)</item>
      <item value="0x18E0">Sector (Unused in UMK3.)</item>
      <item value="0x1900">Cyrax (Unused in UMK3.)</item>
      <item value="0x1920">Kung Lao (Unused in UMK3.)</item>
      <item value="0x1940">Kabal (Unused in UMK3.)</item>
      <item value="0x1960">Sheeva (Unused in UMK3.)</item>
      <item value="0x1980">Shang Tsung (Unused in UMK3.)</item>
      <item value="0x19A0">Liu Kang (Unused in UMK3.)</item>
      <item value="0x19C0">Robo-Smoke (Unused in UMK3. Uses Lui Kang's text.)</item>
      <item value="0x19E0">Kitana</item>
      <item value="0x1A00">Jade</item>
      <item value="0x1A20">Mileena (Unused in UMK3. Uses Kitana's text.)</item>
      <item value="0x1A40">Scorpion</item>
      <item value="0x1A60">Reptile</item>
      <item value="0x1A80">Ermac (Unused in UMK3. Uses Kitana's text.)</item>
      <item value="0x1AA0">Classic Sub-Zero (Unused in UMK3. Uses Kitana's text.)</item>
      <item value="0x1AC0">Human Smoke (Unused in UMK3. Uses Kitana's text.)</item>
      <item value="0x1AE0">Noob Saibot (Unused in UMK3. Uses Kitana's text.)</item>
      <item value="0x1B00">Motaro (Unused. No profile picture or text.  Announced as "Sonya Wins")</item>
      <item value="0x1B20">Shao Kahn (Unused. No profile picture or text.  Announced as "Jax Wins")</item>
    </parameter>
    <script state="run">
      <action>maincpu.mw@0037BC8=param</action>
    </script>
    <script state="off">
      <action>maincpu.mw@0037BC8=1A40</action>
    </script>
</cheat>

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

Posted: Wed Jan 15, 2014 12:42 pm
by CLE
Good!

Thanks!

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

Posted: Wed Jan 15, 2014 7:04 pm
by Abystus
These should now be updated with the new address format. CLE, if you will, please test them out. Thanks.

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

Posted: Thu Jan 16, 2014 12:27 am
by CLE
These don't work in classic format. I think is because this address (0x...).

But these, Zakria found a similar cheat a few years old.
viewtopic.php?f=4&t=3934

And your "Wip cheats"? Is possible convert?

Thanks!

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

Posted: Thu Jan 16, 2014 1:33 am
by Abystus
CLE wrote:These don't work in classic format. I think is because this address (0x...).

But these, Zakria found a similar cheat a few years old.
viewtopic.php?f=4&t=3934

And your "Wip cheats"? Is possible convert?

Thanks!
I see, and yes I am aware this is a profile modifier cheat already. The problem is, with that cheat active, it only displays the text of the other characters selected (from what I saw in-game). My codes actually load the entire profile properly. To convert these codes, you would have to create a line for each character for each profile type. Not sure it is worth your time or not.

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

Posted: Thu Jan 23, 2014 9:35 am
by Abystus
Added "Enable Finishers During Round" and "Repeatable Finishers". CLE, would you mind testing these out (don't have a lot of time to do so myself)? You will notice stage fatalities and fatalities that take you away from the gaming area (after the point they take you, they are interrupt-able before) are not repeatable or interrupt-able. I used the wording "most" because of these exclusions. All restrictions are still in place for Friendships, Babalities and Animalities (I'll be after removing these restrictions at some point). The game will most likely crash if you attempt fatalities on boss characters. Enjoy.

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

Posted: Thu Jan 23, 2014 1:59 pm
by CLE
All cheats tested and working very well!

You can perform Fatalities into bosses, the game don't crash. Only Babality can crash game using in bosses.

For remove Animalities retrictions, I have this cheat by AceKombat, but this work only in classic format:

Code: Select all

:umk3:00000000:0020C562:00000001:FFFFFFFF:Animalities Enabled Without Mercy
Profile Modifier cheats are working in classic format too, because this address work in this format (the address in your WIP cheats don't work in classic format).

This cheats have only an error in Sektor name. :wink:

Very nice work, Abystus!

Thanks!

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

Posted: Wed Jan 29, 2014 12:02 pm
by CLE
As per requests, I'll post all MK Abystus's cheats in classic format:

Code: Select all

:umk3:39900000:03E34A:00001864:FFFFFFFF:Enable Finishers During Round: Some finishers may crash the game upon completion, or cause other game breaking issues. Do not use with "Infinite Time" cheat, or the round will never end.
:umk3:39910000:03E34C:00000300:FFFFFFFF:Enable Finishers During Round (2/5)
:umk3:39910000:03E34E:00000300:FFFFFFFF:Enable Finishers During Round (3/5)
:umk3:39910000:03B074:00000300:FFFFFFFF:Enable Finishers During Round (4/5)
:umk3:39910000:03B094:00000300:FFFFFFFF:Enable Finishers During Round (5/5)
:umk3:39900000:03B07C:00000300:FFFFFFFF:Repeatable Finishers:Allows most finishers and special moves to be interrupted. Will most likely crash the game if you go too crazy with multiple finishers. This recovery fast special moves too.
:umk3:39910000:03B0B8:00000300:FFFFFFFF:Repeatable Finishers (2/3)
:umk3:39910000:03B094:00000300:FFFFFFFF:Repeatable Finishers (3/3)

:umk3:62000000:000000:00000000:00000000:Select Character Profile Bio:Activate before profile is shown.
:umk3:39910000:037B7C:00005600:FFFFFFFF:Kano
:umk3:39918000:037B8C:00005600:FFFFFFFF:Kano
:umk3:39918000:037BB8:00005600:FFFFFFFF:Kano
:umk3:39918000:037BC8:00005600:FFFFFFFF:Kano
:umk3:39910000:037B7C:00001820:FFFFFFFF:Sonya
:umk3:39918000:037B8C:00001820:FFFFFFFF:Sonya
:umk3:39918000:037BB8:00001820:FFFFFFFF:Sonya
:umk3:39918000:037BC8:00001820:FFFFFFFF:Sonya
:umk3:39910000:037B7C:00001840:FFFFFFFF:Jax
:umk3:39918000:037B8C:00001840:FFFFFFFF:Jax
:umk3:39918000:037BB8:00001840:FFFFFFFF:Jax
:umk3:39918000:037BC8:00001840:FFFFFFFF:Jax
:umk3:39910000:037B7C:00001860:FFFFFFFF:Nightwolf
:umk3:39918000:037B8C:00001860:FFFFFFFF:Nightwolf
:umk3:39918000:037BB8:00001860:FFFFFFFF:Nightwolf
:umk3:39918000:037BC8:00001860:FFFFFFFF:Nightwolf
:umk3:39910000:037B7C:00001880:FFFFFFFF:Sub-Zero
:umk3:39918000:037B8C:00001880:FFFFFFFF:Sub-Zero
:umk3:39918000:037BB8:00001880:FFFFFFFF:Sub-Zero
:umk3:39918000:037BC8:00001880:FFFFFFFF:Sub-Zero
:umk3:39910000:037B7C:000018A0:FFFFFFFF:Stryker
:umk3:39918000:037B8C:000018A0:FFFFFFFF:Stryker
:umk3:39918000:037BB8:000018A0:FFFFFFFF:Stryker
:umk3:39918000:037BC8:000018A0:FFFFFFFF:Stryker
:umk3:39910000:037B7C:000018C0:FFFFFFFF:Sindel
:umk3:39918000:037B8C:000018C0:FFFFFFFF:Sindel
:umk3:39918000:037BB8:000018C0:FFFFFFFF:Sindel
:umk3:39918000:037BC8:000018C0:FFFFFFFF:Sindel
:umk3:39910000:037B7C:000018E0:FFFFFFFF:Sektor
:umk3:39918000:037B8C:000018E0:FFFFFFFF:Sektor
:umk3:39918000:037BB8:000018E0:FFFFFFFF:Sektor
:umk3:39918000:037BC8:000018E0:FFFFFFFF:Sektor
:umk3:39910000:037B7C:00001900:FFFFFFFF:Cyrax
:umk3:39918000:037B8C:00001900:FFFFFFFF:Cyrax
:umk3:39918000:037BB8:00001900:FFFFFFFF:Cyrax
:umk3:39918000:037BC8:00001900:FFFFFFFF:Cyrax
:umk3:39910000:037B7C:00001920:FFFFFFFF:Kung Lao
:umk3:39918000:037B8C:00001920:FFFFFFFF:Kung Lao
:umk3:39918000:037BB8:00001920:FFFFFFFF:Kung Lao
:umk3:39918000:037BC8:00001920:FFFFFFFF:Kung Lao
:umk3:39910000:037B7C:00001940:FFFFFFFF:Kabal
:umk3:39918000:037B8C:00001940:FFFFFFFF:Kabal
:umk3:39918000:037BB8:00001940:FFFFFFFF:Kabal
:umk3:39918000:037BC8:00001940:FFFFFFFF:Kabal
:umk3:39910000:037B7C:00001960:FFFFFFFF:Sheeva
:umk3:39918000:037B8C:00001960:FFFFFFFF:Sheeva
:umk3:39918000:037BB8:00001960:FFFFFFFF:Sheeva
:umk3:39918000:037BC8:00001960:FFFFFFFF:Sheeva
:umk3:39910000:037B7C:00001980:FFFFFFFF:Shang Tsung
:umk3:39918000:037B8C:00001980:FFFFFFFF:Shang Tsung
:umk3:39918000:037BB8:00001980:FFFFFFFF:Shang Tsung
:umk3:39918000:037BC8:00001980:FFFFFFFF:Shang Tsung
:umk3:39910000:037B7C:000019A0:FFFFFFFF:Liu Kang
:umk3:39918000:037B8C:000019A0:FFFFFFFF:Liu Kang
:umk3:39918000:037BB8:000019A0:FFFFFFFF:Liu Kang
:umk3:39918000:037BC8:000019A0:FFFFFFFF:Liu Kang
:umk3:39910000:037B7C:000019E0:FFFFFFFF:Kitana
:umk3:39918000:037B8C:000019E0:FFFFFFFF:Kitana
:umk3:39918000:037BB8:000019E0:FFFFFFFF:Kitana
:umk3:39918000:037BC8:000019E0:FFFFFFFF:Kitana
:umk3:39910000:037B7C:00001A00:FFFFFFFF:Jade
:umk3:39918000:037B8C:00001A00:FFFFFFFF:Jade
:umk3:39918000:037BB8:00001A00:FFFFFFFF:Jade
:umk3:39918000:037BC8:00001A00:FFFFFFFF:Jade
:umk3:39910000:037B7C:00001A40:FFFFFFFF:Scorpion
:umk3:39918000:037B8C:00001A40:FFFFFFFF:Scorpion
:umk3:39918000:037BB8:00001A40:FFFFFFFF:Scorpion
:umk3:39918000:037BC8:00001A40:FFFFFFFF:Scorpion
:umk3:39910000:037B7C:00001A60:FFFFFFFF:Reptile
:umk3:39918000:037B8C:00001A60:FFFFFFFF:Reptile
:umk3:39918000:037BB8:00001A60:FFFFFFFF:Reptile
:umk3:39918000:037BC8:00001A60:FFFFFFFF:Reptile
:umk3:39910000:037B7C:000019C0:FFFFFFFF:*Smoke
:umk3:39918000:037B8C:000019C0:FFFFFFFF:*Smoke
:umk3:39918000:037BB8:000019C0:FFFFFFFF:*Smoke
:umk3:39918000:037BC8:000019C0:FFFFFFFF:*Smoke
:umk3:39910000:037B7C:00001A20:FFFFFFFF:*Mileena
:umk3:39918000:037B8C:00001A20:FFFFFFFF:*Mileena
:umk3:39918000:037BB8:00001A20:FFFFFFFF:*Mileena
:umk3:39918000:037BC8:00001A20:FFFFFFFF:*Mileena
:umk3:39910000:037B7C:00001A80:FFFFFFFF:*Ermac
:umk3:39918000:037B8C:00001A80:FFFFFFFF:*Ermac
:umk3:39918000:037BB8:00001A80:FFFFFFFF:*Ermac
:umk3:39918000:037BC8:00001A80:FFFFFFFF:*Ermac
:umk3:39910000:037B7C:00001AA0:FFFFFFFF:*Classic Sub-Zero
:umk3:39918000:037B8C:00001AA0:FFFFFFFF:*Classic Sub-Zero
:umk3:39918000:037BB8:00001AA0:FFFFFFFF:*Classic Sub-Zero
:umk3:39918000:037BC8:00001AA0:FFFFFFFF:*Classic Sub-Zero
:umk3:39910000:037B7C:00001AC0:FFFFFFFF:*Human Smoke
:umk3:39918000:037B8C:00001AC0:FFFFFFFF:*Human Smoke
:umk3:39918000:037BB8:00001AC0:FFFFFFFF:*Human Smoke
:umk3:39918000:037BC8:00001AC0:FFFFFFFF:*Human Smoke
:umk3:39910000:037B7C:00001AE0:FFFFFFFF:*Noob Saibot
:umk3:39918000:037B8C:00001AE0:FFFFFFFF:*Noob Saibot
:umk3:39918000:037BB8:00001AE0:FFFFFFFF:*Noob Saibot
:umk3:39918000:037BC8:00001AE0:FFFFFFFF:*Noob Saibot
:umk3:39910000:037B7C:00001B00:FFFFFFFF:#Motaro
:umk3:39918000:037B8C:00001B00:FFFFFFFF:#Motaro
:umk3:39918000:037BB8:00001B00:FFFFFFFF:#Motaro
:umk3:39918000:037BC8:00001B00:FFFFFFFF:#Motaro
:umk3:39910000:037B7C:00001B20:FFFFFFFF:#Shao Kahn
:umk3:39918000:037B8C:00001B20:FFFFFFFF:#Shao Kahn
:umk3:39918000:037BB8:00001B20:FFFFFFFF:#Shao Kahn
:umk3:39918000:037BC8:00001B20:FFFFFFFF:#Shao Kahn

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

Posted: Mon Feb 17, 2014 3:11 am
by Abystus
CLE, I added new "Always Get Scorpion's Lair Krispy! Easter Egg" and "Enable Hiddens On Character Select Screen" cheats. Let me know how they work for you.

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

Posted: Mon Feb 17, 2014 9:28 pm
by CLE
Thank you, Abystus!

You try find others Dan Forden's Easter Egg too?

You have Enable Smoke On Charcater Select Screen for MK3 too? And ocasionaly, Smoke appears in Character Select Screen, opening and closing the MK Dragon symbol (when you can't select Smoke), is possible active this too?

Thanks!

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

Posted: Wed Feb 19, 2014 1:18 am
by Abystus
CLE wrote:Thank you, Abystus!

You try find others Dan Forden's Easter Egg too?

You have Enable Smoke On Charcater Select Screen for MK3 too? And ocasionaly, Smoke appears in Character Select Screen, opening and closing the MK Dragon symbol (when you can't select Smoke), is possible active this too?

Thanks!
Do you mean Dan Forden's Frosty!? You can already do that on demand when freezing an opponent that is already frozen (double ice backfire). I'm sure the MK3 one is doable, and I'll have a look when I get a bit of hacking time.

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

Posted: Fri Feb 21, 2014 1:45 am
by CLE
Dan Forden's Frosty only appears when you freeze opponent when energy is in Danger.
Dan Forden's Toasty don't found in umk3 too.

Thanks!

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

Posted: Mon Apr 21, 2014 7:57 pm
by Pugsy
Thanks, added

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

Posted: Fri Jan 09, 2015 12:56 am
by Abystus
umk3.xml

Code: Select all

  <cheat desc="Enable Single Opponent Endurance Matches">
      <comment>Round ends after defeating the first instead of all CPU opponents during an endurance match.</comment>
      <script state="run">
        <!-- Tower Endurance -->
        <action>maincpu.mw@0001398=C00B</action>
        <!-- Mega Endurance -->
        <action>maincpu.mw@000184C=C00B</action>
      </script>
      <script state="off">
        <!-- Tower Endurance -->
        <action>maincpu.mw@0001398=C90B</action>
        <!-- Mega Endurance -->
        <action>maincpu.mw@000184C=C90B</action>
      </script>
  </cheat>

  <cheat desc="Stage Modifier">
      <parameter>
        <item value="0x00">Subway</item>
        <item value="0x01">The Street</item>
        <item value="0x02">#The Bank (Removed in UMK3. Uses Jade's Desert background. Uses Bank music.)</item>
        <item value="0x03">Rooftop</item>
        <item value="0x04">The Balcony</item>
        <item value="0x05">The Bridge</item>
        <item value="0x06">Soul Chamber</item>
        <item value="0x07">Bell Tower</item>
        <item value="0x08">The Temple</item>
        <item value="0x09">Graveyard</item>
        <item value="0x0A">The Pit 3</item>
        <item value="0x0B">Waterfront</item>
        <item value="0x0C">Scorpion's Lair</item>
        <item value="0x0D">The Cave</item>
        <item value="0x0E">Jade's Desert</item>
        <item value="0x0F">Continue Screen</item>
        <item value="0x10">Blue Portal</item>
        <item value="0x11">Continue Screen</item>
        <item value="0x12">#Red Portal (Removed in UMK3. Uses Jade's Desert background.)</item>
        <item value="0x13">Choose Your Destiny Screen (Blue Portal. Background only. Fighters above background.)</item>
        <item value="0x14">Versus/Longest Winning Streak Screen (Background only. Fighters above background.)</item>
        <item value="0x15">Game Mode Screen (Background only. Fighters above background.)</item>
        <item value="0x16">Game Mode Screen (Background only. Fighters above background.)</item>
        <item value="0x17">MK3 Choose Your Destiny Screen (Red Portal. Background only.)</item>
        <item value="0x18">Noob's Dorfen</item>
      </parameter>
      <script state="run">
        <action>maincpu.pb@01062260=param</action>
      </script>
  </cheat>

  <cheat desc="Human Smoke Transformation Character Modifier">
      <comment>Works for both players. Will announce character as Smoke. Will show Smoke's name in life bar during transformation round.</comment>
      <parameter>
        <item value="0x5600">Kano</item>
        <item value="0x1820">Sonya</item>
        <item value="0x1840">Jax</item>
        <item value="0x1860">Nightwolf</item>
        <item value="0x1880">Sub-Zero</item>
        <item value="0x18A0">Stryker</item>
        <item value="0x18C0">Sindel</item>
        <item value="0x18E0">Sector</item>
        <item value="0x1900">Cyrax</item>
        <item value="0x1920">Kung Lao</item>
        <item value="0x1940">Kabal</item>
        <item value="0x1960">Sheeva</item>
        <item value="0x1980">Shang Tsung</item>
        <item value="0x19A0">Liu Kang</item>
        <item value="0x19C0">Robo-Smoke</item>
        <item value="0x19E0">Kitana</item>
        <item value="0x1A00">Jade</item>
        <item value="0x1A20">Mileena</item>
        <item value="0x1A40">Scorpion</item>
        <item value="0x1A60">Reptile</item>
        <item value="0x1A80">Ermac</item>
        <item value="0x1AA0">Classic Sub-Zero</item>
        <item value="0x1AC0">Human Smoke</item>
        <item value="0x1AE0">Noob Saibot</item>
        <item value="0x1B00">#Motaro</item>
        <item value="0x1B20">#Shao Kahn</item>
      </parameter>
      <script state="run">
        <action>maincpu.mw@0004F36=param</action>
      </script>
      <script state="off">
        <action>maincpu.mw@0004F36=1AC0</action>
      </script>
  </cheat>

  <cheat desc="Finish Him/Her After Every Round">
      <comment>Doesn't work against hidden characters or bosses.</comment>
      <script state="run">
        <action>maincpu.mw@00013D2=0300</action>
      </script>
      <script state="off">
        <action>maincpu.mw@00013D2=CB16</action>
      </script>
  </cheat>

  <cheat desc="Player Takes All Damage"> 
      <parameter>
        <item value="0x00">Player 1</item>
        <item value="0x01">Player 2</item>
      </parameter>
      <script state="run">
        <!-- Player 1 -->
        <action condition="(param==0x00)">maincpu.mw@005FF4E=C001</action>
        <action condition="(param==0x00)">maincpu.mw@006003A=C009</action>
        <!-- Player 2 -->
        <action condition="(param==0x01)">maincpu.mw@005FF4E=0300</action>
        <action condition="(param==0x01)">maincpu.mw@006003A=0300</action>
      </script>
      <script state="off">
        <action>maincpu.mw@005FF4E=CA01</action>
        <action>maincpu.mw@006003A=CA09</action>
      </script>
  </cheat>

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

Posted: Sun Jan 11, 2015 8:51 am
by Abystus
Added "Enable Single Opponent Endurance Matches", "Stage Modifier", "Human Smoke Transformation Character Modifier", and "Finish Him/Her After Every Round" to the above list.

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

Posted: Sat Feb 28, 2015 5:20 pm
by Pugsy
Thanks, added

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

Posted: Fri Apr 29, 2016 9:08 am
by Abystus
umk3.xml

Code: Select all

  <cheat desc="Bloody Floors">
      <comment>Increases the duration of blood splatters on the floor.</comment>
      <script state="run">
        <action>maincpu.mw@00625E6=0100</action>
      </script>
      <script state="off">
        <action>maincpu.mw@00625E6=000C</action>
      </script>
  </cheat>
Classic Format:

Code: Select all

:umk3:39900000:0625E6:00000100:FFFFFFFF:Bloody Floors:Increases the duration of blood splatters on the floor.

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

Posted: Sat Apr 30, 2016 7:23 am
by CLE
Cheat working fine!

Thanks, Abystus!

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

Posted: Sun Oct 02, 2016 12:14 am
by INVorig
Hello,
when I found out, that the 'no mercy' cheat doesn't work correctly (only on Kitana),
I started to create my own cheats. I have a few now and would like to share them with you all.
So for the beginning, here are a fully working
'no mercy for animality' and a
'remove friendship/babality restrictions' -cheat
(all my cheats work 100% on mame 1.46, so in some cases you might have to replace 'user1' with 'maincpu' to make them work for newer versions).

Code: Select all

 <cheat desc="Animality Doesn't Need Mercy">
    <script state="run">
      <action>maincpu.pb@1062B10=01</action>
    </script>
    <script state="off">
      <action>maincpu.pb@1062B10=00</action>
    </script>
  </cheat>

 <cheat desc="No Friendship/Babality Restrictions">
    <script state="run">
      <action>maincpu.pb@1062490=00</action>
      <action>maincpu.pb@1062498=00</action>
      <action>maincpu.pb@10624A0=00</action>
      <action>maincpu.pb@10624A8=00</action>
    </script>
  </cheat>


(This is my first entry on this forum and also a test for me. I will add some more later)


Same codes for MK3
(but in MK3 the old 'no mercy' code is fully functional)

Code: Select all

 <cheat desc="Animality Doesn't Need Mercy">
    <script state="run">
      <action>maincpu.pb@1062AE0=01</action>
    </script>
    <script state="off">
      <action>maincpu.pb@1062AE0=00</action>
    </script>
  </cheat>

 <cheat desc="No Friendship/Babality Restrictions">
    <script state="run">
      <action>maincpu.pb@1062450=00</action>
      <action>maincpu.pb@1062458=00</action>
      <action>maincpu.pb@1062460=00</action>
      <action>maincpu.pb@1062468=00</action>
    </script>
  </cheat>

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

Posted: Sun Oct 02, 2016 11:54 am
by INVorig
Start at Motaro or Shao Kahn (novice)
(if you want to use it for other 'towers' you might just higher the number)

Code: Select all

  <cheat desc="Start at Motaro"> <comment>Select 'Novice' and during scrolling down 'set', or start the first novice fight and 'set', you will jump to Motaro in round 2</comment>
    <script state="on">
      <action>maincpu.pb@10622D0=06</action>
    </script>
  </cheat>

  <cheat desc="Start at Shao Kahn"> <comment>Select 'Novice' and during scrolling down 'set', or start the first novice fight and 'set', you will jump to Shao Kahn in round 2</comment>
    <script state="on">
      <action>maincpu.pb@10622D0=07</action>
    </script>
  </cheat>
Same cheat for MK3

Code: Select all

  <cheat desc="Start at Motaro"> <comment>Select 'Novice' and during scrolling down 'set', or start the first novice fight and 'set', you will jump to Motaro in round 2</comment>
    <script state="on">
      <action>maincpu.pb@1062280=06</action>
    </script>
  </cheat>

  <cheat desc="Start at Shao Kahn"> <comment>Select 'Novice' and during scrolling down 'set', or start the first novice fight and 'set', you will jump to Shao Kahn in round 2</comment>
    <script state="on">
      <action>maincpu.pb@1062280=07</action>
    </script>
  </cheat>