[theglad] The Gladiator

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

[theglad] The Gladiator

Post by syndromtr »

still some small issues, but here is the proper cheatfile, other details are in next post
[theglad]

Code: Select all

<mamecheat version="1">
	<cheat desc="Infinite Time">
		<script state="run">
			<action>prot.pb@180000CC=65</action>
		</script>
	</cheat>
	<cheat desc="Kill Bosses with 1 hit Now!">
		<comment>Set this cheat in CHALLENGE MODE or RANKING MODE, after any boss completely appears on screen.</comment>
		<script state="on">
			<action>prot.pw@18015C7C=0001</action>
			<action>prot.pw@18015EF4=0001</action>
			<action>prot.pw@1801616C=0001</action>
		</script>
	</cheat>
	<cheat desc="One Hit Kills">
		<comment>In ARCADE MODE, for all enemies, including bosses.</comment>
		<script state="on">
			<action>temp0=prot.rb@08022599</action>
		</script>
		<script state="run">
			<action>prot.rb@08022599=21</action>
		</script>
		<script state="off">
			<action>prot.rb@08022599=temp0</action>
		</script>
	</cheat>
	<cheat desc="One button codes for Mode Selection screen">
		<comment>In MODE SELECTION screen, press:
		Button B to unlock RANKING MODE, Button B again for more skills in RANKING MODE.
		Button C to unlock all bosses in CHALLENGE MODE.
		Button D to fight 2 bosses at once in CHALLENGE MODE.</comment>
		<script state="on">
			<action>temp0=prot.rw@0809ADC8</action>
			<action>temp1=prot.rw@0809ADDD</action>
			<action>temp2=prot.rw@0809ADCF</action>
			<action>temp3=prot.rw@0809ADD6</action>
		</script>
		<script state="run">
			<action>prot.rw@0809ADC8=FF06</action>
			<action>prot.rw@0809ADDD=FF06</action>
			<action>prot.rw@0809ADCF=FF07</action>
			<action>prot.rw@0809ADD6=FF08</action>
		</script>
		<script state="off">
			<action>prot.rw@0809ADC8=temp0</action>
			<action>prot.rw@0809ADDD=temp1</action>
			<action>prot.rw@0809ADCF=temp2</action>
			<action>prot.rw@0809ADD6=temp3</action>
		</script>
	</cheat>
	<cheat desc="Select Starting Stage">
		<parameter>
			<item value="0x01">Stage 1</item>
			<item value="0x02">Stage 2</item>
			<item value="0x03">Stage 3</item>
			<item value="0x04">Secret Stage</item>
		</parameter>
		<script state="run">
			<action condition="(prot.pb@18000002 == 00) AND (prot.pb@180000C8 == 01)">prot.pb@180000C8=param</action>
		</script>
	</cheat>
	<cheat desc=" "/>
	<cheat desc="Infinite Lives PL1">
		<script state="run">
			<action>prot.pb@180157B7=05</action>
		</script>
	</cheat>
	<cheat desc="Infinite Energy PL1">
		<script state="on">
			<action>temp0=prot.pb@180001C5</action>
		</script>
		<script state="run">
			<action condition="(prot.pb@180000CC != 00)">prot.pb@18014B24=40</action>
			<action>prot.pb@18015880=(40-10*temp0)</action>
			<action>prot.pb@18015884=00</action>
		</script>
	</cheat>
	<cheat desc="Infinite Supermoves PL1">
		<script state="run">
			<action condition="(prot.pb@18000000 == 00)">prot.pb@18015898=05</action>
			<action condition="(prot.pb@18000000 GT 00)">prot.pb@18015898=09</action>
			<action>prot.pb@1801589A=0C</action>
		</script>
	</cheat>
	<cheat desc="PL1 get all Supermoves Now!">
		<comment>Set this cheat in ARCADE MODE ingame, Player will get all 5 supermoves as in CHALLENGE MODE.</comment>
		<script state="on">
			<action>temp0=prot.pb@18000000</action>
			<action>temp1=prot.pb@180157B6</action>
			<action condition="(temp0 == 00) AND (temp1 == 01)">prot.pd@180158C0=0B310A19</action>
			<action condition="(temp0 == 00) AND (temp1 == 01)">prot.pb@180158C4=10</action>
			<action condition="(temp0 == 00) AND (temp1 == 04)">prot.pd@180158C0=07222E03</action>
			<action condition="(temp0 == 00) AND (temp1 == 04)">prot.pb@180158C4=12</action>
			<action condition="(temp0 == 00) AND (temp1 == 00)">prot.pd@180158C0=11140C09</action>
			<action condition="(temp0 == 00) AND (temp1 == 00)">prot.pb@180158C4=30</action>
			<action condition="(temp0 == 00) AND (temp1 == 05)">prot.pd@180158C0=061F1E1A</action>
			<action condition="(temp0 == 00) AND (temp1 == 05)">prot.pb@180158C4=04</action>
			<action condition="(temp0 == 00) AND (temp1 == 03)">prot.pd@180158C0=182D010E</action>
			<action condition="(temp0 == 00) AND (temp1 == 03)">prot.pb@180158C4=0F</action>
			<action condition="(temp0 == 00) AND (temp1 == 02)">prot.pd@180158C0=2C132F0D</action>
			<action condition="(temp0 == 00) AND (temp1 == 02)">prot.pb@180158C4=32</action>
		</script>
	</cheat>
	<cheat desc="Invincibility PL1">
		<script state="run">
			<action>prot.pb@18014C46=01</action>
		</script>	
		<script state="off">
			<action>prot.pb@18014C46=00</action>
		</script>
	</cheat>
	<cheat desc=" "/>
	<cheat desc="Infinite Lives PL2">
		<script state="run">
			<action>prot.pb@180158CB=05</action>
		</script>
	</cheat>	
	<cheat desc="Infinite Energy PL2">
		<script state="on">
			<action>temp0=prot.pb@180001C5</action>
		</script>
		<script state="run">
			<action condition="(prot.pb@180000CC != 00)">prot.pb@18014D9C=40</action>
			<action>prot.pb@18015994=(C4-5C*temp0)</action>
			<action>prot.pb@18015998=00</action>
		</script>
	</cheat>
	<cheat desc="Infinite Supermoves PL2">
		<script state="run">
			<action condition="(prot.pb@18000000 == 00)">prot.pb@180159AC=05</action>
			<action condition="(prot.pb@18000000 GT 00)">prot.pb@180159AC=09</action>
			<action>prot.pb@180159AE=0C</action>
		</script>
	</cheat>
	<cheat desc="PL2 get all Supermoves Now!">
		<comment>Set this cheat in ARCADE MODE ingame, Player will get all 5 supermoves as in CHALLENGE MODE.</comment>
		<script state="on">
			<action>temp0=prot.pb@18000000</action>
			<action>temp1=prot.pb@180158CA</action>
			<action condition="(temp0 == 00) AND (temp1 == 01)">prot.pd@180159D4=0B310A19</action>
			<action condition="(temp0 == 00) AND (temp1 == 01)">prot.pb@180159D8=10</action>
			<action condition="(temp0 == 00) AND (temp1 == 04)">prot.pd@180159D4=07222E03</action>
			<action condition="(temp0 == 00) AND (temp1 == 04)">prot.pb@180159D8=12</action>
			<action condition="(temp0 == 00) AND (temp1 == 00)">prot.pd@180159D4=11140C09</action>
			<action condition="(temp0 == 00) AND (temp1 == 00)">prot.pb@180159D8=30</action>
			<action condition="(temp0 == 00) AND (temp1 == 05)">prot.pd@180159D4=061F1E1A</action>
			<action condition="(temp0 == 00) AND (temp1 == 05)">prot.pb@180159D8=04</action>
			<action condition="(temp0 == 00) AND (temp1 == 03)">prot.pd@180159D4=182D010E</action>
			<action condition="(temp0 == 00) AND (temp1 == 03)">prot.pb@180159D8=0F</action>
			<action condition="(temp0 == 00) AND (temp1 == 02)">prot.pd@180159D4=2C132F0D</action>
			<action condition="(temp0 == 00) AND (temp1 == 02)">prot.pb@180159D8=32</action>
		</script>
	</cheat>
	<cheat desc="Invincibility PL2">
		<script state="run">
			<action>prot.pb@18014EBE=01</action>
		</script>	
		<script state="off">
			<action>prot.pb@18014EBE=00</action>
		</script>
	</cheat>
	<cheat desc=" "/>
	<cheat desc="Infinite Lives PL3">
		<script state="run">
			<action>prot.pb@180159DF=05</action>
		</script>
	</cheat>		
	<cheat desc="Infinite Energy PL3">
		<script state="run">
			<action condition="(prot.pb@180000CC != 00)">prot.pb@18015014=40</action>
			<action>prot.pb@18015AA8=A0</action>
			<action>prot.pb@18015AAC=00</action>
		</script>
	</cheat>
	<cheat desc="Infinite Supermoves PL3">
		<script state="run">
			<action condition="(prot.pb@18000000 == 00)">prot.pb@18015AC0=05</action>
			<action condition="(prot.pb@18000000 GT 00)">prot.pb@18015AC0=09</action>
			<action>prot.pb@18015AC2=0C</action>
		</script>
	</cheat>
	<cheat desc="PL3 get all Supermoves Now!">
		<comment>Set this cheat in ARCADE MODE ingame, Player will get all 5 supermoves as in CHALLENGE MODE.</comment>
		<script state="on">
			<action>temp0=prot.pb@18000000</action>
			<action>temp1=prot.pb@180159DE</action>
			<action condition="(temp0 == 00) AND (temp1 == 01)">prot.pd@18015AE8=0B310A19</action>
			<action condition="(temp0 == 00) AND (temp1 == 01)">prot.pb@18015AEC=10</action>
			<action condition="(temp0 == 00) AND (temp1 == 04)">prot.pd@18015AE8=07222E03</action>
			<action condition="(temp0 == 00) AND (temp1 == 04)">prot.pb@18015AEC=12</action>
			<action condition="(temp0 == 00) AND (temp1 == 00)">prot.pd@18015AE8=11140C09</action>
			<action condition="(temp0 == 00) AND (temp1 == 00)">prot.pb@18015AEC=30</action>
			<action condition="(temp0 == 00) AND (temp1 == 05)">prot.pd@18015AE8=061F1E1A</action>
			<action condition="(temp0 == 00) AND (temp1 == 05)">prot.pb@18015AEC=04</action>
			<action condition="(temp0 == 00) AND (temp1 == 03)">prot.pd@18015AE8=182D010E</action>
			<action condition="(temp0 == 00) AND (temp1 == 03)">prot.pb@18015AEC=0F</action>
			<action condition="(temp0 == 00) AND (temp1 == 02)">prot.pd@18015AE8=2C132F0D</action>
			<action condition="(temp0 == 00) AND (temp1 == 02)">prot.pb@18015AEC=32</action>
		</script>
	</cheat>	
	<cheat desc="Invincibility PL3">
		<script state="run">
			<action>prot.pb@18015136=01</action>
		</script>	
		<script state="off">
			<action>prot.pb@18015136=00</action>
		</script>
	</cheat>
	<cheat desc=" "/>
	<cheat desc="Infinite Lives PL4">
		<script state="run">
			<action>prot.pb@18015AF3=05</action>
		</script>
	</cheat>		
	<cheat desc="Infinite Energy PL4">
		<script state="run">
			<action condition="(prot.pb@180000CC != 00)">prot.pb@1801528C=40</action>
			<action>prot.pb@18015BBC=D8</action>
			<action>prot.pb@18015BC0=00</action>
		</script>
	</cheat>
	<cheat desc="Infinite Supermoves PL4">
		<script state="run">
			<action condition="(prot.pb@18000000 == 00)">prot.pb@18015BD4=05</action>
			<action condition="(prot.pb@18000000 GT 00)">prot.pb@18015BD4=09</action>
			<action>prot.pb@18015BD6=0C</action>
		</script>
	</cheat>
	<cheat desc="PL4 get all Supermoves Now!">
		<comment>Set this cheat in ARCADE MODE ingame, Player will get all 5 supermoves as in CHALLENGE MODE.</comment>
		<script state="on">
			<action>temp0=prot.pb@18000000</action>
			<action>temp1=prot.pb@18015AF2</action>
			<action condition="(temp0 == 00) AND (temp1 == 01)">prot.pd@18015BFC=0B310A19</action>
			<action condition="(temp0 == 00) AND (temp1 == 01)">prot.pb@18015C00=10</action>
			<action condition="(temp0 == 00) AND (temp1 == 04)">prot.pd@18015BFC=07222E03</action>
			<action condition="(temp0 == 00) AND (temp1 == 04)">prot.pb@18015C00=12</action>
			<action condition="(temp0 == 00) AND (temp1 == 00)">prot.pd@18015BFC=11140C09</action>
			<action condition="(temp0 == 00) AND (temp1 == 00)">prot.pb@18015C00=30</action>
			<action condition="(temp0 == 00) AND (temp1 == 05)">prot.pd@18015BFC=061F1E1A</action>
			<action condition="(temp0 == 00) AND (temp1 == 05)">prot.pb@18015C00=04</action>
			<action condition="(temp0 == 00) AND (temp1 == 03)">prot.pd@18015BFC=182D010E</action>
			<action condition="(temp0 == 00) AND (temp1 == 03)">prot.pb@18015C00=0F</action>
			<action condition="(temp0 == 00) AND (temp1 == 02)">prot.pd@18015BFC=2C132F0D</action>
			<action condition="(temp0 == 00) AND (temp1 == 02)">prot.pb@18015C00=32</action>
		</script>
	</cheat>
	<cheat desc="Invincibility PL4">
		<script state="run">
			<action>prot.pb@180153AE=01</action>
		</script>	
		<script state="off">
			<action>prot.pb@180153AE=00</action>
		</script>
	</cheat>
</mamecheat>
Last edited by syndromtr on Thu Jan 23, 2014 9:27 am, edited 1 time in total.
syndromtr
Posts: 232
Joined: Wed Sep 25, 2013 8:18 am
Been thanked: 1 time

Re: [theglad] The Gladiator

Post by syndromtr »

please test them and report problems..
issues:
infinite lives : it works but lives on screen as x4 cannot be updated properly.
infinite energy : there may be a small graphic bug in player's health gauge (update problem)
infinite supermoves : it works but its counter as x5 cannot be updated properly.

other info:
one button codes: simplified version of this : http://www.gamespot.com/the-gladiator/cheats/
get all supermoves now! : player(the character) gains all 5 supermoves as default given in challenge mode. (choosing them one by one is impossible and varies for all different players)
i also tested to find to play as bosses, changing player index causes game to halt. this means there are no extra characters other than 6.
karl_eichholtz_13
Posts: 110
Joined: Tue May 15, 2007 6:04 pm
Location: Leipzig, Germany

Re: [theglad] The Gladiator

Post by karl_eichholtz_13 »

i also tested to find to play as bosses, changing player index causes game to halt. this means there are no extra characters other than 6.
I guess I don't mind waiting for the characters of Gladiator to be mugenized.
slashkick
Posts: 5
Joined: Mon Dec 30, 2013 9:52 pm

Re: [theglad] The Gladiator

Post by slashkick »

Excellent work syndromtr. Thanks for everything!
syndromtr
Posts: 232
Joined: Wed Sep 25, 2013 8:18 am
Been thanked: 1 time

Re: [theglad] The Gladiator

Post by syndromtr »

first post (cheat) edited and infinite energy cheats are updated now (previous had high CPU usage)
User avatar
Mohsin
Posts: 85
Joined: Sun Mar 15, 2009 1:06 pm
Location: Pakistan

Re: [theglad] The Gladiator

Post by Mohsin »

coming back after a long time for these cheats, thank you very much
Image
Thats not a game hack

http://mamec.netii.net/
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: [theglad] The Gladiator

Post by Pugsy »

Thanks, nice work ; 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)
isamu
Posts: 91
Joined: Wed Oct 10, 2001 1:00 am

Re: [theglad] The Gladiator

Post by isamu »

Thanks
I will commit seppuku if Team Marubaku does not upload replay video footage of OutRun 2SP by the end of July!
Post Reply