Primal Rage 2
-
- Posts: 112
- Joined: Tue May 15, 2007 6:04 pm
- Location: Leipzig, Germany
Primal Rage 2
Primal Rage 2 appears to be finally but partially playable now.
I would like cheats like Infinite Health,Infinite super, character select so I can select the game's villain Necrosan
I would like cheats like Infinite Health,Infinite super, character select so I can select the game's villain Necrosan
Re: Primal Rage 2
This game does not run on official MAME (still... or ever worked?) so I add these cheats are here.
As you have pointed out ''partially playable'' The game crashes a lot randomly, before or end of rounds!!!
primrag2.xml
As you have pointed out ''partially playable'' The game crashes a lot randomly, before or end of rounds!!!
primrag2.xml
Code: Select all
<cheat desc="Infinite Character Select Time">
<script state="on">
<action>maincpu.pw@8007E8B0=0395</action>
</script>
<script state="run">
<action condition="(maincpu.pw@8007E8B0 GT 1) AND (maincpu.pw@8007E8B0 LT 0395)">maincpu.pw@8007E8B0=0395</action>
</script>
</cheat>
Code: Select all
<cheat desc="Infinite Time">
<script state="on">
<action>maincpu.pw@80081304=0E10</action>
</script>
<script state="run">
<action condition="(maincpu.pw@80081304 GT 1) AND (maincpu.pw@80081304 LT 0E10)">maincpu.pw@80081304=0E10</action>
</script>
</cheat>
Code: Select all
<cheat desc="Finish this Round Now!">
<script state="on">
<action>maincpu.pw@80081304=0000</action>
</script>
</cheat>
Code: Select all
<cheat desc="Unlock Hidden Characters">
<script state="run">
<action>maincpu.pq@8007E8E0=0202020202020202</action>
<action>maincpu.pq@8007E8E8=0202020202020202</action>
</script>
</cheat>
Code: Select all
<cheat desc="P1 Select Character">
<parameter>
<item value="0x00">Sauron</item>
<item value="0x01">Blizzard</item>
<item value="0x02">Talon</item>
<item value="0x03">Vertigo</item>
<item value="0x04">Armadon</item>
<item value="0x05">Diablo</item>
<item value="0x06">Chaos</item>
<item value="0x07">Necrosan</item>
<item value="0x08">Slashfang</item>
<item value="0x09">Malyssa</item>
<item value="0x0A">Arik</item>
<item value="0x0B">Keena</item>
<item value="0x07">Shank</item>
<item value="0x08">Sin Jin</item>
<item value="0x09">Kaze</item>
<item value="0x0A">Xiao Ming</item>
<item value="0x0B">Tor</item>
</parameter>
<script state="run">
<action>maincpu.pb@8007E8BC=param</action>
</script>
</cheat>
Code: Select all
<cheat desc="P2 Select Character">
<parameter>
<item value="0x00">Sauron</item>
<item value="0x01">Blizzard</item>
<item value="0x02">Talon</item>
<item value="0x03">Vertigo</item>
<item value="0x04">Armadon</item>
<item value="0x05">Diablo</item>
<item value="0x06">Chaos</item>
<item value="0x07">Necrosan</item>
<item value="0x08">Slashfang</item>
<item value="0x09">Malyssa</item>
<item value="0x0A">Arik</item>
<item value="0x0B">Keena</item>
<item value="0x07">Shank</item>
<item value="0x08">Sin Jin</item>
<item value="0x09">Kaze</item>
<item value="0x0A">Xiao Ming</item>
<item value="0x0B">Tor</item>
</parameter>
<script state="run">
<action>maincpu.pb@8007E8BD=param</action>
</script>
</cheat>
Re: Primal Rage 2
Code: Select all
<cheat desc="P1 Select Character Outfit">
<parameter>
<item value="0x00">1</item>
<item value="0x01">2</item>
<item value="0x02">3</item>
<item value="0x03">4</item>
</parameter>
<script state="run">
<action>maincpu.pb@800893C8=param</action>
</script>
</cheat>
Code: Select all
<cheat desc="P2 Select Character Outfit">
<parameter>
<item value="0x00">1</item>
<item value="0x01">2</item>
<item value="0x02">3</item>
<item value="0x03">4</item>
</parameter>
<script state="run">
<action>maincpu.pb@800893C9=param</action>
</script>
</cheat>
Code: Select all
<cheat desc="Infinite Credits">
<script state="run">
<action>maincpu.pb@80154B04=1E</action>
</script>
<script state="off">
<action>maincpu.pb@80154B04=00</action>
</script>
</cheat>
Code: Select all
<cheat desc="Select Background">
<parameter>
<item value="0x00">Shank's Maze</item>
<item value="0x01">Keena's Cove</item>
<item value="0x02">Malyssa's Altar</item>
<item value="0x03">Blizzard's Haven</item>
<item value="0x04">Arik's Seawall</item>
<item value="0x05">Necrosan's Soul</item>
<item value="0x06">Abandon All Hope</item>
<item value="0x07">Xiao Ming's Pad</item>
<item value="0x08">Tor's Crystal Place</item>
<item value="0x09">Vertigo's Altar</item>
<item value="0x0A">Sauron's Seawall</item>
</parameter>
<script state="run">
<action>maincpu.pb@80163408=param</action>
</script>
</cheat>
Code: Select all
<cheat desc="P1 Dizzy Status">
<parameter>
<item value="0x00">Never get dizzied</item>
<item value="0x44">Always get dizzied</item>
</parameter>
<script state="run">
<action>maincpu.pb@80163EA7=param</action>
</script>
</cheat>
Code: Select all
<cheat desc="P2 Dizzy Status">
<parameter>
<item value="0x00">Never get dizzied</item>
<item value="0x44">Always get dizzied</item>
</parameter>
<script state="run">
<action>maincpu.pb@80163F5B=param</action>
</script>
</cheat>
Code: Select all
<cheat desc="P1 Character Control by CPU (AI)">
<script state="run">
<action>maincpu.pb@80163EAA=01</action>
</script>
<script state="off">
<action>maincpu.pb@80163EAA=00</action>
</script>
</cheat>
Code: Select all
<cheat desc="P2 Character Control by CPU (AI)">
<script state="run">
<action>maincpu.pb@80163F5E=01</action>
</script>
<script state="off">
<action>maincpu.pb@80163F5E=00</action>
</script>
</cheat>
Code: Select all
<cheat desc="P1 Infinite Energy">
<script state="run">
<action>maincpu.pb@80163EA5=00</action>
</script>
</cheat>
Code: Select all
<cheat desc="P2 Infinite Energy">
<script state="run">
<action>maincpu.pb@80163F59=00</action>
</script>
</cheat>
Code: Select all
<cheat desc="P1 Infinite Super Power">
<script state="run">
<action>maincpu.pb@80163EA9=C8</action>
</script>
</cheat>
Code: Select all
<cheat desc="P2 Infinite Super Power">
<script state="run">
<action>maincpu.pb@80163F5D=C8</action>
</script>
</cheat>
Re: Primal Rage 2
not working under current mame, says there's a problem in document at the end of it
Re: Primal Rage 2
Well, it is working now on current MAME (ver. 0.275) So far no more crash/freeze. But the graphic is still imperfect!
First I tried this game, that was a boot error screen ''WatchDog RESET'' game did not start at all and then later I made these cheats on ''MAME4Rage2 V0.4R1''
Note: Make sure you have the updated file ''at28c16 in the primrag2.zip file
small mistake Select Character:
First I tried this game, that was a boot error screen ''WatchDog RESET'' game did not start at all and then later I made these cheats on ''MAME4Rage2 V0.4R1''
Note: Make sure you have the updated file ''at28c16 in the primrag2.zip file
small mistake Select Character:
Code: Select all
<cheat desc="P1 Select Character">
<parameter>
<item value="0x00">Sauron</item>
<item value="0x01">Blizzard</item>
<item value="0x02">Talon</item>
<item value="0x03">Vertigo</item>
<item value="0x04">Armadon</item>
<item value="0x05">Diablo</item>
<item value="0x06">Chaos</item>
<item value="0x07">Necrosan</item>
<item value="0x08">Slashfang</item>
<item value="0x09">Malyssa</item>
<item value="0x0A">Arik</item>
<item value="0x0B">Keena</item>
<item value="0x0C">Shank</item>
<item value="0x0D">Sin Jin</item>
<item value="0x0E">Kaze</item>
<item value="0x0F">Xiao Ming</item>
<item value="0x10">Tor</item>
</parameter>
<script state="run">
<action>maincpu.pb@8007E8BC=param</action>
</script>
</cheat>
<cheat desc="P2 Select Character">
<parameter>
<item value="0x00">Sauron</item>
<item value="0x01">Blizzard</item>
<item value="0x02">Talon</item>
<item value="0x03">Vertigo</item>
<item value="0x04">Armadon</item>
<item value="0x05">Diablo</item>
<item value="0x06">Chaos</item>
<item value="0x07">Necrosan</item>
<item value="0x08">Slashfang</item>
<item value="0x09">Malyssa</item>
<item value="0x0A">Arik</item>
<item value="0x0B">Keena</item>
<item value="0x0C">Shank</item>
<item value="0x0D">Sin Jin</item>
<item value="0x0E">Kaze</item>
<item value="0x0F">Xiao Ming</item>
<item value="0x10">Tor</item>
</parameter>
<script state="run">
<action>maincpu.pb@8007E8BD=param</action>
</script>
</cheat>