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

From Custom Mario Kart
Jump to navigation Jump to search
m (Tock moved page Conditional Out of bounds (Riidefi) to Conditional Out of Bounds (Riidefi) without leaving a redirect: derp)
Line 7: Line 7:
 
== License ==
 
== License ==
  
This code is released under the GPL-3 License with exceptions for CTGPR and LE-Code Distributions which can use the MIT License.
+
CTGP and LE-Code are exempt from the GPLv3 license. They may instead license this code under the MIT license. In doing so, they may alter, supplement, or entirely remove this copyright notice.
  
 
== Cheat Codes ==
 
== Cheat Codes ==

Revision as of 17:18, 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

CTGP and LE-Code are exempt from the GPLv3 license. They may instead license this code under the MIT license. In doing so, they may alter, supplement, or entirely remove this copyright notice.

Cheat Codes

Conditional OOB, PAL

Conditional OOB, NTSC-U

Conditional OOB, NTSC-J

Conditional OOB, NTSC-K