[tekken2]+ Select Player Type (aka Human/CPU control mode) + Camera View Mode

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
Heihachi_73
Posts: 267
Joined: Thu Jan 26, 2006 8:10 am
Location: Melbourne, Australia
Contact:

[tekken2]+ Select Player Type (aka Human/CPU control mode) + Camera View Mode

Post by Heihachi_73 »

I could have sworn I added these 10+ years ago, but apparently only the Tekken 1 cheat made it into the XML...

tekken2:

Code: Select all

  <cheat desc="P1 Select Player Type">
    <parameter>
      <item value="0x00">Human</item>
      <item value="0x01">CPU</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@001C8DAC=param</action>
    </script>
  </cheat>

  <cheat desc="P2 Select Player Type">
    <parameter>
      <item value="0x00">Human</item>
      <item value="0x01">CPU</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@001C8DAE=param</action>
    </script>
  </cheat>
  
  <cheat desc="Select Camera View">
    <parameter>
      <item value="0x00">Normal</item>
      <item value="0x01">Cinematic</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@001C8E2C=param</action>
    </script>
  </cheat>
tekken2b, tekken2jb, tekken2ub:

Code: Select all

  <cheat desc="P1 Select Player Type">
    <parameter>
      <item value="0x00">Human</item>
      <item value="0x01">CPU</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@0030C2A4=param</action>
    </script>
  </cheat>

  <cheat desc="P2 Select Player Type">
    <parameter>
      <item value="0x00">Human</item>
      <item value="0x01">CPU</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@0030C2A6=param</action>
    </script>
  </cheat>

  <cheat desc="Select Camera View">
    <parameter>
      <item value="0x00">Normal</item>
      <item value="0x01">Cinematic</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@0030F38C=param</action>
    </script>
  </cheat>
FWIW, tekken2jb has the same memory locations as tekken2b/tekken2ub, the existing tekken2b.xml cheats work fine with tekken2jb. The tekken2jc set is a different beast however, so the cheats will need to be converted manually. I haven't touched tekken2jc or tekken2a yet.

Edit: Camera View mode added.
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: [tekken2]+ Select Player Type (aka Human/CPU control mode) + Camera View Mode

Post by Pugsy »

Thanks, added. And cheers for the note about tekken2jb
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