Page 1 of 1

[kof98umh] basic

Posted: Wed Jan 03, 2018 9:30 pm
by syndromtr
only basic ones, energy and special moves...

Code: Select all

<mamecheat version="1">

	<cheat desc="P1 Infinite Energy">
		<script state="run">
			<action>maincpu.pb@20040EA8=77</action>
		</script>
	</cheat>

	<cheat desc="-= 'Advanced' Mode Cheats =-"/>	
	
	<cheat desc="P1 Infinite Power">
		<script state="run">
			<action>maincpu.pb@20040F53=05</action>
		</script>
	</cheat>
	
	<cheat desc="-= 'Extra' Mode cheats =-"/>
	
	<cheat desc="P1 Infinite Power">
		<script state="run">
			<action>maincpu.pb@20040E59=60</action>
		</script>
	</cheat>

	<cheat desc=" "/>	
	
 	<cheat desc="P2 Infinite Energy">
		<script state="run">
			<action>maincpu.pb@200410A8=77</action>
		</script>
	</cheat>

	<cheat desc="-= 'Advanced' Mode Cheats =-"/>	
	
	<cheat desc="P2 Infinite Power">
		<script state="run">
			<action>maincpu.pb@20041153=05</action>
		</script>
	</cheat>
	
	<cheat desc="-= 'Extra' Mode cheats =-"/>
	
	<cheat desc="P2 Infinite Power">
		<script state="run">
			<action>maincpu.pb@20041059=60</action>
		</script>
	</cheat>
	
</mamecheat>


Re: [kof98umh] basic

Posted: Fri Jan 05, 2018 7:51 am
by mazhar111
thanks waiting for it and please secret characters

Re: [kof98umh] basic

Posted: Fri Jan 05, 2018 12:14 pm
by syndromtr
if anybody finds details-howto (document or youtube video) for unlocking those chars for arcade version, may share here so i can investigate more...

Re: [kof98umh] basic

Posted: Sun Jan 07, 2018 8:30 am
by mazhar111

Re: [kof98umh] basic

Posted: Mon Apr 02, 2018 8:15 pm
by Pugsy
Thanks, added along with some simple 'normal/non secret' character cheats, time + credits

Re: [kof98umh] basic

Posted: Fri Apr 20, 2018 10:58 am
by floydtafalla
Hi sir good day to you how do i use this code i am using classic arcade app on my mobile which is the mame. Thank you.

Re: [kof98umh] basic

Posted: Sat Mar 06, 2021 1:26 pm
by Rona87
hello kof98umh no orochi iori character for mame can you share it, thank you in advance

Re: [kof98umh] basic

Posted: Fri May 21, 2021 4:08 pm
by ImGaryTorres
Rona87 wrote: Sat Mar 06, 2021 1:26 pm hello kof98umh no orochi iori character for mame can you share it, thank you in advance
https://github.com/GaryTorres/Arcade-Wo ... lish/Cheat

Try this

Re: [kof98umh] basic

Posted: Mon Aug 23, 2021 6:45 pm
by Ronay87
Thank you very much, can you send all the boss character cheats for p2, thank you

Re: [kof98umh] basic

Posted: Mon Dec 20, 2021 10:06 pm
by andrewrae
Seeing your codes and raising you a boss modifier. Hacked a version of this for the PS2 game too, which I own.

Code: Select all

  <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 value="0x00">Shingo / '98 Boss Teams + Omega Rugal</item>
      <item value="0x03">Eiji/Kasumi / '96 Boss Team + Goenitz</item>
      <item value="0x06">Orochi Iori/Orochi Leona/Rugal / Orochi Team + Orochi</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@20018D18=param</action>
    </script>
  </cheat>