Jeremy Enochs
Hi, I'm working on an oval with a standard layout. Timing and scoring works fine as you turn race laps. When going down pit road, the lap does not count and you have to go back around the track again to be scored. The xfinish sector stretches across pit road so I'm not sure where the issue is. My only guess is that this is an AIW issue?
View attachment 20134
View attachment 20134
Code:
Instance=xfinish
{
Render=False VisGroups=(32)
MeshFile=xfinish.gmt CollTarget=True HATTarget=False
Response=VEHICLE,TIMING
}
Instance=xsector1
{
Render=False VisGroups=(32)
MeshFile=xsector1.gmt CollTarget=True HATTarget=False
Response=VEHICLE,TIMING
}
Instance=xsector2
{
Render=False VisGroups=(32)
MeshFile=xsector2.gmt CollTarget=True HATTarget=False
Response=VEHICLE,TIMING
}
Instance=xpitin
{
Render=False VisGroups=(32)
MeshFile=xpitin.gmt CollTarget=True HATTarget=False
Response=VEHICLE,PITSTOP
}
Instance=xpitout
{
Render=False VisGroups=(32)
MeshFile=xpitout.gmt CollTarget=True HATTarget=False
Response=VEHICLE,PITSTOP
}