[KOV2NL] Knights of Valour 2 New Legend (V302, Oversea) Region selecting cheat

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
kyogod
Posts: 2
Joined: Sun Aug 27, 2023 5:35 pm

[KOV2NL] Knights of Valour 2 New Legend (V302, Oversea) Region selecting cheat

Post by kyogod »

Cheat for selecting other region other than the default Oversea (World) version.
I believe there are at least a Taiwanese version (ingame text is Traditional Chinese) and Japanese version (ingame text is Japanese)

Thanks in advance! :D

Something similar to this
Image
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: [KOV2NL] Knights of Valour 2 New Legend (V302, Oversea) Region selecting cheat

Post by Pugsy »

Ok quickly knocked these up, seem to work ok for all the clones/versions of kov2nl:-

Code: Select all

  <cheat desc="Select Region"> <comment>This cheat sets the machine region - the effectiveness may vary! You have to enable this ASAP - ON or before the ROM check screen! Or enable + RESET</comment>
    <parameter>
      <item value="0x00">China</item>
      <item value="0x01">Taiwan</item>
      <item value="0x02">Japan</item>
      <item value="0x03">China, Japan, Taiwan, Hong Kong [ALT]</item>
      <item value="0x04">Hong Kong</item>
      <item value="0x05">China, Japan, Taiwan, Hong Kong</item>
    </parameter>
    <script state="on">
      <action>temp0 =maincpu.mb@00001CBC</action>
    </script>
    <script state="run">
      <action>maincpu.mb@00001CBC=param</action>
    </script>
    <script state="off">
      <action>maincpu.mb@00001CBC=temp0 </action>
    </script>
  </cheat>
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)
kyogod
Posts: 2
Joined: Sun Aug 27, 2023 5:35 pm

Re: [KOV2NL] Knights of Valour 2 New Legend (V302, Oversea) Region selecting cheat

Post by kyogod »

Pugsy wrote: Sun Aug 27, 2023 11:39 pm Ok quickly knocked these up, seem to work ok for all the clones/versions of kov2nl:-

Code: Select all

  <cheat desc="Select Region"> <comment>This cheat sets the machine region - the effectiveness may vary! You have to enable this ASAP - ON or before the ROM check screen! Or enable + RESET</comment>
    <parameter>
      <item value="0x00">China</item>
      <item value="0x01">Taiwan</item>
      <item value="0x02">Japan</item>
      <item value="0x03">China, Japan, Taiwan, Hong Kong [ALT]</item>
      <item value="0x04">Hong Kong</item>
      <item value="0x05">China, Japan, Taiwan, Hong Kong</item>
    </parameter>
    <script state="on">
      <action>temp0 =maincpu.mb@00001CBC</action>
    </script>
    <script state="run">
      <action>maincpu.mb@00001CBC=param</action>
    </script>
    <script state="off">
      <action>maincpu.mb@00001CBC=temp0 </action>
    </script>
  </cheat>
Thanks a lot for quick respond :D :D :D
Post Reply