Page 1 of 1

PSX: MK Trilogy and SotN

Posted: Wed Aug 20, 2014 8:10 pm
by isamu
Hi guys, I'd like to request some cheats for Mortal Kombat Trilogy and Castlevania SotN for the Playstation driver in MESS.

MKT: The obvious ones like infinite energy, infinite run, infinite lives, etc, but also if you could make some Kombat Kode cheats as well....ie Always have Quick Uppercut Recovery, throwing disabled for both human players and the AI, Blocking disabled, Randper Kombat, as well as play as any boss. Please check to see if you can get these done.

For SotN, just the basic stuff is fine....infinite HP, and perhaps an item modifier so we can have stuff like 99 potions, etc.

Re: PSX: MK Trilogy and SotN

Posted: Tue Sep 02, 2014 8:09 am
by NotAGoodName
I have very potent SoTN cheats, but I need to repair my computer before I can post them. I'll just say that you will be more than well equipped with them.

Re: PSX: MK Trilogy and SotN

Posted: Tue Sep 02, 2014 8:56 pm
by isamu
NotAGoodName wrote:I have very potent SoTN cheats, but I need to repair my computer before I can post them. I'll just say that you will be more than well equipped with them.
That sounds great NotAGoodName. Can't wait to see what you've got cooking with SOTN :)

Hope you can achieve some good MK Trilogy cheats too!

Keep us posted :)

Re: PSX: MK Trilogy and SotN

Posted: Tue Jan 06, 2015 6:17 am
by NotAGoodName
Ok, it took a very long time. Holy cow. But here's some stuff that you can add to psu.xml

Sorry, but I don't have any cheats for Mortal Kombat Trilogy.

Code: Select all

<cheat desc="Castlevania - SoN"/>
  <cheat desc="Infinite HP">
    <script state="run">
      <action>maincpu.pd@97BA0=maincpu.pd@97BA4</action>
    </script>
  </cheat>
  <cheat desc="Infinite MP">
    <script state="run">
      <action>maincpu.pd@97BB0=maincpu.pd@97BB4</action>
    </script>
  </cheat>
  <cheat desc="Infinite Hearts">
    <script state="run">
      <action>maincpu.pd@97BA8=maincpu.pd@97BAC</action>
    </script>
  </cheat>
  <cheat desc="Max Power Muramasa NOW!">
    <script state="on">
      <action>maincpu.pd@97C40=00FFFFFF</action>
    </script>
  </cheat>
  <cheat desc="Weapon Select (up+square)">
    <parameter>
      <item value="0x00">None</item>
      <item value="0x01">Dagger</item>
      <item value="0x02">Axe</item>
	  <item value="0x03">Holy Water</item>
	  <item value="0x04">Cross</item>
	  <item value="0x05">Bible</item>
	  <item value="0x06">Watch</item>
	  <item value="0x07">Rebound Gem</item>
	  <item value="0x08">Salt</item>
	  <item value="0x09">Agunea</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@97BFC=param</action>
    </script>
  </cheat>
  <cheat desc="Activate Sprite Familiar"><comment>Use on pause menu</comment>
    <script state="on">
      <action>maincpu.pb@9797B=03</action>
	  <action>maincpu.pb@66CBC4=06</action>
    </script>
  </cheat>
  <cheat desc="Activate Goofy Demon Familiar"><comment>Use on pause menu</comment>
    <script state="on">
      <action>maincpu.pb@9797C=03</action>
	  <action>maincpu.pb@66CBC4=07</action>
    </script>
  </cheat>
  <cheat desc="Familiars Level 99 NOW!">
    <script state="on">
	  <action>maincpu.pw@97C44=63</action>   <!-- Bat -->	
      <action>maincpu.pw@97C48=26ab</action> <!-- Bat -->
	  <action>maincpu.pw@97C50=63</action>   <!-- Ghost -->	
      <action>maincpu.pw@97C54=26ab</action> <!-- Ghost -->
	  <action>maincpu.pw@97C5C=63</action>   <!-- Faerie -->	
      <action>maincpu.pw@97C60=26ab</action> <!-- Faerie -->
	  <action>maincpu.pw@97C68=63</action>   <!-- Demon -->	
      <action>maincpu.pw@97C6C=26ab</action> <!-- Demon -->
	  <action>maincpu.pw@97C74=63</action>   <!-- Sword -->	
      <action>maincpu.pw@97C78=26ab</action> <!-- Sword -->
	  <action>maincpu.pw@97C80=63</action>   <!-- Sprite -->	
      <action>maincpu.pw@97C84=26ab</action> <!-- Sprite -->	
	  <action>maincpu.pw@97C8C=63</action>   <!-- Goofy Demon -->	
      <action>maincpu.pw@97C90=26ab</action> <!-- Goofy Demon -->
    </script>
  </cheat>
  <cheat desc="Teleport Left"><comment>Use to pass through walls</comment>
    <script state="on">
	  <action>temp0=maincpu.pb@973F0</action>
      <action>maincpu.pb@973F0=(temp0 - 20)</action>
    </script>
  </cheat>
  <cheat desc="Teleport Right"><comment>Use to pass through walls</comment>
    <script state="on">
	  <action>temp0=maincpu.pb@973F0</action>
      <action>maincpu.pb@973F0=(temp0 + 20)</action>
    </script>
  </cheat>
  <cheat desc="Teleport Up"><comment>Use to pass through walls</comment>
    <script state="on">
	  <action>temp0=maincpu.pb@973F4</action>
      <action>maincpu.pb@973F4=(temp0 - 20)</action>
    </script>
  </cheat>
  <cheat desc="Teleport Down"><comment>Use to pass through walls</comment>
    <script state="on">
	  <action>temp0=maincpu.pb@973F4</action>
      <action>maincpu.pb@973F4=(temp0 + 20)</action>
    </script>
  </cheat>
<cheat desc=" "/>
<cheat desc="Castlevania - Chronicles"/>
  <cheat desc="Infinite Time">
    <script state="run">
      <action condition="maincpu.pb@59254 GT 0">maincpu.pw@59290=9001</action>
    </script>
  </cheat>
  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@59292=63</action>
    </script>
  </cheat>
  <cheat desc="Infinite Energy">
    <script state="run">
      <action>maincpu.pb@5A822=10</action>
    </script>
  </cheat>
  <cheat desc="Infinite Hearts">
    <script state="run">
      <action condition="maincpu.pb@59254 GT 0">maincpu.pb@5A838=63</action>
    </script>
  </cheat>
  <cheat desc="Max Whip">
    <script state="run">
      <action>maincpu.pb@5A836=02</action>
    </script>
  </cheat>
  <cheat desc="Weapon Select (up+square)">
    <parameter>
      <item value="0x00">None</item>
      <item value="0x03">Dagger</item>
	  <item value="0x04">Boomerang</item>
      <item value="0x05">Axe</item>
	  <item value="0x06">Holy Water</item>
	  <item value="0x07">Stop Watch</item>
	  <item value="0x08">Herb</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@5A82D=param</action>
    </script>
  </cheat>
  <cheat desc="Max Shots">
    <script state="run">
      <action>maincpu.pb@5A82F=03</action>
    </script>
  </cheat>