Gang Wars weapons

This FORUM is ONLY for posting requests for M.A.M.E. arcade cheats. The actual cheats should be posted in the M.A.M.E. "Arcade" Cheats forum. For cheat requests a 'please' would do no harm...
Post Reply
tiagosales
Posts: 8
Joined: Sun Jan 27, 2019 2:09 am

Gang Wars weapons

Post by tiagosales »

- Mike takes nunchaku
- Always have nunchaku
- Always have sickle
- Always have machine gun
- Always have flamethrower
- Always have bottle
- Always have stick
- One hit to beat Jaguar.
mezdap
Posts: 162
Joined: Sun Feb 04, 2018 5:16 am
Has thanked: 3 times
Been thanked: 4 times

Re: Gang Wars weapons

Post by mezdap »

Try these cheats.

P1 Select Character:

Code: Select all

  <cheat desc="P1 Select Character">
    <parameter>
      <item value="0x00">Mike</item>
      <item value="0x01">Jackie</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@040622=param</action>
    </script>
  </cheat>
P2 Select Character:

Code: Select all

  <cheat desc="P2 Select Character">
    <parameter>
      <item value="0x00">Mike</item>
      <item value="0x01">Jackie</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@040662=param</action>
    </script>
    <script state="off">
      <action>maincpu.pb@040662=01</action>
    </script>
  </cheat>
P1 Select Weapon:

Code: Select all

  <cheat desc="P1 Select Weapon"> <comment>Nunchaku can be used by Jackie.</comment>
    <parameter>
      <item value="0x01">Machine Gun</item>
      <item value="0x02">Rebar</item>
      <item value="0x03">Bottle</item>
      <item value="0x04">Flame Thrower</item>
      <item value="0x05">Nunchaku</item>
      <item value="0x06">Rock</item>
      <item value="0x07">Golf Club</item>
      <item value="0x08">Naginata</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@040628=param</action>
    </script>
  </cheat>
P2 Select Weapon:

Code: Select all

  <cheat desc="P2 Select Weapon"> <comment>Golf Club can be used by Mike.</comment>
    <parameter>
      <item value="0x01">Machine Gun</item>
      <item value="0x02">Rebar</item>
      <item value="0x03">Bottle</item>
      <item value="0x04">Flame Thrower</item>
      <item value="0x05">Nunchaku</item>
      <item value="0x06">Rock</item>
      <item value="0x07">Golf Club</item>
      <item value="0x08">Naginata</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@040668=param</action>
    </script>
  </cheat>
Post Reply