[maxforce] select weapon and unlock mission 3

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
syndromtr
Posts: 232
Joined: Wed Sep 25, 2013 8:18 am
Been thanked: 1 time

[maxforce] select weapon and unlock mission 3

Post by syndromtr »

requested cheat,

select permanent weapon: the weapon is available everytime, even after getting hurt, killing innocent people or game over.
(Pugsy might add select temporary weapon as in other similar games, i didn't add it though)
current ammo cheat can be used on them for maximum ammo,
unlock mission 3: set it on mission select screen.

Code: Select all

	<cheat desc="P1 Select Perm. Weapon">
		<parameter>
			<item value="0x00">Default</item>
			<item value="0x01">Assault Rifle</item>
			<item value="0x02">Shotgun</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@1000AB33=param</action>
		</script>
	</cheat>

	<cheat desc="P2 Select Perm. Weapon">
		<parameter>
			<item value="0x00">Default</item>
			<item value="0x01">Assault Rifle</item>
			<item value="0x02">Shotgun</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@1000ABBF=param</action>
		</script>
	</cheat>

	<cheat desc="Unlock Mission 3 Now!">
		<comment>Set it on Mission Select screen.</comment>
		<script state="on">
			<action>maincpu.pb@100086EF=00</action>
		</script>
	</cheat>
pepinos
Posts: 130
Joined: Mon Apr 05, 2004 12:47 am

Re: [maxforce] select weapon and unlock mission 3

Post by pepinos »

thanks for the cheats 8)
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: [maxforce] select weapon and unlock mission 3

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