[vf3] Virtua Fighter 3 (Revision D)

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

[vf3] Virtua Fighter 3 (Revision D)

Post by Abystus »

vf3.xml

Code: Select all

  <cheat desc="Hit Anywhere (Both Players)">
    <script state="run">
      <action>maincpu.rd@00012AB4=41820004</action><!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.rd@000137E8=48000014</action>
    </script>
    <script state="off">
      <action>maincpu.rd@00012AB4=41820010</action>
      <action>maincpu.rd@000137E8=41820014</action>
    </script>
  </cheat> 
  
  <cheat desc="Disable Blocking (Both Players)">
    <script state="run">
      <action>maincpu.rd@00013B14=480001FC</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rd@00013B14=418201FC</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [vf3] Virtua Fighter 3 (Revision D)

Post by Pugsy »

Thanks added, duplicated for the clones....well apart from the blocking cheat for vf3tb (code has changed so a simple find wont find it - and I haven't time to trace it)
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
User avatar
Abystus
Posts: 539
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 22 times

Re: [vf3] Virtua Fighter 3 (Revision D)

Post by Abystus »

vf3.xml

Code: Select all

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pd@00106014=00000780</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Finish This Round Now!">
    <comment>Disable Infinite Time before activating this cheat.</comment>
    <script state="on">
      <action>maincpu.pd@00106014=0000001</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Opponent">
    <script state="on">
      <action>temp0=maincpu.rd@00012BD4</action>
    </script>
    <script state="run">
      <action>maincpu.rd@00012BD4=480004B4</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rd@00012BD4=temp0</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [vf3] Virtua Fighter 3 (Revision D)

Post by Pugsy »

Thanks, added
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply