[kof98] The King of Fighters 98 Select Omega Rugal

This FORUM is ONLY for posting requests for M.A.M.E. arcade cheats. The actual cheats should be posted in the M.A.M.E. "Arcade" Cheats forum. For cheat requests a 'please' would do no harm...
Post Reply
cowls192
Posts: 2
Joined: Tue Mar 05, 2024 7:39 am
Has thanked: 2 times

[kof98] The King of Fighters 98 Select Omega Rugal

Post by cowls192 »

Can someone fix the cheat file for this game??

[kof98] The King of Fighters '98 - The Slugfest / King of Fighters '98 - Dream Match Never Ends (NGM-2420)

Image
Image

Notice its a plain kof98, some folks keep referring to Ultimate Match edition from other requests;

Turning cheat option ON before insert coin and holding [Select] button while hovering Rugal does not enable Omega Rugal;

FYI, switching BIOS to console mode (AES), and without Pugsy or any other cheats enabled, Omega Rugal is visible by holding [Select] button on Team Play, Single Play, and Practice Mode;

This is the section of Pugsy cheat file "kof98.xml" that i believe manipulates the cheats,

Code: Select all

  <cheat desc="Enable Omega Rugal"> <comment>Arcade mode only. Hold start over Rugal and select with any button.</comment>
    <script state="on">
      <action>temp0 =maincpu.rd@028794</action>
    </script>
    <script state="run">
      <action>maincpu.rd@028794=67086706</action>
    </script>
    <script state="off">
      <action>maincpu.rd@028794=temp0 </action>
    </script>
  </cheat>
Im sure its a quick fix by replacing with a magic code, but this game is so old and im just throwing my faint hope here for any bit of soul left to support this cheat;
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [kof98] The King of Fighters 98 Select Omega Rugal

Post by Pugsy »

I believe Omega Rugal can only be character A....so what about an updated select cheat:-

Code: Select all

  <cheat desc="P1 Select Character (A)"> <comment>This refers to the first character selected</comment>
    <parameter>
      <item value="0x00">Kyo Kusanagi</item>
      <item value="0x01">Benimaru Nikaido</item>
      <item value="0x02">Goro Daimon</item>
      <item value="0x03">Terry Bogard</item>
      <item value="0x04">Andy Bogard</item>
      <item value="0x05">Joe Higashi</item>
      <item value="0x06">Ryo Sakazaki</item>
      <item value="0x07">Robert Garcia</item>
      <item value="0x08">Yuri Sakazaki</item>
      <item value="0x09">Leona</item>
      <item value="0x0A">Ralf Jones</item>
      <item value="0x0B">Clark Steel</item>
      <item value="0x0C">Athena Asamiya</item>
      <item value="0x0D">Sie Kensou</item>
      <item value="0x0E">Chin Gentsai</item>
      <item value="0x0F">Chizuru Kagura</item>
      <item value="0x10">Mai Shiranui</item>
      <item value="0x11">King</item>
      <item value="0x12">Kim Kaphwan</item>
      <item value="0x13">Chang Koehan</item>
      <item value="0x14">Choi Bounge</item>
      <item value="0x15">Yashiro Nanakase</item>
      <item value="0x16">Shermie</item>
      <item value="0x17">Chris</item>
      <item value="0x18">Ryuji Yamazaki</item>
      <item value="0x19">Blue Mary</item>
      <item value="0x1A">Billy Kane</item>
      <item value="0x1B">Iori Yagami</item>
      <item value="0x1C">Mature</item>
      <item value="0x1D">Vice</item>
      <item value="0x1E">Heidern</item>
      <item value="0x1F">Takuma Sakazaki</item>
      <item value="0x20">Saisyu Kusanagi</item>
      <item value="0x21">Heavy D!</item>
      <item value="0x22">Lucky Glauber</item>
      <item value="0x23">Brian Battler</item>
      <item value="0x24">Rugal Bernstein</item>
      <item value="0x25">Shingo Yabuki</item>
      <item value="0x29">#Omega Rugal</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@10A84E=param</action>
      <action condition="param==0x29">maincpu.pb@10A84E=24, maincpu.pb@10A85A=01</action>
    </script>
  </cheat>
These users thanked the author Pugsy for the post:
cowls192
Rating: 33.33%
 
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
cowls192
Posts: 2
Joined: Tue Mar 05, 2024 7:39 am
Has thanked: 2 times

Re: [kof98] The King of Fighters 98 Select Omega Rugal

Post by cowls192 »

Thank you so much for response.

The suggested fix works by force selecting character (A) as Omega Rugal;

This issue was addressed long time ago and not fixed;
KOF98 - Choose Omega Rugal using start button
Tue Sep 10, 2002 12:32 am
https://www.mamecheat.co.uk/forums/viewtopic.php?t=871

KOF98 cheat fixes
Mon Sep 09, 2002 10:17 pm
https://www.mamecheat.co.uk/forums/viewtopic.php?t=870
Current [cheat.7z] database "kof98.xml" file is still misleading as the description emphasizes this works on Arcade Mode only;

I would request "kof98.xml" be edited so that Omega Rugal is on top of the selection list, as there is no way to fast scroll or jump to top or bottom of the characters list when navigating Cheat menu in-game;

Code: Select all

  <cheat desc="P1 Select Character (A)"> <comment>This refers to the first character selected</comment>
    <parameter>
      <item value="0x29">Omega Rugal</item>
      <item value="0x00">Kyo Kusanagi</item>
      <item value="0x01">Benimaru Nikaido</item>
      <item value="0x02">Goro Daimon</item>
      <item value="0x03">Terry Bogard</item>
      <item value="0x04">Andy Bogard</item>
      <item value="0x05">Joe Higashi</item>
      <item value="0x06">Ryo Sakazaki</item>
      <item value="0x07">Robert Garcia</item>
      <item value="0x08">Yuri Sakazaki</item>
      <item value="0x09">Leona</item>
      <item value="0x0A">Ralf Jones</item>
      <item value="0x0B">Clark Steel</item>
      <item value="0x0C">Athena Asamiya</item>
      <item value="0x0D">Sie Kensou</item>
      <item value="0x0E">Chin Gentsai</item>
      <item value="0x0F">Chizuru Kagura</item>
      <item value="0x10">Mai Shiranui</item>
      <item value="0x11">King</item>
      <item value="0x12">Kim Kaphwan</item>
      <item value="0x13">Chang Koehan</item>
      <item value="0x14">Choi Bounge</item>
      <item value="0x15">Yashiro Nanakase</item>
      <item value="0x16">Shermie</item>
      <item value="0x17">Chris</item>
      <item value="0x18">Ryuji Yamazaki</item>
      <item value="0x19">Blue Mary</item>
      <item value="0x1A">Billy Kane</item>
      <item value="0x1B">Iori Yagami</item>
      <item value="0x1C">Mature</item>
      <item value="0x1D">Vice</item>
      <item value="0x1E">Heidern</item>
      <item value="0x1F">Takuma Sakazaki</item>
      <item value="0x20">Saisyu Kusanagi</item>
      <item value="0x21">Heavy D!</item>
      <item value="0x22">Lucky Glauber</item>
      <item value="0x23">Brian Battler</item>
      <item value="0x24">Rugal Bernstein</item>
      <item value="0x25">Shingo Yabuki</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@10A84E=param</action>
      <action condition="param==0x29">maincpu.pb@10A84E=24, maincpu.pb@10A85A=01</action>
    </script>
  </cheat>
For whatever reasons, opening is slow and editing is difficult for [cheat.7z];

Simply opening to view contents of [cheat.7z] takes 1-2 min, and extracting [cheat.7z] takes 5-7 min;

My quick fix was to extract "kof98.xml" file, edit and save it with new code, and drag the edited file back to [cheat.7z];

However, WinRAR throws an error saying it does not support 7z format, and 7-Zip throws an error "Not Implemented", and i have no idea what is causing this error and i have no clue how to mitigate this error;

Extracting and recompressing [cheat.7z] using 7-Zip on my own, i was able to inject the edited "kof98.xml" file to [cheat.7z], so i would just blame the fault is on Pugsy's end with 7z format for now;

I know it sounds like im asking a lot, but im just doing simple tasks and solve issues on my own, and theres so many obstacles making simple tasks long and difficult. Uploading images or videos to explain on this forum seems not supported;

In case other folks looking for selecting and playing as Boss character on other King of Fighters titles, either make use of force selecting Character (A) cheat or find and replace with hacked ROM files, as there seems to be no simple native cheat codes to enable Boss. Particularly for kof98 Omega Rugal, i rather suggest switching to Console mode because it was natively implemented by the game developers;
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [kof98] The King of Fighters 98 Select Omega Rugal

Post by Pugsy »

Ok, a few things I can answer from that...

There's nothing wrong with my 7zip archives - they are fully 7zip compliant. It's a solid archive and you should never need to add files to it (see point 2)

1. Don't use WinRAR for working with 7zips - use 7zip (www.7zip.org). I haven't had WinRAR installed for years...and of course there was that big WinRAR vulnerability that was uncovered last year and the other one a few years earlier which had been there for 19 years. WinRAR is also not FOSS like 7zip.

2. If you extract kof98.xml from cheat.7z to modify it you don't need to put it back into cheat.7z. Simply make a 'cheat' folder in the MAME directory and place the modified kof98.xml in there. The kof98.xml file in the cheat folder will take precedence over the one in cheat.7z.

3. You should be able to post links to pictures (bbcode img tag is valid as long as the link has a format extension) or videos (there's even a bbcode youtube tag that seems to work fine).

Note, with imgur links inside the bbcode img tag you MUST add an picture extension ( I believe any picture extension will work)
so this will work:

Code: Select all

[img]https://imgur.com/LJwUgE4.jpg[/img]
and this won't

Code: Select all

[img]https://imgur.com/LJwUgE4[/img]
Here's an example of using the youtube tag: https://www.mamecheat.co.uk/forums/view ... 943#p26943

So something like this will work fine - it's best to post the youtube link on a line on it's own BTW.

Code: Select all

 [youtube]s6Kn3vNmby0[/youtube]
where s6Kn3vNmby0is the IDENTIFIER - don't use the full youtube URL just the identifier at the end of the link.
These users thanked the author Pugsy for the post:
cowls192
Rating: 33.33%
 
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply