Difference between revisions of "Conditional Out of Bounds (Riidefi)"

From Custom Mario Kart
Jump to navigation Jump to search
(Created page with "'''Conditional out of bounds''' is a cheat code created by Riidefi that makes it easier for track authors to implement intersections without having to worry...")
 
(No difference)

Revision as of 17:13, 9 July 2020

Conditional out of bounds is a cheat code created by Riidefi that makes it easier for track authors to implement intersections without having to worry about unintended fall boundaries being triggered when someone on the lower part of the track gets too much air. It makes use of AREA type 10 which will serve as the conditional out of bounds. Riidefi plans to update this code and the latest version can be found at mkwii.com.

Usage

Add an AREA of type 10 (0xA) to the KMP. The first and second AREA parameters, "P1" and "P2", define the checkpoint range: the area will be enabled if and only if a player is in the Cth checkpoint sector such that P1 <= C <= P2.

License

This code is released under the GPL-3 License with exceptions for CTGPR and LE-Code Distributions which can use the MIT License.

Cheat Codes

Conditional OOB, PAL

Conditional OOB, NTSC-U

Conditional OOB, NTSC-J

Conditional OOB, NTSC-K