Page 2 of 2

Re: [mk3] Mortal Kombat 3 (rev 2.1)

Posted: Fri Mar 31, 2017 3:23 pm
by Pugsy
Thanks, added

Re: [mk3] Mortal Kombat 3 (rev 2.1)

Posted: Sun Dec 02, 2018 12:25 am
by Abystus
Pugsy, the free fly cheat for this game has been updated to correct a crash in the latest versions of MAME. Please update your entry when you can.

Re: [mk3] Mortal Kombat 3 (rev 2.1)

Posted: Sat Jan 26, 2019 5:49 pm
by Pugsy
Thanks, free fly updated.

Re: [mk3] Mortal Kombat 3 (rev 2.1)

Posted: Wed Apr 24, 2024 2:00 pm
by Abystus
mk3.xml

Code: Select all

  <cheat desc="Attract Mode Volume Never Decreases">
    <script state="on">
      <action>temp0=maincpu.mw@0002CE7E</action>
    </script>
    <script state="run">
      <action>maincpu.mw@0002CE7E=C000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@0002CE7E=temp0</action>
    </script>
  </cheat>

Re: [mk3] Mortal Kombat 3 (rev 2.1)

Posted: Sat May 04, 2024 6:36 pm
by Abystus
mk3.xml

Code: Select all

  <cheat desc="CPU Players Don't Avoid or Block Your Attacks">
    <script state="on">
      <action>temp0=maincpu.mw@0005021E</action>
    </script>
    <script state="run">
      <action>maincpu.mw@0005021E=C018</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@0005021E=temp0</action>
    </script>
  </cheat>

Re: [mk3] Mortal Kombat 3 (rev 2.1)

Posted: Sat May 04, 2024 8:46 pm
by Shinobi
I tested the cheat with Sub-Zero and Smoke and it works great! Thanks, Abystus!