Page 2 of 2

Re: [kinst2] Killer Instinct 2 (v1.4)

Posted: Thu Jan 27, 2022 11:39 pm
by Abystus
kinst2.xml

Code: Select all

  <cheat desc="Disable CPU Special Moves">
    <comment>Enable before starting a new game. Includes all special moves, super moves, combo breakers and finishers.</comment>
    <script state="run">
      <action>maincpu.pd@8800E6C4=00000000</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@8800E6C4=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@88010F9C=10000035</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@88010F9C=11C00035</action>
    </script>
  </cheat>

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

Re: [kinst2] Killer Instinct 2 (v1.4)

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

Re: [kinst2] Killer Instinct 2 (v1.4)

Posted: Sun Apr 07, 2024 7:35 am
by Abystus
kinst2.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@88028850</action>
    </script>
    <script state="run">
      <action>maincpu.pd@88028850=00000000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@88028850=temp0</action>
    </script>
  </cheat>

Re: [kinst2] Killer Instinct 2 (v1.4)

Posted: Sun Apr 21, 2024 7:13 am
by Abystus
kinst2.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@8802A714</action>
    </script>
    <script state="run">
      <action>maincpu.pd@8802A714=00000000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@8802A714=temp0</action>
    </script>
  </cheat>