[umk3] 3 auto fatality cheats

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

[umk3] 3 auto fatality cheats

Post by syndromtr »

hi, you may omit same topic in WIP forum because here is final one..
cpu fatality-automatic fatality-automatic stage fatality

feel free to test them, i tested all my savestates A LOT OF times and now everything is OK.
only fatalities are performed now(no animalities). "shang tsung wins" didn't appear, and stage fatalities are all working even for CPU player.
only 1% problem is, when automatic fatality is on, when auto movement just starts to perform that fatality, if you press some buttons, they might halt that process..

[umk3]

Code: Select all

	<cheat desc="CPU always finishes with a Fatality">
		<script state="on">
			<action>temp0 =maincpu.mb@00653B3</action>
			<action>temp1 =maincpu.mw@0065524</action>
		</script>
		<script state="run">
			<action>maincpu.mb@00653B3=C0</action>
			<action>maincpu.mw@0065524=0300</action>
		</script>
		<script state="off">
			<action>maincpu.mb@00653B3=temp0 </action>
			<action>maincpu.mw@0065524=temp1 </action>
		</script>
	</cheat>

	<cheat desc="Automatic Fatality">
		<script state="on">
			<action>temp0 =maincpu.mw@006BA80</action>
			<action>temp1 =maincpu.mb@00653B3</action>
			<action>temp2 =maincpu.mw@00653C0</action>
			<action>temp3 =maincpu.mw@0065524</action>
		</script>
		<script state="run">
			<action>maincpu.mw@006BA80=09E4</action>
			<action>maincpu.mb@00653B3=C0</action>
			<action>maincpu.mw@00653C0=0300</action>
			<action>maincpu.mw@0065524=0300</action>
		</script>
		<script state="off">
			<action>maincpu.mw@006BA80=temp0 </action>
			<action>maincpu.mb@00653B3=temp1 </action>
			<action>maincpu.mw@00653C0=temp2 </action>
			<action>maincpu.mw@0065524=temp3 </action>
		</script>
	</cheat>

	<cheat desc="Automatic Stage Fatality"> <comment>Use in Kombat Zones - The Subway, Bell Tower, The Pit III, Scorpion's Lair</comment>
		<script state="on">
			<action>temp0 =maincpu.mw@006BA80</action>
			<action>temp1 =maincpu.mw@00653C0</action>
		</script>
		<script state="run">
			<action>maincpu.mw@006BA80=09E4</action>
			<action>maincpu.mw@00653C0=0300</action>
		</script>
		<script state="off">
			<action>maincpu.mw@006BA80=temp0 </action>
			<action>maincpu.mw@00653C0=temp1 </action>
		</script>
	</cheat>
syndromtr
Posts: 232
Joined: Wed Sep 25, 2013 8:18 am
Been thanked: 1 time

Re: [umk3] 3 auto fatality cheats

Post by syndromtr »

[umk3r10]

Code: Select all

	<cheat desc="CPU always finishes with a Fatality">
		<script state="on">
			<action>temp0 =maincpu.mb@00652C3</action>
			<action>temp1 =maincpu.mw@0065434</action>
		</script>
		<script state="run">
			<action>maincpu.mb@00652C3=C0</action>
			<action>maincpu.mw@0065434=0300</action>
		</script>
		<script state="off">
			<action>maincpu.mb@00652C3=temp0 </action>
			<action>maincpu.mw@0065434=temp1 </action>
		</script>
	</cheat>

	<cheat desc="Automatic Fatality">
		<script state="on">
			<action>temp0 =maincpu.mw@006B968</action>
			<action>temp1 =maincpu.mb@00652C3</action>
			<action>temp2 =maincpu.mw@00652D0</action>
			<action>temp3 =maincpu.mw@0065434</action>
		</script>
		<script state="run">
			<action>maincpu.mw@006B968=09E4</action>
			<action>maincpu.mb@00652C3=C0</action>
			<action>maincpu.mw@00652D0=0300</action>
			<action>maincpu.mw@0065434=0300</action>
		</script>
		<script state="off">
			<action>maincpu.mw@006B968=temp0 </action>
			<action>maincpu.mb@00652C3=temp1 </action>
			<action>maincpu.mw@00652D0=temp2 </action>
			<action>maincpu.mw@0065434=temp3 </action>
		</script>
	</cheat>

	<cheat desc="Automatic Stage Fatality"> <comment>Use in Kombat Zones - The Subway, Bell Tower, The Pit III, Scorpion's Lair</comment>
		<script state="on">
			<action>temp0 =maincpu.mw@006B968</action>
			<action>temp1 =maincpu.mw@00652D0</action>
		</script>
		<script state="run">
			<action>maincpu.mw@006B968=09E4</action>
			<action>maincpu.mw@00652D0=0300</action>
		</script>
		<script state="off">
			<action>maincpu.mw@006B968=temp0 </action>
			<action>maincpu.mw@00652D0=temp1 </action>
		</script>
	</cheat>
[umk3r11]

Code: Select all

	<cheat desc="CPU always finishes with a Fatality">
		<script state="on">
			<action>temp0 =maincpu.mb@006530B</action>
			<action>temp1 =maincpu.mw@006547C</action>
		</script>
		<script state="run">
			<action>maincpu.mb@006530B=C0</action>
			<action>maincpu.mw@006547C=0300</action>
		</script>
		<script state="off">
			<action>maincpu.mb@006530B=temp0 </action>
			<action>maincpu.mw@006547C=temp1 </action>
		</script>
	</cheat>

	<cheat desc="Automatic Fatality">
		<script state="on">
			<action>temp0 =maincpu.mw@006B9B0</action>
			<action>temp1 =maincpu.mb@006530B</action>
			<action>temp2 =maincpu.mw@0065318</action>
			<action>temp3 =maincpu.mw@006547C</action>
		</script>
		<script state="run">
			<action>maincpu.mw@006B9B0=09E4</action>
			<action>maincpu.mb@006530B=C0</action>
			<action>maincpu.mw@0065318=0300</action>
			<action>maincpu.mw@006547C=0300</action>
		</script>
		<script state="off">
			<action>maincpu.mw@006B9B0=temp0 </action>
			<action>maincpu.mb@006530B=temp1 </action>
			<action>maincpu.mw@0065318=temp2 </action>
			<action>maincpu.mw@006547C=temp3 </action>
		</script>
	</cheat>

	<cheat desc="Automatic Stage Fatality"> <comment>Use in Kombat Zones - The Subway, Bell Tower, The Pit III, Scorpion's Lair</comment>
		<script state="on">
			<action>temp0 =maincpu.mw@006B9B0</action>
			<action>temp1 =maincpu.mw@0065318</action>
		</script>
		<script state="run">
			<action>maincpu.mw@006B9B0=09E4</action>
			<action>maincpu.mw@0065318=0300</action>
		</script>
		<script state="off">
			<action>maincpu.mw@006B9B0=temp0 </action>
			<action>maincpu.mw@0065318=temp1 </action>
		</script>
	</cheat>
User avatar
CLE
Posts: 365
Joined: Sun Sep 09, 2007 9:06 pm
Location: Brazil
Has thanked: 31 times

Re: [umk3] 3 auto fatality cheats

Post by CLE »

Very good!!

Now Automatic Stage Fatality is working very well.

You can convert this cheats for mk3 too?

Thanks!
syndromtr
Posts: 232
Joined: Wed Sep 25, 2013 8:18 am
Been thanked: 1 time

Re: [umk3] 3 auto fatality cheats

Post by syndromtr »

yes, i've already prepared&tested a bit same 3 cheats for mk3 parent rom.. i'll post them in a few days, after more testing, especially mk3 clones (their code are different because each version has enhancements - checked history.dat)
User avatar
CLE
Posts: 365
Joined: Sun Sep 09, 2007 9:06 pm
Location: Brazil
Has thanked: 31 times

Re: [umk3] 3 auto fatality cheats

Post by CLE »

Thanks!
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: [umk3] 3 auto fatality cheats

Post by Pugsy »

Thanks, converted into list format and added.
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)
Hamburglar
Posts: 2
Joined: Tue Apr 28, 2020 9:51 pm

Re: [umk3] 3 auto fatality cheats

Post by Hamburglar »

Does anybody know how "automatic fatalities" works? I was looking for 1 button fatalities for UMK3 arcade but I can't find any. MK2 has them.

The closest I found was "easy fatalities" which have to be turned on for each individual character. Kind of a pain to have to do it for all the characters every time the game turns on. But forgetting about that; I can't figure out what "easy fatalities" does or how it works. I press every single button as well as a combo of buttons and nobody does a fatality. Can anyone help offer insight? Thanks so much in advance!
Post Reply