Moving Terrain

From Custom Mario Kart
Revision as of 21:58, 2 July 2016 by BlueToad (talk | contribs)
Jump to navigation Jump to search
Under Construction
This article is not finished. Help improve it by adding accurate information or correcting grammar and spelling.

This page explains how to make moving terrain work on a custom track.

KCL

The first part of making moving terrain is the KCL. The road or whatever you want to move should get KCL type 0x0B. 0x0B is moving water, like in Koopa Cape. The variant should refer to the index of the AREA point you wish to refer to. This index is zero-based.

AREA

The AREA point you referred to in the KCL should encompass everything you want to be moving. Each AREA is 5000x5000x5000 model units (height not sure), so change the scale based on that info. Also, it is important to know is that the Area point is at the bottom of the area, so the point needs to be BELOW all the moving terrain. If you wish to have the terrain follow a route you should set the route, else you should leave it at the default setting.

Route

The route needs to have perfect Y values to work correctly. The first setting sets the speed.