So it's my first track mod, I have made a piece of track named 1PITS, and I defined the surface as follows:
[SURFACE_3]
KEY=PITS
FRICTION=0.99
DAMPING=0
WAV=
WAV_PITCH=0
FF_EFFECT=NULL
DIRT_ADDITIVE=0
IS_VALID_TRACK=1
BLACK_FLAG_TIME=0
SIN_HEIGHT=0
SIN_LENGTH=0
IS_PITLANE=1
VIBRATION_GAIN=0
VIBRATION_LENGTH=0
in data/surfaces.ini
Yet when I go to test the track, there is no pit limiter. Why is this? I thought I just needed to define the IS_PITLANE=1 for it to work. It's not an issue with the surfaces.ini, because my grass works perfectly fine.
[SURFACE_3]
KEY=PITS
FRICTION=0.99
DAMPING=0
WAV=
WAV_PITCH=0
FF_EFFECT=NULL
DIRT_ADDITIVE=0
IS_VALID_TRACK=1
BLACK_FLAG_TIME=0
SIN_HEIGHT=0
SIN_LENGTH=0
IS_PITLANE=1
VIBRATION_GAIN=0
VIBRATION_LENGTH=0
in data/surfaces.ini
Yet when I go to test the track, there is no pit limiter. Why is this? I thought I just needed to define the IS_PITLANE=1 for it to work. It's not an issue with the surfaces.ini, because my grass works perfectly fine.