Automated height correction

From Custom Mario Kart
Revision as of 18:10, 11 May 2013 by Wiimm (talk | contribs)
Jump to navigation Jump to search

Finding the correct height (Y coordinate) of objects and route points is important for creating a good track. Some examples:

  • Itemboxes and in general all KMP objects should have the correct height, so that each driver, small or normal sized, will reach the object.
  • The correct height of item routes is important for Bullet Bill and the red shells.

The base algorithm is simple: Raise the position of the object at let it fall until it collide with a face of the KCL.

Tools

There are 3 tools that will help you to find the perfect height:

  • The KMP compiler of Wiimms SZS Tools allows to enable automatic correction for some or all points of nearly all KMP sections. It was the first tool with automated height correction. Read »KCL-FALL« for details.
  • MagicY is an interactive tool, which works together with KMP Cloud. It allows to fix the height of nearly all y-coordinates.
  • KMP Modifier v3, which has a tool called Auto-Y. It will automatically find the Y position when you create a new point.