[blzntrnd] Free player selection

This forum is the archive of arcade cheats that have already been added to the current or the next release of the cheat file.
Post Reply
User avatar
walterh78
Posts: 54
Joined: Tue Jun 10, 2008 1:51 am
Location: Bahia Blanca, Argentina
Contact:

[blzntrnd] Free player selection

Post by walterh78 »

Please active this cheat only after screen selection. If you activated in screen selection and select Ludwig character then after the first match the game freezes. :(

Code: Select all

  <cheat desc="Character Select PL1"> <comment>Free player selection - Activate after selection. Some glitches when fights Ludwig vs. Ludwig.</comment>
    <parameter>
      <item value="0x02">Daijiro Zama</item>
      <item value="0x00">Baron Firebird</item>
      <item value="0x04">Wolf Mcschneider</item>
      <item value="0x03">John Bantline Saigo</item>
      <item value="0x05">Hayate</item>
      <item value="0x06">Ho Yin-Long</item>
      <item value="0x07">Jailbreaker Bullnoi</item>
      <item value="0x01">Eric Starback</item>
      <item value="0x08">#Hizelshustat von Ludwig</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@FF8DA7=param|(maincpu.pb@FF8DA7 BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Character Select PL2"> <comment>Free player selection - Activate after selection. Some glitches when fights Ludwig vs. Ludwig.</comment>
    <parameter>
      <item value="0x02">Daijiro Zama</item>
      <item value="0x00">Baron Firebird</item>
      <item value="0x04">Wolf Mcschneider</item>
      <item value="0x03">John Bantline Saigo</item>
      <item value="0x05">Hayate</item>
      <item value="0x06">Ho Yin-Long</item>
      <item value="0x07">Jailbreaker Bullnoi</item>
      <item value="0x01">Eric Starback</item>
      <item value="0x08">#Hizelshustat von Ludwig</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@FF8DAB=param|(maincpu.pb@FF8DAB BAND ~0F)</action>
    </script>
  </cheat>
  
  <cheat desc="Character Select PL3"> <comment>Free player selection - Activate after selection. Some glitches when fights Ludwig vs. Ludwig.</comment>
    <parameter>
      <item value="0x02">Daijiro Zama</item>
      <item value="0x00">Baron Firebird</item>
      <item value="0x04">Wolf Mcschneider</item>
      <item value="0x03">John Bantline Saigo</item>
      <item value="0x05">Hayate</item>
      <item value="0x06">Ho Yin-Long</item>
      <item value="0x07">Jailbreaker Bullnoi</item>
      <item value="0x01">Eric Starback</item>
      <item value="0x08">#Hizelshustat von Ludwig</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@FF8DAF=param|(maincpu.pb@FF8DAF BAND ~0F)</action>
    </script>
  </cheat>

  <cheat desc="Character Select PL4"> <comment>Free player selection - Activate after selection. Some glitches when fights Ludwig vs. Ludwig.</comment>
    <parameter>
      <item value="0x02">Daijiro Zama</item>
      <item value="0x00">Baron Firebird</item>
      <item value="0x04">Wolf Mcschneider</item>
      <item value="0x03">John Bantline Saigo</item>
      <item value="0x05">Hayate</item>
      <item value="0x06">Ho Yin-Long</item>
      <item value="0x07">Jailbreaker Bullnoi</item>
      <item value="0x01">Eric Starback</item>
      <item value="0x08">#Hizelshustat von Ludwig</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@FF8DB3=param|(maincpu.pb@FF8DB3 BAND ~0F)</action>
    </script>
  </cheat>
"The new XML format is like the high-level language (human-readable) and the old format is like machine language (human-unreadable)"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: [blzntrnd] Free player selection

Post by Pugsy »

Thanks, you could possibly fix that little issue by only poking the 0x08 for ludwig when a character has been chosen?

This seems to work..though I've only done a single test - didn't crash on the second match, let me know if does work:-

Code: Select all

  <cheat desc="Select Character PL1"> <comment>Some glitches when fights Ludwig vs. Ludwig.</comment>
    <parameter>
      <item value="0x02">Daijiro Zama</item>
      <item value="0x00">Baron Firebird</item>
      <item value="0x04">Wolf Mcschneider</item>
      <item value="0x03">John Bantline Saigo</item>
      <item value="0x05">Hayate</item>
      <item value="0x06">Ho Yin-Long</item>
      <item value="0x07">Jailbreaker Bullnoi</item>
      <item value="0x01">Eric Starback</item>
      <item value="0x08">#Hizelshustat von Ludwig</item>
    </parameter>
    <script state="run">
      <action condition="maincpu.pb@FF8DA7!=1F">maincpu.pb@FF8DA7=param|(maincpu.pb@FF8DA7 BAND ~0F)</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)
Post Reply