[kof97 + kof98] Rename Cheats

This FORUM is ONLY for posting requests for M.A.M.E. arcade cheats. The actual cheats should be posted in the M.A.M.E. "Arcade" Cheats forum. For cheat requests a 'please' would do no harm...
Post Reply
AyoMayo
Posts: 1
Joined: Sat Jul 18, 2020 7:41 pm

[kof97 + kof98] Rename Cheats

Post by AyoMayo »

Please rename these cheats to say P2 instead of P1. Thanks

kof97:

Code: Select all

  <cheat desc="P1 Never Get Dizzied">
    <script state="run">
      <action>maincpu.pb@10843F=67</action>
    </script>
  </cheat>

  <cheat desc="P1 Every Hit Will Dizzy">
    <script state="run">
      <action>maincpu.pb@10843F=00</action>
    </script>
  </cheat>

  <cheat desc="P1 Never Get Guard Crushed">
    <script state="run">
      <action>maincpu.pb@108447=67</action>
    </script>
  </cheat>

  <cheat desc="P1 Every Block Will Guard Crush">
    <script state="run">
      <action>maincpu.pb@108447=00</action>
    </script>
  </cheat>
    <cheat desc="P1 Select Colour (A)"> <comment>This refers to the first character selected.</comment>
    <parameter>
      <item value="0x00">A colour (Advanced Mode)</item>
      <item value="0x01">D colour (Advanced Mode)</item>
      <item value="0x02">A colour (Extra Mode)</item>
      <item value="0x03">D colour (Extra Mode)</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@10A85F=param</action>
    </script>
  </cheat>

  <cheat desc="P1 Select Colour (B)"> <comment>This refers to the second character selected.</comment>
    <parameter>
      <item value="0x00">A colour (Advanced Mode)</item>
      <item value="0x01">D colour (Advanced Mode)</item>
      <item value="0x02">A colour (Extra Mode)</item>
      <item value="0x03">D colour (Extra Mode)</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@10A860=param</action>
    </script>
  </cheat>

  <cheat desc="P1 Select Colour (C)"> <comment>This refers to the third character selected.</comment>
    <parameter>
      <item value="0x00">A colour (Advanced Mode)</item>
      <item value="0x01">D colour (Advanced Mode)</item>
      <item value="0x02">A colour (Extra Mode)</item>
      <item value="0x03">D colour (Extra Mode)</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@10A861=param</action>
    </script>
  </cheat>
kof98:

Code: Select all

  <cheat desc="P1 Never Get Dizzied">
    <script state="run">
      <action>maincpu.pb@10843F=67</action>
    </script>
  </cheat>

  <cheat desc="P1 Every Hit Will Dizzy">
    <script state="run">
      <action>maincpu.pb@10843F=00</action>
    </script>
  </cheat>

  <cheat desc="P1 Never Get Guard Crushed">
    <script state="run">
      <action>maincpu.pb@108447=67</action>
    </script>
  </cheat>

  <cheat desc="P1 Every Block Will Guard Crush">
    <script state="run">
      <action>maincpu.pb@108447=00</action>
    </script>
  </cheat>
    <cheat desc="P1 Select Rounds Lost">
    <parameter min="0" max="2" step="1"/>
    <script state="run">
      <action>maincpu.pb@10A85E=(param)</action>
    </script>
  </cheat>
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [kof97 + kof98] Rename Cheats

Post by Pugsy »

Thanks for the bug report. It will be fixed in the next release
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply