[rvschool] Rival Schools: United By Fate (Euro 971117)

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
Abystus
Posts: 521
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 22 times

[rvschool] Rival Schools: United By Fate (Euro 971117)

Post by Abystus »

rvschool.xml

Code: Select all

  <cheat desc="Hit Anywhere (Both Players)">
    <comment>Excludes projectiles.</comment>
    <script state="run">
      <action>maincpu.pd@8005EC80=1440FFCC</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@8005EC80=1000FFCC</action>
    </script>
  </cheat>

  <cheat desc="Disable Blocking (Both Players)">
    <script state="run">
      <action>maincpu.pd@8004F538=1000001F</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@8004F538=1040001F</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
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: [rvschool] Rival Schools: United By Fate (Euro 971117)

Post by Pugsy »

Thanks added the Disable blocking cheats to rvschool and the clones. Hit anywhere was already in the cheat collection (found some time ago by nolberto).
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)
User avatar
Abystus
Posts: 521
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 22 times

Re: [rvschool] Rival Schools: United By Fate (Euro 971117)

Post by Abystus »

rvschool.xml

Code: Select all

  <cheat desc="Infinite Character Select Time">
    <script state="on">
      <action>temp0=maincpu.pd@803C0EA8</action>
    </script>
    <script state="run">
      <action>maincpu.pd@803C0EA8=00000000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@803C0EA8=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Allow Same Character Selection">
    <script state="on">
      <action>temp0=maincpu.pd@803C119C</action>
      <action>temp1=maincpu.pd@803C11EC</action>
    </script>
    <script state="run">
      <action>maincpu.pd@803C119C=10000004</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.pd@803C11EC=1000FFF0</action>
    </script>
    <script state="off">
      <action>maincpu.pd@803C119C=temp0</action>
      <action>maincpu.pd@803C11EC=temp1</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Increase Maximum Stage Zoom Distance">
    <script state="on">
      <action>temp0=maincpu.pd@8004CD70</action>
      <action>temp1=maincpu.pd@8004CE08</action>
    </script>
    <script state="run">
      <action>maincpu.pd@8004CD70=24035130</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.pd@8004CE08=24035130</action>
    </script>
    <script state="off">
      <action>maincpu.pd@8004CD70=temp0</action>
      <action>maincpu.pd@8004CE08=temp1</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
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: [rvschool] Rival Schools: United By Fate (Euro 971117)

Post by Pugsy »

Thanks, added
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