Skip to content

WebracerTrack

Marc Sluiter edited this page Aug 3, 2014 · 1 revision

WebracerTrack

This bundle provides the track. The track is a simple String, with each character representing a piece of the track.
The characters have the following meaning:

Space = Asphalt
# = Wall
. = Grass
f = Start/Finish line
1 = Sector 1 line
2 = Sector 2 line
A-Z = Start positions

Current limitations:

  • the starting grid must be a horizontal, with the cars heading to the right
  • the sector lines look like asphalt, so in order to ensure the sectors are working there can only be a wall besides the sector lines, no grass.

There are 2 track implementations available, a short and a longer track. The short one is started by default.

Clone this wiki locally