The Gladiator
Posted: Sat Jan 11, 2014 8:41 am
pls sir made some basic cheats for this new game waiting for this
{The Gladiator/The Road of The Sword}
{The Gladiator/The Road of The Sword}
Memory altering cheats for emulators
http://www.mamecheat.co.uk/forums/
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>
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>
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.syndromtr wrote:please test this cheat while i'm finalizing all cheats..
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)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>
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>
is there an information page about this game? easter eggs, hints etc? do you think there are codes to play as bosses?karl_eichholtz_13 wrote:Try and find codes to play as the bosses (Wu Jian Xiangu, Tang Kai Yang, Yin Du, etc.).
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>
infinite power gauge = you mean infinite supers (performed by Button B) : already found.slashkick wrote:Infinite power gauge & all supers enabled (or select supers) would be nice too.
And do you know why I hope to play as the bosses? Because it would make life in gaming... more interesting.do you think there are codes to play as bosses?