[vaportra]+ Vapor Trail/Kuhga

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
jman
Posts: 1316
Joined: Tue Dec 01, 2020 1:24 pm
Been thanked: 9 times

[vaportra]+ Vapor Trail/Kuhga

Post by jman »

vaportra.xml, vaportra3.xml, vaportrau.xml and kuhga.xml

Code: Select all

    <cheat desc="Finish this Mission Now">
        <script state="on">
            <action>maincpu.pw@FFC02E = 001C</action>
        </script>
    </cheat>

    <cheat desc="Select Starting Mission">
        <parameter>
            <item value="0x00000000">Mission 1 (1st lap)</item>
            <item value="0x00000001">Mission 2 (1st lap)</item>
            <item value="0x00000002">Mission 3 (1st lap)</item>
            <item value="0x00000003">Mission 4 (1st lap)</item>
            <item value="0x00000004">Mission 5 (1st lap)</item>
            <item value="0x00000005">Mission 6 (1st lap)</item>
            <item value="0x00010000">Mission 1 (2nd lap)</item>
            <item value="0x00010001">Mission 2 (2nd lap)</item>
            <item value="0x00010002">Mission 3 (2nd lap)</item>
            <item value="0x00010003">Mission 4 (2nd lap)</item>
            <item value="0x00010004">Mission 5 (2nd lap)</item>
            <item value="0x00010005">Mission 6 (2nd lap)</item>
        </parameter>
        <script state="run">
            <action condition="(maincpu.pw@FFF750 == 0000) and (maincpu.pw@FFC04C == 0000)">maincpu.pw@FFF750 = (param band FFFF0000) rshift 10, maincpu.pw@FFC04C = (param band 0000FFFF)</action>
        </script>
    </cheat>
  • "Finish this Mission Now" : The ending may have a bug when you use this code in mission 6.
  • "Select Starting Mission" : This code improves "Select Starting Level" in the official database based on 0.264.
    1 lap = 6 missions then 2 laps all end.
    Perhaps you don't need to turn this code OFF after the game starts.
jman

my wip cheat database back-up (06/01/2025 ver.)
https://u3.getuploader.com/...../download/58
downloadpass : jman2020
Post Reply