Page 2 of 2

Re: [kinst] Killer Instinct (v1.5d)

Posted: Tue Feb 18, 2020 1:41 am
by Abystus
kinst.xml

Code: Select all

  <cheat desc="Enable Finishers on Eyedol">
    <comment>Enable before starting a new game.</comment>
    <script state="run">
      <action>maincpu.pd@88006144=00000000</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@88006144=1181FF6E</action>
    </script>
  </cheat>
  
  <cheat desc="Enable Player Controlled Eyedol Stomp Health Regen">
    <comment>Enable before starting a new game.</comment>
    <script state="run">
      <action>maincpu.pd@88007F98=00000000</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@88007F98=11000009</action>
    </script>
  </cheat>

  <cheat desc="Player 2 Takes All Damage">
    <comment>Enable before starting a new game.</comment>
    <script state="run">
      <action>maincpu.pd@88009BD4=0C000140</action><!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.pd@88009BD8=3C1E8808</action>
      <action>maincpu.pd@80000500=37DEBD00</action>
      <action>maincpu.pd@80000504=2401000B</action>
      <action>maincpu.pd@80000508=03E00008</action>
      <action>maincpu.pd@8000050C=97CE0054</action>
    </script>
    <script state="off">
      <action>maincpu.pd@88009BD4=2401000B</action>
      <action>maincpu.pd@88009BD8=97CE0054</action>
    </script>
  </cheat>

Re: [kinst] Killer Instinct (v1.5d)

Posted: Thu Apr 09, 2020 12:01 am
by Abystus
kinst.xml

Code: Select all

  <cheat desc="Walk Through Stage Boundaries">
    <comment>Enable before starting a new game.</comment>
    <script state="run">
      <action>maincpu.pd@880020A8=00000000</action><!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.pd@880020BC=10000036</action>
      <action>maincpu.pd@88008B7C=10000004</action>
      <action>maincpu.pd@88008B94=10000004</action>
    </script>
    <script state="off">
      <action>maincpu.pd@880020A8=14A00006</action>
      <action>maincpu.pd@880020BC=10200036</action>
      <action>maincpu.pd@88008B7C=14200004</action>
      <action>maincpu.pd@88008B94=14200004</action>
    </script>
  </cheat>
  
  <cheat desc="Walk Through Opponent">
    <comment>Enable before starting a new game.</comment>
    <script state="run">
      <action>maincpu.pd@88005B24=10000027</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@88005B24=14200027</action>
    </script>
  </cheat>

Re: [kinst] Killer Instinct (v1.5d)

Posted: Fri Apr 17, 2020 2:21 am
by Abystus
Added "Walk Through Opponent" cheat above.

Re: [kinst] Killer Instinct (v1.5d)

Posted: Sat Apr 18, 2020 11:08 pm
by Abystus
kinst.xml

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <comment>Enable before starting a new game.</comment>
    <script state="run">
      <action>maincpu.pd@88003614=1000002C</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@88003614=10E0002C</action>
    </script>
  </cheat>

Re: [kinst] Killer Instinct (v1.5d)

Posted: Sat Jun 06, 2020 1:33 pm
by Pugsy
Thanks, updated and added new cheats.

Re: [kinst] Killer Instinct (v1.5d)

Posted: Wed Feb 10, 2021 3:25 am
by Abystus
kinst.xml

Code: Select all

  <cheat desc="Enable Stage Knock Off Anytime">
    <comment>Enable before starting a new game. Stage positioning is still required.</comment>
    <script state="run">
      <action>maincpu.pd@8800881C=254A0001</action><!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.pd@88008828=014A5026</action>
    </script>
    <script state="off">
      <action>maincpu.pd@8800881C=93CA008F</action>
      <action>maincpu.pd@88008828=97CA0054</action>
    </script>
  </cheat>

Re: [kinst] Killer Instinct (v1.5d)

Posted: Wed Jan 26, 2022 8:47 pm
by Abystus
kinst.xml

Code: Select all

  <cheat desc="Disable CPU Special Moves">
    <comment>Enable before starting a new game. Includes all special moves, combo breakers and finishers.</comment>
    <script state="run">
      <action>maincpu.pd@8800FA0C=00000000</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@8800FA0C=A3D800BF</action>
    </script>
  </cheat>

  <cheat desc="Spinal Can't Absorb Projectiles">
    <comment>Enable before starting a new game. He will take damage instead of absorbing the projectile.</comment>
    <script state="run">
      <action>maincpu.pd@8800954C=1000001F</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@8800954C=11C0001F</action>
    </script>
  </cheat>

  <cheat desc="Disable Spinal Max Absorb Limit">
    <comment>Enable before starting a new game. He will no longer crumble when absorbing projectiles with too many in reserve.</comment>
    <script state="run">
      <action>maincpu.pd@88009574=10000009</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@88009574=14200009</action>
    </script>
  </cheat>

Re: [kinst] Killer Instinct (v1.5d)

Posted: Sat Jul 09, 2022 3:13 pm
by Pugsy
Thanks, added

Re: [kinst] Killer Instinct (v1.5d)

Posted: Mon Sep 11, 2023 12:12 am
by Abystus
kinst.xml

Code: Select all

  <cheat desc="Restore Show No Mercy Announcement">
    <comment>Replaces Danger Danger Danger announcement. Enable before starting a new game.</comment>
    <script state="run">
      <action>maincpu.pd@880031D0=24040597</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@880031D0=2404158E</action>
    </script>
  </cheat>

Re: [kinst] Killer Instinct (v1.5d)

Posted: Wed Sep 20, 2023 10:59 pm
by Pugsy
Thanks, added

Re: [kinst] Killer Instinct (v1.5d)

Posted: Sat Apr 06, 2024 7:07 am
by Abystus
kinst.xml

Code: Select all

  <cheat desc="View Character Ending After Match Victory">
    <comment>Works exclusively in single-player mode. Enable before starting a new game.</comment>
    <script state="on">
      <action>temp0=maincpu.pd@880276AC</action>
    </script>
    <script state="run">
      <action>maincpu.pd@880276AC=00000000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@880276AC=temp0</action>
    </script>
  </cheat>

Re: [kinst] Killer Instinct (v1.5d)

Posted: Sat Apr 20, 2024 7:07 am
by Abystus
kinst.xml

Code: Select all

  <cheat desc="Attract Mode Volume Never Decreases">
    <comment>Due to the recompiler method used in this game, ensure that you enable the cheat, reset the game, wait for the boot-up tone, and then adjust the volume (+/-) for it to take effect.</comment>
    <script state="on">
      <action>temp0=maincpu.pd@8802C040</action>
    </script>
    <script state="run">
      <action>maincpu.pd@8802C040=00000000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@8802C040=temp0</action>
    </script>
  </cheat>