Announcement

Collapse
No announcement yet.

Hyper Neo Geo 64 MAME cheats request.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Originally posted by ReyVGM View Post
    Hmm, that's probably why no one has made cheats for it then. Thanks for that code though!
    No problem. Added a few more for the game up there. Looking around for some hidden stuff, and if I can get breakpoints to work I'll make a Hit Anywhere (done). BTW, do you happen to know what the bottom bar is called (I called it attack up there). There is also a gauge under the life, but I think that may be a power move bar or something?
    Not taking any requests at this time.

    Bored? Watch some of my hacks here.

    Comment


    • #17
      Originally posted by Abystus View Post
      No problem. Added a few more for the game up there. Looking around for some hidden stuff, and if I can get breakpoints to work I'll make a Hit Anywhere (done). BTW, do you happen to know what the bottom bar is called (I called it attack up there). There is also a gauge under the life, but I think that may be a power move bar or something?
      its an super bar moves, also if you life is about 20% , then you can used super fatality moves(1 hit destroyed), somewhat like guilty gear move
      dood
      dood! im a uniter, not a divider dood

      Comment


      • #18
        Originally posted by Abystus View Post
        No problem. Added a few more for the game up there. Looking around for some hidden stuff, and if I can get breakpoints to work I'll make a Hit Anywhere (done). BTW, do you happen to know what the bottom bar is called (I called it attack up there). There is also a gauge under the life, but I think that may be a power move bar or something?
        According to gamefaqs, the bar under the life is called Rage Gauge Bar and the one on the bottom is called Stamina Bar. Thanks for the extra codes!

        Comment


        • #19
          Samurai Shodown: Warrior's Rage/ Samurai Spirits 2: Asura Zanmaden [MAME]
          Code:
          <cheat desc="Infinite Time">
              <script state="run">
                <action>maincpu.pw@802F29A2=0725</action>
              </script>
          </cheat>
          
          <cheat desc="Finish This Round Now">
              <comment>Will not work with Infinite Time enabled.</comment>
              <script state="on">
                <action>maincpu.pw@802F29A2=0000</action>
              </script>
          </cheat>
          
          <cheat desc="Hit Anywhere Both Players">
              <script state="run">
                <action>maincpu.pw@8017CB04=1000</action>
                <action>maincpu.pw@8017CDB0=2400</action>
              </script>
              <script state="off">
                <action>maincpu.pw@8017CB04=1040</action>
                <action>maincpu.pw@8017CDB0=4501</action>
              </script>
          </cheat>
          
          <cheat desc="Infinite Health Player 1">
              <script state="run">
                <action>maincpu.pd@802116E0=00010000</action>
              </script>
          </cheat>
          
          <cheat desc="Infinite Rage Meter Player 1">
              <script state="run">
                <action>maincpu.pd@802116E8=00010000</action>
              </script>
          </cheat>
          
          <cheat desc="One Hit Kills Player 1">
              <comment>Will not work with Infinite Health Player 1 enabled.</comment>
              <script state="on">
                <action>maincpu.pd@802116E0=00000001</action>
              </script>
          </cheat>
          
          <cheat desc="Infinite Health Player 2">
              <script state="run">
                <action>maincpu.pd@8021174C=00010000</action>
              </script>
          </cheat>
          
          <cheat desc="Infinite Rage Meter Player 2">
              <script state="run">
                <action>maincpu.pd@80211754=00010000</action>
              </script>
          </cheat>
          
          <cheat desc="One Hit Kills Player 2">
              <comment>Will not work with Infinite Health Player 2 enabled.</comment>
              <script state="on">
                <action>maincpu.pd@8021174C=00000001</action>
              </script>
          </cheat>
          Not taking any requests at this time.

          Bored? Watch some of my hacks here.

          Comment


          • #20
            Fatal Fury: Wild Ambition (rev.A) [MAME]
            Code:
            <cheat desc="Infinite Time">
                <script state="run">
                  <action>maincpu.pw@800A1EA4=1545</action>
                </script>
            </cheat>
            
            <cheat desc="Finish This Round Now">
                <comment>Will not work with Infinite Time enabled.</comment>
                <script state="on">
                  <action>maincpu.pw@800A1EA4=0000</action>
                </script>
            </cheat>
            
            <cheat desc="Hit Anywhere Player 1">
                <comment>Excludes Projectiles.</comment>
                <script state="run">
                  <action>maincpu.pw@800195B0=2400</action>
                </script>
                <script state="off">
                  <action>maincpu.pw@800195B0=1260</action>
                </script>
            </cheat>
            
            <cheat desc="Infinite Health Player 1">
                <script state="run">
                  <action>maincpu.pw@8009D572=0170</action>
                </script>
            </cheat>
            
            <cheat desc="Infinite Heat Meter Player 1">
                <script state="run">
                  <action>maincpu.pw@8009D5A4=0030</action>
                </script>
            </cheat>
            
            <cheat desc="One Hit Kills Player 1">
                <comment>Will not work with Infinite Health Player 1 enabled.</comment>
                <script state="on">
                  <action>maincpu.pw@8009D572=0001</action>
                </script>
            </cheat>
            
            <cheat desc="Infinite Health Player 2">
                <script state="run">
                  <action>maincpu.pw@8009F9E6=0170</action>
                </script>
            </cheat>
            
            <cheat desc="Infinite Heat Meter Player 2">
                <script state="run">
                  <action>maincpu.pw@8009FA18=0030</action>
                </script>
            </cheat>
            
            <cheat desc="One Hit Kills Player 2">
                <comment>Will not work with Infinite Health Player 2 enabled.</comment>
                <script state="on">
                  <action>maincpu.pw@8009F9E6=0001</action>
                </script>
            </cheat>
            Not taking any requests at this time.

            Bored? Watch some of my hacks here.

            Comment


            • #21
              @abystusWow wonderful work dood, mind i request another extra code for samso64 2nd'amakusa zanmaden'please take a look for char qungfu style modifier/char move set mod. Ive been month tried to get it work.cant make it work till days.Thankyou:-)dood
              dood! im a uniter, not a divider dood

              Comment


              • #22
                Thanks abystus! The codes work great.

                Comment


                • #23
                  Originally posted by olala View Post
                  @abystusWow wonderful work dood, mind i request another extra code for samso64 2nd'amakusa zanmaden'please take a look for char qungfu style modifier/char move set mod. Ive been month tried to get it work.cant make it work till days.Thankyou:-)dood
                  I may try when I get a chance. I'm not at all familiar with the characters in this game, but I'll give it a shot at some point.
                  Not taking any requests at this time.

                  Bored? Watch some of my hacks here.

                  Comment

                  Working...
                  X