Page 1 of 1

The Gladiator

Posted: Sat Jan 11, 2014 8:41 am
by mazhar111
pls sir made some basic cheats for this new game waiting for this


{The Gladiator/The Road of The Sword}

Re: The Gladiator

Posted: Sat Jan 11, 2014 3:31 pm
by Pugsy
Already requested.....in the 'requests' subforum:-

viewtopic.php?f=1&t=9891

There are no cheats as RAM searching returns nothing of worth even for basic stuff.

Re: The Gladiator

Posted: Sat Jan 11, 2014 9:52 pm
by syndromtr
[theglad] WIP cheats, still some issues..

Code: Select all

	<cheat desc="Infinite Energy PL1">
		<script state="run">
			<action>prot.pb@18014B24=40</action>
			<action>prot.pb@18015880=40</action>
		</script>
	</cheat>
	<cheat desc="Invincibility PL1">
		<script state="run">
			<action>prot.pb@18014C46=01</action>
		</script>
	</cheat>	
	<cheat desc="Infinite Energy PL2">
		<script state="run">
			<action>prot.pb@18014D9C=40</action>
			<action>prot.pb@18015994=C4</action>
		</script>
	</cheat>
	<cheat desc="Invincibility PL2">
		<script state="run">
			<action>prot.pb@18014EBE=01</action>
		</script>
	</cheat>
	<cheat desc="Infinite Time">
		<script state="run">
			<action>prot.pb@180000CC=65</action>
		</script>
	</cheat>
issues: if you set Infinite Energy and timer gets 00, game gets stuck(player cannot move). and if you set that, you'll see red energy bar has some graphical bugs, but it works, energy never decreases.
kill bosses with one hit and start from level XX < i'm searching for them, should be easy.

Re: The Gladiator

Posted: Sun Jan 12, 2014 2:29 am
by slashkick
Thank you syndromtr! I appreciate your work on this fantastic game.

Re: The Gladiator

Posted: Mon Jan 13, 2014 7:09 am
by mazhar111
thanks for sharing

Re: The Gladiator

Posted: Mon Jan 13, 2014 9:42 am
by syndromtr
please test this cheat while i'm finalizing all cheats..

Code: Select all

	<cheat desc="Select Starting Level">
		<parameter min="1" max="4"/>
		<script state="run">
			<action condition="(prot.pb@18000002 == 00) AND (prot.pb@180000C8 == 01)">prot.pb@180000C8=param</action>
		</script>
	</cheat>
i need this test: with this cheat, select "3" and start from 3rd level. play to the end. what happens at the end? game over-the end? OR level 4 comes afterwards? (level 4 is the secret one)

Re: The Gladiator

Posted: Mon Jan 13, 2014 6:46 pm
by karl_eichholtz_13
syndromtr wrote:please test this cheat while i'm finalizing all cheats..

Code: Select all

	<cheat desc="Select Starting Level">
		<parameter min="1" max="4"/>
		<script state="run">
			<action condition="(prot.pb@18000002 == 00) AND (prot.pb@180000C8 == 01)">prot.pb@180000C8=param</action>
		</script>
	</cheat>
i need this test: with this cheat, select "3" and start from 3rd level. play to the end. what happens at the end? game over-the end? OR level 4 comes afterwards? (level 4 is the secret one)
Level 4 is the secret level. When I start form there, it first appears to go normally, but after a certain part of that level, I'm zipped to a part belonging to stage 3.

Weird. Except the final of all the paths in the secret stage is Dayu Rulai.

Re: The Gladiator

Posted: Mon Jan 13, 2014 10:45 pm
by syndromtr
still WIP, but this is more proper. infinite energy is not stuck now if timer reaches 0.

Code: Select all

	<cheat desc="Infinite Time">
		<script state="run">
			<action>prot.pb@180000CC=65</action>
		</script>
	</cheat>
	<cheat desc="Select Starting Level">
		<parameter min="1" max="4"/>
		<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="run">
			<action condition="(prot.pb@180000CC != 00)">prot.pb@18014B24=40</action>
			<action>prot.pb@18015880=(40-10*(prot.pb@180001C5))</action>
			<action>prot.pb@18015884=00</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="run">
			<action condition="(prot.pb@180000CC != 00)">prot.pb@18014D9C=40</action>
			<action>prot.pb@18015994=(C4-5C*(prot.pb@180001C5))</action>
			<action>prot.pb@18015998=00</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="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="Invincibility PL4">
		<script state="run">
			<action>prot.pb@180153AE=01</action>
		</script>	
		<script state="off">
			<action>prot.pb@180153AE=00</action>
		</script>
	</cheat>
finalization needed, Pugsy, or others? i think that's all i can do for it. (infinite energy&infinite lives : their graphical displays)

usually, there's one memory location for data, other memory location(s) are used to update graphics on screen. for ex. # of lives etc
afaik, frame based finalizations needed (to fix graphical displays) but i couldn't figure out..

thanks for testing # of levels. that value can be 1 to 4. it's 5 in challange mode. but imo secret level 4 should have been fully unique (not from level 3 parts)
i also found that "B button" super move, infinite super moves, but there are again gfx update problems etc etc..

Re: The Gladiator

Posted: Mon Jan 13, 2014 11:14 pm
by karl_eichholtz_13
Try and find codes to play as the bosses (Wu Jian Xiangu, Tang Kai Yang, Yin Du, etc.).

Re: The Gladiator

Posted: Wed Jan 15, 2014 10:03 pm
by syndromtr
karl_eichholtz_13 wrote:Try and find codes to play as the bosses (Wu Jian Xiangu, Tang Kai Yang, Yin Du, etc.).
is there an information page about this game? easter eggs, hints etc? do you think there are codes to play as bosses?
also anyone reached end sequence in arcade mode? is it same as the ensequence after challenge mode?
in challenge mode, are there total 18 bosses to fight, or question mark reveals additional secret bosses to fight versus?
btw, test these cheats also..

Code: Select all

	<cheat desc="Kill Bosses with 1 hit Now!">
		<comment>Set this cheat in CHALLENGE 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>
EDIT: found this http://www.gamespot.com/the-gladiator/cheats/ to reveal extra 2 bosses for challenge mode and how to activate ranking mode...

Re: The Gladiator

Posted: Sat Jan 18, 2014 3:51 am
by slashkick
Infinite power gauge & all supers enabled (or select supers) would be nice too.

Re: The Gladiator

Posted: Sat Jan 18, 2014 11:09 pm
by syndromtr
slashkick wrote:Infinite power gauge & all supers enabled (or select supers) would be nice too.
infinite power gauge = you mean infinite supers (performed by Button B) : already found.
select supers : (5 slots = B , rightB , upB , downB , qcB)
imo it's impossible because all players have different supers in those 5 slots, LOTS OF combinations. that time cheat file will have 30 lines for those (6 players x 5 slots)

all supers enabled, another question mark, for ex. for CHU, arcade mode default, first 2 slots of 5 are ON by default, how to fill other 3? random or..
cannot finalize cheat file because of these issues :) anyway, ideas are welcome..

Re: The Gladiator

Posted: Sat Jan 18, 2014 11:42 pm
by karl_eichholtz_13
do you think there are codes to play as bosses?
And do you know why I hope to play as the bosses? Because it would make life in gaming... more interesting.

I just don't wanna wait for the game's characters (bosses included) to be converted to M.U.G.E.N. anyway.