i thought it was present in old chat files but maybe i was wrong
i did my best with cheat engine but couldn't find the value that allows you to change character\play as bosses.any help?
Wargods play as bosses
-
- Posts: 15
- Joined: Tue Sep 08, 2015 6:49 pm
Re: Wargods play as bosses
not really,as there are "proper" cheats to play as them in the console portsDarthMarino wrote:Are you sure you aren't thinking of the home ports?
maybe you can tell me what should i look for to in the new cheat engine to play as them?
-
- Posts: 2
- Joined: Fri Nov 06, 2015 10:16 am
Re: Wargods play as bosses
I can't help you with making the cheat itself, but I can help you with the character values:
The character values for Wargods are:
00 - War Head
01 - Tak
02 - Voodoo
03 - Pagan
04 - Kabuki Jo
05 - Vallah
06 - Ahau Kin
07 - Anubis
08 - Cy-5
09 - Maximus
10 - Crox
11 - Exor
I learnt these from using gamehacking.com . Often, console ports with action replay codes will give away which character values are which, a fair amount of the time. When playing as Crox, you need to start with him in 2-player mode, I found, as he would crash the game otherwise. After that, you can play through as him in arcade mode, at least until the mirror match against himself, when the game will crash.
The character values for Wargods are:
00 - War Head
01 - Tak
02 - Voodoo
03 - Pagan
04 - Kabuki Jo
05 - Vallah
06 - Ahau Kin
07 - Anubis
08 - Cy-5
09 - Maximus
10 - Crox
11 - Exor
I learnt these from using gamehacking.com . Often, console ports with action replay codes will give away which character values are which, a fair amount of the time. When playing as Crox, you need to start with him in 2-player mode, I found, as he would crash the game otherwise. After that, you can play through as him in arcade mode, at least until the mirror match against himself, when the game will crash.
Re: Wargods play as bosses
so it means that you tried those codes on mame?ù
finding the latter values is not difficult,since i always start looking for numeric values that start for 00 etc.the real problem is finding the main code for it.
i found a code that actually changed the last values to the ones youbgave me,but even when i change the value,nothing happens and the game begins with the character the cursir was last on
finding the latter values is not difficult,since i always start looking for numeric values that start for 00 etc.the real problem is finding the main code for it.
i found a code that actually changed the last values to the ones youbgave me,but even when i change the value,nothing happens and the game begins with the character the cursir was last on
- Pugsy
- Posts: 3682
- Joined: Fri Aug 17, 2001 12:59 am
- Location: North Wales, UK.
- Has thanked: 1 time
- Been thanked: 19 times
- Contact:
Re: Wargods play as bosses
Here's a quick nasty cheat that allows you to select them using the character select menus
Code: Select all
<cheat desc="Select Bosses using middle blanks"><comment>Move right through middle to select Crox, move left through middle to select Exor</comment>
<script state="run">
<action condition="maincpu.pd@C7FEC5==03 AND temp0==01">maincpu.pd@C7FEC5=0A</action>
<action condition="maincpu.pd@C7FEC5==09 AND temp0==05">maincpu.pd@C7FEC5=0A</action>
<action condition="maincpu.pd@C7FEC5==05 AND temp0==0B">maincpu.pd@C7FEC5=0A</action>
<action condition="maincpu.pd@C7FEC5==01 AND temp0==03">maincpu.pd@C7FEC5=0B</action>
<action condition="maincpu.pd@C7FEC5==05 AND temp0==09">maincpu.pd@C7FEC5=0B</action>
<action condition="maincpu.pd@C7FEC5==05 AND temp0==0A">maincpu.pd@C7FEC5=0B</action>
<action>temp0=maincpu.pd@C7FEC5</action>
</script>
</cheat>
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)