Flavor 12 - Car Zone

---------------------------------------------------------------------------------------------------------------------------------------------------------

Tracks
---------------------------------------------------------------------------------------------------------------------------------------------------------

Determines the extremes of the track (left-right) where the cars can be drawn, depending on the track position.

  LONG    PURPOSE
 ------------------------------------------------------------------
   1      Flavor Flag  (0C 00 00 80)
   2      Initial Position
   3      Final Position
   4      Left Margin
   5      Rigth Margin

Initial Position
        Value in the range 0 - (track length) where this zone starts, and at points is related to the sector values in the
        TRK file.  *

Final Position
        Value in the range 0 - (track length) where this zone ends, and at points is related to the sector values in the
        TRK file.  *

Left Margin
        Track Position (width) where this zone starts, related to sector values in the TRK file.

Rigth Margin
        Track Position (width) where this zone ends, related to the sector values in the TRK file.

 *  ---In the trk file, on a straight section, the trk will describe one section, whereas in the 3do, it will divide the large
        section up into smaller ones. This is why the initial position values will not always have a matching value in the
        trk file. rest assured that the beginning of straights and the end of straights will share the same values with the
        trk file. The beginning value of F12 also relates to flavor 17, see - REFERENCE - .
 

Back