PSX: MK Trilogy and SotN

This FORUM is ONLY for posting requests/bug reports for any non-arcade game in M.A.M.E. ( aka the M.E.S.S. games ) including any softwarelist game. The actual cheats should be posted in the M.A.M.E. "SoftwareList" Cheats forum
Post Reply
isamu
Posts: 91
Joined: Wed Oct 10, 2001 1:00 am

PSX: MK Trilogy and SotN

Post 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.
I will commit seppuku if Team Marubaku does not upload replay video footage of OutRun 2SP by the end of July!
User avatar
NotAGoodName
Posts: 331
Joined: Wed Feb 18, 2009 7:09 am
Location: MO, USA
Contact:

Re: PSX: MK Trilogy and SotN

Post 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.
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
isamu
Posts: 91
Joined: Wed Oct 10, 2001 1:00 am

Re: PSX: MK Trilogy and SotN

Post 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 :)
I will commit seppuku if Team Marubaku does not upload replay video footage of OutRun 2SP by the end of July!
User avatar
NotAGoodName
Posts: 331
Joined: Wed Feb 18, 2009 7:09 am
Location: MO, USA
Contact:

Re: PSX: MK Trilogy and SotN

Post 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>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply