Page 1 of 1

[theglad] The Gladiator

Posted: Sun Jan 19, 2014 10:23 pm
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>

Re: [theglad] The Gladiator

Posted: Sun Jan 19, 2014 10:32 pm
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.

Re: [theglad] The Gladiator

Posted: Mon Jan 20, 2014 1:56 pm
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.

Re: [theglad] The Gladiator

Posted: Wed Jan 22, 2014 8:25 am
by slashkick
Excellent work syndromtr. Thanks for everything!

Re: [theglad] The Gladiator

Posted: Thu Jan 23, 2014 9:30 am
by syndromtr
first post (cheat) edited and infinite energy cheats are updated now (previous had high CPU usage)

Re: [theglad] The Gladiator

Posted: Wed Mar 19, 2014 5:58 pm
by Mohsin
coming back after a long time for these cheats, thank you very much

Re: [theglad] The Gladiator

Posted: Mon Apr 21, 2014 9:04 pm
by Pugsy
Thanks, nice work ; added.

Re: [theglad] The Gladiator

Posted: Fri Aug 08, 2014 12:09 am
by isamu
Thanks