RaydiumWikiNi

MNI

PagePrincipale :: DerniersChangements :: ParametresUtilisateur :: Vous êtes ec2-13-59-9-236.us-east-2.compute.amazonaws.com
Ceci est une version archivée de MNI à 2006-08-19 02:04:55.

MNI files are ManiaDrive tracks :

Here it is a small document about this format.

MNI is a text format. Each line is an entity, and the first character of each line is the entity type:

Details about line types :


Meta line

This line (d type) used 4 or 5 fields, with the character ; as field delimiter.
Fields are the following:

Example:
d Let's start slowly, please ...;xfennec;9.0;7.722 (simple.mni)

Grid lines

g type. Each of these lines use 6 fields:

Example:
g -2.000000 -1.000000 0.000000 90 0 wania1.tri

Box lines

Lines with b type, with 7 fields:
- X, Y and Z position. Same as for grid lines.
- X, Y and Z sizes. Same as position
- Type of box (integer). See the following list:

#define TYPE_CHECKPOINT         100
 
#define TYPE_LOOP               30
 
#define TYPE_START_E            10
#define TYPE_START_W            11
#define TYPE_START_N            12
#define TYPE_START_S            13
 
#define TYPE_END                20
 
#define TYPE_TURBO_E            2
#define TYPE_TURBO_W            3
#define TYPE_TURBO_N            4
#define TYPE_TURBO_S            5