Search found 8 matches
- Mon Oct 17, 2022 8:20 pm
- Forum: M.A.M.E. "Arcade" Cheats
- Topic: [buriki] Codes for ya
- Replies: 3
- Views: 794
Re: [buriki] Codes for ya
File worked good for me. Where's your issue?
- Mon Dec 20, 2021 10:06 pm
- Forum: M.A.M.E. "Arcade" Cheats
- Topic: [kof98umh] basic
- Replies: 9
- Views: 5092
Re: [kof98umh] basic
Seeing your codes and raising you a boss modifier. Hacked a version of this for the PS2 game too, which I own. <cheat desc="Select Bosses"> <comment>Who you fight will be affected by which values are set during stages 1-3 and 4-5, so change it up if you like!</comment> <parameter> <item va...
- Mon Dec 20, 2021 3:31 am
- Forum: M.A.M.E. "Arcade" Cheats
- Topic: [fatfurwa]+ Player modifiers
- Replies: 1
- Views: 592
[fatfurwa]+ Player modifiers
Fatal Fury Wild Ambition. No more waiting on the time-releases. :P <cheat desc="Select Character P1"> <parameter> <item value="0x0001">Terry Bogard</item> <item value="0x0002">Andy Bogard</item> <item value="0x0003">Joe Higashi</item> <item value="0x0004&...
- Mon Dec 20, 2021 3:20 am
- Forum: M.A.M.E. "Arcade" Cheats
- Topic: [buriki] Codes for ya
- Replies: 3
- Views: 794
[buriki] Codes for ya
Buriki One. What I've got for now, may be back with more. <mamecheat version="1"> <cheat desc="Infinite Time"> <script state="run"> <action>maincpu.pw@800F3A56=0908</action> </script> </cheat> <cheat desc="Infinite Energy P1"> <script state="run"> <a...
- Sun Oct 09, 2016 10:31 pm
- Forum: Cheat Engine Help
- Topic: [irrmaze] Invalid memory name
- Replies: 0
- Views: 1325
[irrmaze] Invalid memory name
Okay, so one of these codes, Invincibility, causes an error and prevents the cheat list from loading with this game. irrmaze.xml(25): error parsing cheat expression "temp0 =maincpu.mb@004E18" (invalid memory name) And here is the offending code in full: <cheat desc="Invincibility"...
- Sun Mar 15, 2015 11:58 pm
- Forum: M.A.M.E. "Arcade" Cheats
- Topic: [batcir]+ 0:00 Stage time
- Replies: 1
- Views: 1361
[batcir]+ 0:00 Stage time
So you can always get the top cash bonus at the end.
Code: Select all
<cheat desc="0:00 Stage Time">
<script state="run">
<action>maincpu.pb@FF5D42=00</action>
</script>
</cheat>
- Thu Mar 12, 2015 10:08 pm
- Forum: M.A.M.E. "Arcade" Cheats
- Topic: [sonic] Infinite time - Final stage
- Replies: 1
- Views: 1095
[sonic] Infinite time - Final stage
Code: Select all
<cheat desc="Infinite time - Final stage">
<script state="run">
<action>maincpu.pb@20E658=13</action>
</script>
</cheat>
- Tue Mar 10, 2015 10:40 pm
- Forum: M.A.M.E. "Arcade" Cheats
- Topic: [revx] codes for ya
- Replies: 1
- Views: 853
[revx] codes for ya
Hi, first post...something like this? <cheat desc="Max Wings PL1"> <script state="run"> <action>maincpu.pw@203F2FA0=05</action> </script> </cheat> <cheat desc="Max Wings PL2"> <script state="run"> <action>maincpu.pw@203F3600=05</action> </script> </cheat> <che...