Page 1 of 1
Wargods play as bosses
Posted: Thu Jun 23, 2016 2:52 pm
by Solstar
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?
Re: Wargods play as bosses
Posted: Sun Jun 26, 2016 4:47 pm
by DarthMarino
Are you sure you aren't thinking of the home ports?
Re: Wargods play as bosses
Posted: Tue Jun 28, 2016 4:02 pm
by Solstar
DarthMarino wrote:Are you sure you aren't thinking of the home ports?
not really,as there are "proper" cheats to play as them in the console ports
maybe you can tell me what should i look for to in the new cheat engine to play as them?
Re: Wargods play as bosses
Posted: Wed Jul 13, 2016 2:05 pm
by Solstar
..anyone?
Re: Wargods play as bosses
Posted: Mon Jul 25, 2016 5:31 pm
by AdmiralMcFish
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.
Re: Wargods play as bosses
Posted: Wed Aug 24, 2016 8:53 am
by Solstar
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
Re: Wargods play as bosses
Posted: Sat Aug 27, 2016 1:15 am
by Pugsy
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>