Page 1 of 1

[tektagt] Select Player Type (aka Human/CPU control mode)

Posted: Wed Apr 06, 2022 5:42 am
by Heihachi_73
Tekken Tag seems to have different code to the earlier games, can't find the camera mode (if it exists - attract demos doesn't look like they have the cinematic camera at all), and the CPU mode is seemingly different. Clones to follow once I have more time.

tektagt:

Code: Select all

  <cheat desc="Select Player Type (both players)">
    <parameter>
      <item value="0x00">Human</item>
      <item value="0x01">CPU</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@00243C08=param</action>
    </script>
  </cheat>

Re: [tektagt] Select Player Type (aka Human/CPU control mode)

Posted: Mon Jul 04, 2022 10:36 pm
by Pugsy
Thanks, added