DrawnMapFormat.wiki
changeset 2117 14fa1f3ec020
parent 2116 4ec7db0d0e06
child 2118 0599403a78ad
equal deleted inserted replaced
2116:4ec7db0d0e06 2117:14fa1f3ec020
    43 ===== Racer =====
    43 ===== Racer =====
    44 The special points are used to store coordinates of waypoints. This is utilized by the Official Racer Challenge on the official server.
    44 The special points are used to store coordinates of waypoints. This is utilized by the Official Racer Challenge on the official server.
    45 
    45 
    46 If `flags` is set to exactly 99, it's a coordinate for the “best racer ghost” or smoke trace. This is also used for Official Racer Challenge.
    46 If `flags` is set to exactly 99, it's a coordinate for the “best racer ghost” or smoke trace. This is also used for Official Racer Challenge.
    47 
    47 
    48 ===== TechRacer =====
    48 ===== !TechRacer =====
    49 
    49 
    50 * `flags == 0`: Waypoint
    50 * `flags == 0`: Waypoint
    51 * `flags == 99`: A position of the best racer ghost (like in Racer)
    51 * `flags == 99`: A position of the best racer ghost (like in Racer)
    52 * Otherwise: Place a gear or girder (see script source code for reference)
    52 * Otherwise: Place a gear or girder (see script source code for reference)
    53 
    53