[kof98umh] basic

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
syndromtr
Posts: 232
Joined: Wed Sep 25, 2013 8:18 am
Been thanked: 1 time

[kof98umh] basic

Post 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>

mazhar111
Posts: 22
Joined: Wed Feb 18, 2009 3:55 pm

Re: [kof98umh] basic

Post by mazhar111 »

thanks waiting for it and please secret characters
syndromtr
Posts: 232
Joined: Wed Sep 25, 2013 8:18 am
Been thanked: 1 time

Re: [kof98umh] basic

Post 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...
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [kof98umh] basic

Post by Pugsy »

Thanks, added along with some simple 'normal/non secret' character cheats, time + credits
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
floydtafalla
Posts: 1
Joined: Fri Apr 20, 2018 10:54 am

Re: [kof98umh] basic

Post 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.
Rona87
Posts: 3
Joined: Mon Mar 01, 2021 6:27 pm

Re: [kof98umh] basic

Post by Rona87 »

hello kof98umh no orochi iori character for mame can you share it, thank you in advance
User avatar
ImGaryTorres
Posts: 4
Joined: Fri Aug 30, 2019 8:50 am

Re: [kof98umh] basic

Post 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
I'm Gary Torres .
Ronay87
Posts: 1
Joined: Mon Aug 23, 2021 6:40 pm

Re: [kof98umh] basic

Post by Ronay87 »

Thank you very much, can you send all the boss character cheats for p2, thank you
andrewrae
Posts: 8
Joined: Tue Mar 10, 2015 10:25 pm

Re: [kof98umh] basic

Post 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>
Post Reply