[vcop2] requested

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
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

[vcop2] requested

Post by Pugsy »

Not sure how to find the weapons...stuck on the default for 3 levels

Add to cheat.simple and use the plugin cheat engine

Code: Select all

vcop2,:maincpu,502090,b,5,P1 Infinite Lives
:vcop2:40000000:502090:00000005:FFFFFFFF:P1 Infinite Lives
vcop2,:maincpu,507260,b,6,P1 Infinite Ammo
:vcop2:40000000:507260:00000006:FFFFFFFF:P1 Infinite Ammo
vcop2,:maincpu,502094,b,5,P2 Infinite Lives
:vcop2:40000000:502094:00000005:FFFFFFFF:P2 Infinite Lives
vcop2,:maincpu,507264,b,6,P2 Infinite Ammo
:vcop2:40000000:507264:00000006:FFFFFFFF:P2 Infinite Ammo
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
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: [vcop2] requested

Post by Pugsy »

Now with weapon select and in xml format:

vcop2.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.ppb@5D05C0=09</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P1 Infinite Lives">
    <script state="run">
      <action>maincpu.ppb@502090=05</action>
    </script>
  </cheat>

  <cheat desc="P1 Infinite Ammo">
    <script state="run">
      <action>maincpu.ppb@507260=06</action>
    </script>
  </cheat>

  <cheat desc="P1 Select Weapon"> <comment>The Onscreen weapon display will not update when you go to Normal from one of the others, but the weapon effect will</comment>
    <parameter>
      <item value="0x01">Normal</item>
      <item value="0x02">Rifle</item>
      <item value="0x03">Automatic</item>
      <item value="0x04">Machine Gun</item>
      <item value="0x05">Shotgun</item>
      <item value="0x06">Magnum</item>
    </parameter>
    <script state="run">
      <action>maincpu.ppb@507270=param</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P2 Infinite Lives">
    <script state="run">
      <action>maincpu.ppb@502094=05</action>
    </script>
  </cheat>

  <cheat desc="P2 Infinite Ammo">
    <script state="run">
      <action>maincpu.ppb@507264=06</action>
    </script>
  </cheat>

  <cheat desc="P2 Select Weapon"> <comment>The Onscreen weapon display will not update when you go to Normal from one of the others, but the weapon effect will</comment>
    <parameter>
      <item value="0x01">Normal</item>
      <item value="0x02">Rifle</item>
      <item value="0x03">Automatic</item>
      <item value="0x04">Machine Gun</item>
      <item value="0x05">Shotgun</item>
      <item value="0x06">Magnum</item>
    </parameter>
    <script state="run">
      <action>maincpu.ppb@507274=param</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
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