The Gladiator
The Gladiator
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}
- Pugsy
- Posts: 3686
- Joined: Fri Aug 17, 2001 12:59 am
- Location: North Wales, UK.
- Has thanked: 1 time
- Been thanked: 19 times
- Contact:
Re: The Gladiator
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.
viewtopic.php?f=1&t=9891
There are no cheats as RAM searching returns nothing of worth even for basic stuff.
Pugsy
Servicing your cheating needs since 1985
Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Servicing your cheating needs since 1985

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Re: The Gladiator
[theglad] WIP cheats, still some issues..
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.
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>
kill bosses with one hit and start from level XX < i'm searching for them, should be easy.
Re: The Gladiator
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>
-
- Posts: 112
- Joined: Tue May 15, 2007 6:04 pm
- Location: Leipzig, Germany
Re: The Gladiator
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>
Weird. Except the final of all the paths in the secret stage is Dayu Rulai.
Re: The Gladiator
still WIP, but this is more proper. infinite energy is not stuck now if timer reaches 0.
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..
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>
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..
-
- Posts: 112
- Joined: Tue May 15, 2007 6:04 pm
- Location: Leipzig, Germany
Re: The Gladiator
Try and find codes to play as the bosses (Wu Jian Xiangu, Tang Kai Yang, Yin Du, etc.).
Re: The Gladiator
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.).
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>
Re: The Gladiator
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.
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

-
- Posts: 112
- Joined: Tue May 15, 2007 6:04 pm
- Location: Leipzig, Germany
Re: The Gladiator
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?
I just don't wanna wait for the game's characters (bosses included) to be converted to M.U.G.E.N. anyway.