Page 1 of 1

[maxforce] select weapon and unlock mission 3

Posted: Sun Jan 18, 2015 9:24 pm
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>

Re: [maxforce] select weapon and unlock mission 3

Posted: Mon Jan 19, 2015 2:34 pm
by pepinos
thanks for the cheats 8)

Re: [maxforce] select weapon and unlock mission 3

Posted: Sat Feb 28, 2015 10:29 pm
by Pugsy
Thanks, added